-- phpMyAdmin SQL Dump
-- version 4.9.11
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: May 16, 2025 at 11:40 AM
-- Server version: 8.0.35
-- PHP Version: 7.4.33

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
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: `ozmasteradmin_airops_me`
--

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

--
-- Table structure for table `ci_sessions`
--

CREATE TABLE `ci_sessions` (
  `id` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '0',
  `ip_address` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '0',
  `user_agent` varchar(150) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `last_activity` int UNSIGNED NOT NULL DEFAULT '0',
  `user_data` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `data` text CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `timestamp` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;

--
-- Dumping data for table `ci_sessions`
--

INSERT INTO `ci_sessions` (`id`, `ip_address`, `user_agent`, `last_activity`, `user_data`, `data`, `timestamp`) VALUES
('0gbn6l22g95t2p3cadnnbk4ig7qih3oc', '150.129.200.80', '', 0, '', '__ci_last_regenerate|i:1666704679;', '0000-00-00 00:00:00'),
('3vm05g6kaviu8iem5abes6ek7te2vegn', '203.115.119.154', '', 0, '', '__ci_last_regenerate|i:1666704148;', '0000-00-00 00:00:00'),
('5jmofdcp4q4blo9ea3bvimt86k67ovl5', '203.115.119.154', '', 0, '', 'front_user_id|s:2:\"11\";first_name|s:5:\"Vinit\";front_username|s:5:\"Vinit\";full_name|s:12:\"Vinit Parekh\";front_status|s:1:\"1\";', '0000-00-00 00:00:00'),
('apejuolr5ipne82stgsb8vnnmrk41ev2', '49.36.113.192', '', 0, '', '__ci_last_regenerate|i:1666705587;', '0000-00-00 00:00:00'),
('avd5oh15jmdjinv5enc2s5h52cd5c202', '223.189.20.100', '', 0, '', '__ci_last_regenerate|i:1666705071;', '0000-00-00 00:00:00'),
('ba94sgke8v23pbsqtgt5qqi66g13kcql', '135.125.246.189', '', 0, '', '__ci_last_regenerate|i:1666705346;', '0000-00-00 00:00:00'),
('cj1qbmhhlnhtkni1k13t2ejthsgosr9d', '128.14.133.58', '', 0, '', '__ci_last_regenerate|i:1666706492;', '0000-00-00 00:00:00'),
('d09bsmagkri1r5ba6jq70v63n09fp81s', '150.129.200.80', '', 0, '', 'front_user_id|s:2:\"12\";first_name|s:5:\"Ramiz\";front_username|s:5:\"Ramiz\";full_name|s:12:\"Ramiz Girach\";front_status|s:1:\"1\";', '0000-00-00 00:00:00'),
('de9rgmmt5ve7a7lcmqqcva80j4b25nnp', '34.239.197.229', '', 0, '', '__ci_last_regenerate|i:1666705607;', '0000-00-00 00:00:00'),
('do5lsedj8obp2amuth5pch5u70h4but5', '223.189.20.100', '', 0, '', 'front_user_id|s:1:\"7\";first_name|s:6:\"Rupesh\";front_username|s:6:\"Rupesh\";full_name|s:12:\"Rupesh Gawde\";front_status|s:1:\"1\";', '0000-00-00 00:00:00'),
('fi8ts4guhpek68fvm74d37j6k9gc58oq', '1.38.145.18', '', 0, '', '', '0000-00-00 00:00:00'),
('gar3mpn6djshtht2sl28b4li5oj6npv6', '203.115.119.154', '', 0, '', '__ci_last_regenerate|i:1666704373;', '0000-00-00 00:00:00'),
('j4deb23r1unnr39e3r3d7uresnkprhpu', '13.126.47.32', '', 0, '', '__ci_last_regenerate|i:1666706026;', '0000-00-00 00:00:00'),
('kafno8gj91qdi79hfsmpe25vsfjbg5jp', '223.189.20.100', '', 0, '', '__ci_last_regenerate|i:1666704136;', '0000-00-00 00:00:00'),
('n4tajus59bjp6t0vh1rsf5qcbt21ab76', '150.129.200.80', '', 0, '', '', '0000-00-00 00:00:00'),
('pcflc9cd0e50t9s9je2ckoli95uk4o3l', '49.36.113.192', '', 0, '', '', '0000-00-00 00:00:00'),
('rdgoqand5tfhoevg6a53k4kc8gnlvde5', '128.14.133.58', '', 0, '', '__ci_last_regenerate|i:1666706491;', '0000-00-00 00:00:00');

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

--
-- Table structure for table `login_attempts`
--

CREATE TABLE `login_attempts` (
  `id` int NOT NULL,
  `ip_address` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `login` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;

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

--
-- Table structure for table `tbl_about`
--

CREATE TABLE `tbl_about` (
  `AboutID` int NOT NULL,
  `AboutText` varchar(500) COLLATE utf8mb4_general_ci NOT NULL,
  `AboutImage` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_about`
--

INSERT INTO `tbl_about` (`AboutID`, `AboutText`, `AboutImage`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(3, 'AirOps Is Airports, #1 Aviation & Airport Operation App, in the world, Automates all functions & eliminates, manual inspection of AOCC, Terminal & Airside Operations, Planning, Fault Reporting & Maintainence schedule, of Airport Infrastructures, as per ICAO & ACI regulations, resulting in enhanced flexibility and agility of Airside operations & timely provision of all resources for Aircraft Operations.', 'abouts.jpg', '29', '2023-10-16 18:00:40', '29', '2023-10-17 12:04:13');

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

--
-- Table structure for table `tbl_activity`
--

CREATE TABLE `tbl_activity` (
  `activityID` int NOT NULL,
  `activityCode` varchar(100) COLLATE utf8mb4_general_ci NOT NULL,
  `Activity` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `CreatedBy` varchar(55) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(55) COLLATE utf8mb4_general_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_activity`
--

INSERT INTO `tbl_activity` (`activityID`, `activityCode`, `Activity`, `CreatedOn`, `CreatedBy`, `ModifiedOn`, `ModifiedBy`) VALUES
(1, '1', 'Logged In', '2024-02-20 11:09:10', '', '2024-02-20 11:09:10', ''),
(2, '2', 'Inspection Form Filled', '2024-02-20 11:09:10', '', '2024-02-20 11:09:10', ''),
(3, '3', 'Logged Out', '2024-02-20 11:09:52', '', '2024-02-20 11:09:52', ''),
(4, '4', 'User Created', '2024-02-20 11:09:52', '', '2024-02-20 11:09:52', ''),
(5, '5', 'Inspection Form Viewed', '2024-02-20 11:10:24', '', '2024-02-20 11:10:24', ''),
(6, '6', 'Sent Email For Inspection Form Filled', '2024-02-20 11:10:24', '', '2024-02-20 11:10:24', ''),
(7, '7', 'Vehicle Created', '2024-02-21 11:01:27', '', '2024-02-21 11:01:27', ''),
(8, '8', 'Vehicle Updated', '2024-02-21 11:01:27', '', '2024-02-21 11:01:27', ''),
(9, '9', 'Vehicle Deleted', '2024-02-21 11:01:48', '', '2024-02-21 11:01:48', ''),
(10, '10', 'User Updated', '2024-02-21 11:02:30', '', '2024-02-21 11:02:30', ''),
(11, '11', 'User Deleted', '2024-02-21 11:02:30', '', '2024-02-21 11:02:30', ''),
(12, '12', 'Company Shift Created', '2024-02-21 11:05:19', '', '2024-02-21 11:05:19', ''),
(13, '13', 'Company Shift Updated', '2024-02-21 11:05:19', '', '2024-02-21 11:05:19', ''),
(14, '14', 'Company Shift Deleted', '2024-02-21 11:06:16', '', '2024-02-21 11:06:16', ''),
(15, '15', 'Equipment Created', '2024-02-21 11:10:23', '', '2024-02-21 11:10:23', ''),
(16, '16', 'Equipment Updated', '2024-02-21 11:10:23', '', '2024-02-21 11:10:23', ''),
(17, '17', 'Equipment Deleted', '2024-02-21 11:10:47', '', '2024-02-21 11:10:47', ''),
(18, '18', 'Location Created', '2024-02-21 11:12:30', '', '2024-02-21 11:12:30', ''),
(19, '19', 'Location Activated', '2024-02-21 11:12:30', '', '2024-02-21 11:12:30', ''),
(20, '20', 'Location Deactivated', '2024-02-21 11:14:36', '', '2024-02-21 11:14:36', ''),
(21, '21', 'Location Updated', '2024-02-21 11:15:32', '', '2024-02-21 11:15:32', ''),
(22, '22', 'Location Deleted', '2024-02-21 11:15:32', '', '2024-02-21 11:15:32', ''),
(23, '23', 'Eqp Location Updated', '2024-02-21 11:22:13', '', '2024-02-21 11:22:13', ''),
(24, '24', 'Eqp Location Log Viewed', '2024-02-21 11:22:13', '', '2024-02-21 11:22:13', ''),
(25, '25', 'Department Created', '2024-02-21 11:23:18', '', '2024-02-21 11:23:18', ''),
(26, '26', 'Department Updated', '2024-02-21 11:23:18', '', '2024-02-21 11:23:18', ''),
(27, '27', 'Department Deleted', '2024-02-21 11:23:52', '', '2024-02-21 11:23:52', ''),
(28, '28', 'Contact Created', '2024-02-21 11:25:26', '', '2024-02-21 11:25:26', ''),
(29, '29', 'Contact Updated', '2024-02-21 11:25:26', '', '2024-02-21 11:25:26', ''),
(30, '30', 'Contact Deleted', '2024-02-21 11:25:43', '', '2024-02-21 11:25:43', ''),
(31, '31', 'Contact Imported', '2024-02-21 11:32:09', '', '2024-02-21 11:32:09', ''),
(32, '32', 'Contact Exported', '2024-02-21 11:32:09', '', '2024-02-21 11:32:09', ''),
(33, '33', 'Contact Shared', '2024-02-21 11:32:56', '', '2024-02-21 11:32:56', ''),
(34, '34', 'Sent Email to the Contact', '2024-02-21 11:44:03', '', '2024-02-21 11:44:03', ''),
(35, '35', 'Viewed Email Log', '2024-02-21 11:44:03', '', '2024-02-21 11:44:03', ''),
(36, '36', 'Inspection Pdf Downloaded', '2024-02-21 11:45:13', '', '2024-02-21 11:45:13', '');

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

--
-- Table structure for table `tbl_checklist`
--

CREATE TABLE `tbl_checklist` (
  `CheckListID` int NOT NULL,
  `CheckListName` text NOT NULL,
  `CreatedOn` datetime NOT NULL,
  `ModifiedOn` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `tbl_checklist`
--

INSERT INTO `tbl_checklist` (`CheckListID`, `CheckListName`, `CreatedOn`, `ModifiedOn`) VALUES
(1, 'WITH ENGINE is OFF CHECK THE FOLLOWING', '2023-07-25 18:29:41', '2023-07-25 18:29:41'),
(2, 'TURN ON THE ENGINE CHECK THE FOLLOWING', '2023-07-25 18:29:41', '2023-07-25 18:29:41'),
(3, 'Others', '2023-07-25 18:29:55', '2023-07-25 18:29:55');

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

--
-- Table structure for table `tbl_checklist_param`
--

CREATE TABLE `tbl_checklist_param` (
  `ChecklistParamID` int NOT NULL,
  `CheckListParamDesc` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `CheckListType` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `DisplayOrder` int NOT NULL,
  `CreatedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `tbl_checklist_param`
--

INSERT INTO `tbl_checklist_param` (`ChecklistParamID`, `CheckListParamDesc`, `CheckListType`, `DisplayOrder`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, 'Kilometer at start of shift', '1', 10, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(2, 'ENGINE LIGHTS INDICATOR WARNING', '1', 30, 'Admin', '2023-07-25 21:44:20', '29', '2024-01-19 18:43:10'),
(3, 'EXTERIOR OF VEHICLE CLEAN', '1', 40, 'Admin', '2023-07-25 21:44:20', '29', '2024-01-19 18:43:29'),
(4, 'INTERIOR OF VEHICLE CLEAN', '1', 50, 'Admin', '2023-07-25 21:44:20', '29', '2024-01-19 18:43:44'),
(5, 'WINDSHIELD WIPERS', '1', 60, 'Admin', '2023-07-25 21:44:20', '29', '2024-01-19 18:43:56'),
(6, 'SEAT BELT FUNCTIONS CORRECTLY', '1', 70, 'Admin', '2023-07-25 21:44:20', '29', '2024-01-19 18:44:08'),
(7, 'TIRE TREAD AND SIDEWALLS SHOW NO DAMAGE', '1', 80, 'Admin', '2023-07-25 21:44:20', '29', '2024-01-19 18:44:19'),
(8, 'HEADLIGHTS FUNCTION ON BOTH HI AND LO BEAM', '2', 80, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(9, 'TURN SIGNALS FUNCTION (Left/Right)', '2', 90, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(10, 'BRAKE LIGHTS FUNCTION INCLUDING THIRD BRAKE LIGHT', '2', 100, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(11, 'FLUID LEAKS DISCOVERED', '2', 110, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(12, 'HORN SOUNDS', '2', 120, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(13, 'MIRRORS FUNCTION AND ARE CLEAN', '2', 130, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(14, 'EMERGENCY LIGHTS AND SIREN WORK', '2', 140, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(15, 'FLUID LIGHTS WORKING', '2', 150, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(16, 'BEACON LIGHTS WORKING', '2', 160, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(17, 'Vehicle Pass Valid', '2', 170, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(18, 'Specify Vehicle Fuel', '2', 180, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(19, 'Vehicle Equipment', '2', 190, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(20, 'ANY NEW DAMAGE NOTED PRIOR TO USING THIS VEHICLE?', '2', 200, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(21, 'Specify the Tetra Number (1)', '3', 210, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(22, 'Specify the iPad number', '3', 220, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(23, 'Specify the Tab Number', '3', 230, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(24, 'Specify the Tetra Number (2)', '3', 211, 'Admin', '2023-07-25 21:44:20', 'Admin', '2023-07-25 21:44:20'),
(25, 'Kilometer at end of shift	', '1', 20, '29', '2024-01-19 18:44:45', 'Admin', '2024-01-19 13:14:45');

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

--
-- Table structure for table `tbl_cms`
--

CREATE TABLE `tbl_cms` (
  `CmsID` int NOT NULL,
  `Title` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `Address` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `Email` varchar(50) COLLATE utf8mb4_general_ci NOT NULL,
  `FBUrl` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `InstaUrl` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `YouTubeUrl` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_cms`
--

INSERT INTO `tbl_cms` (`CmsID`, `Title`, `Address`, `Email`, `FBUrl`, `InstaUrl`, `YouTubeUrl`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, '1837 Super Apps Business Strategy & Innovation The - A Team\r\n\r\n', 'Dubai - USA - Canada - London - Singapore', ' support@airops.me', '', '', '', '29', '2023-10-17 11:12:55', '29', '2023-10-17 11:21:41');

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

--
-- Table structure for table `tbl_company`
--

CREATE TABLE `tbl_company` (
  `CompanyID` int NOT NULL,
  `CompanyName` varchar(255) NOT NULL,
  `CompanyCode` varchar(15) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `CreatedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `tbl_company`
--

INSERT INTO `tbl_company` (`CompanyID`, `CompanyName`, `CompanyCode`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, 'DXB', 'DXB', '', '2023-07-29 10:47:29', '', '2023-07-29 10:47:29'),
(2, 'DWC', 'DWC', '', '2023-07-29 11:05:27', '', '2023-07-29 11:05:27'),
(4, 'DNATA', 'DNATA01', '29', '2023-09-12 09:06:26', '', '2023-09-12 05:36:26'),
(5, 'Emirates', 'Emirates01', '29', '2023-09-12 09:06:41', '', '2023-09-12 05:36:41'),
(6, 'Al Naboodah', 'AlNaboodah01', '29', '2023-09-12 09:07:04', '', '2023-09-12 05:37:04'),
(7, 'Enova', 'Enova01', '29', '2023-09-12 09:07:35', '', '2023-09-12 05:37:35'),
(8, 'Air India', 'AIR001', '29', '2023-12-06 15:02:35', '29', '2024-02-23 10:31:56'),
(9, 'INDIGO', 'ING001', '29', '2023-12-06 15:02:58', '', '2023-12-06 09:32:58'),
(11, 'Testing', '5689', '29', '2024-01-11 19:55:42', '', '2024-01-11 14:25:42'),
(12, 'Oztest', 'OZTEST', '58', '2024-02-15 00:40:49', '', '2024-02-14 19:10:49');

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

--
-- Table structure for table `tbl_company_shift`
--

CREATE TABLE `tbl_company_shift` (
  `CompanyShiftID` int NOT NULL,
  `ShiftName` varchar(50) NOT NULL,
  `ShiftStartTime` varchar(10) NOT NULL,
  `ShiftEndTime` varchar(10) NOT NULL,
  `CompanyID` int NOT NULL,
  `CreatedBy` varchar(30) NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `tbl_company_shift`
--

INSERT INTO `tbl_company_shift` (`CompanyShiftID`, `ShiftName`, `ShiftStartTime`, `ShiftEndTime`, `CompanyID`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(5, 'Morning', '08:00', '08:00', 1, '29', '2023-08-04 18:03:48', '29', '2023-09-22 17:23:53'),
(6, 'Evening', '08:00', '07:00', 1, '29', '2023-08-04 18:04:51', '29', '2023-09-22 17:18:06'),
(7, 'MORNINGDWC', '08:00', '11:00', 2, '32', '2023-08-11 12:27:50', '', '2023-08-11 08:57:50'),
(8, 'EVENINGDWC', '08:00', '07:01', 2, '32', '2023-08-11 12:29:40', '32', '2024-02-23 10:36:14'),
(11, 'Morning', '21:21', '08:59', 11, '56', '2024-01-11 19:59:38', '', '2024-01-11 14:29:38'),
(12, 'Morning oztest', '07:00', '15:00', 12, '59', '2024-02-15 01:11:16', '', '2024-02-14 19:41:16');

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

--
-- Table structure for table `tbl_department`
--

CREATE TABLE `tbl_department` (
  `departmentID` int NOT NULL,
  `CompanyID` int NOT NULL,
  `departmentName` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_department`
--

INSERT INTO `tbl_department` (`departmentID`, `CompanyID`, `departmentName`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(2, 2, 'Oprational', '29', '2023-08-14 15:58:44', '32', '2023-08-14 20:55:18'),
(3, 2, 'Medical Center', '29', '2023-08-14 16:03:34', '32', '2023-08-14 20:56:17'),
(4, 2, 'Air Traffic Control', '32', '2023-08-14 20:56:39', '29', '2023-08-18 16:53:29'),
(5, 1, 'Main base of operations of Radio communications', '1', '2023-08-14 20:59:29', '29', '2023-09-12 09:05:20'),
(6, 1, 'Airside ', '29', '2023-08-19 22:23:45', '', '2023-08-19 18:53:45'),
(7, 1, 'Finance', '29', '2023-09-12 09:05:36', '', '2023-09-12 05:35:36'),
(8, 1, 'Facility COntractor', '29', '2023-09-12 09:05:53', '', '2023-09-12 05:35:53'),
(9, 1, 'Emirates Airline', '51', '2023-09-13 22:21:49', '', '2023-09-13 18:51:49'),
(11, 11, 'Test Department', '56', '2024-01-11 20:03:49', '', '2024-01-11 14:33:49'),
(12, 1, 'Nestle', '52', '2024-01-22 15:45:19', '', '2024-01-22 10:15:19'),
(13, 12, 'Operations', '59', '2024-02-15 00:50:51', '', '2024-02-14 19:20:51');

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

--
-- Table structure for table `tbl_department_contact`
--

CREATE TABLE `tbl_department_contact` (
  `department_ContactID` int NOT NULL,
  `departmentID` int NOT NULL,
  `firstname` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `lastname` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_general_ci NOT NULL,
  `contact_no` varchar(20) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_department_contact`
--

INSERT INTO `tbl_department_contact` (`department_ContactID`, `departmentID`, `firstname`, `lastname`, `email`, `contact_no`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, 2, 'kevin', 'vaishnav', 'kevinv.aipl@gmail.com', '8141582654', '29', '2023-08-14 16:31:17', '29', '2023-09-28 18:33:38'),
(3, 3, 'rishit', 'jethva', 'rishitj.aipl@gmail.com', '9898989898', '29', '2023-08-14 17:16:14', '', '2023-08-14 17:16:14'),
(5, 6, 'COMPANY ', 'uSER1', 'piyushpa.aipl@gmail.com', '1241234321', '1', '2023-08-22 16:28:06', '29', '2023-09-12 09:08:13'),
(6, 6, 'AZAJ', 'KALADIA', 'azajk.aipl@gmail.com', '1234565432', '1', '2023-08-22 16:28:37', '', '2023-08-22 12:58:37'),
(7, 5, 'ramiz', 'girach', 'ramizg.aipl@gmail.com', '9764534286', '1', '2023-08-22 16:29:26', '29', '2023-08-22 19:21:15'),
(8, 3, 'riken', 'bud', 'rikenb.aipl@gmail.com', '9896769788', '32', '2023-08-22 16:34:30', '', '2023-08-22 13:04:30'),
(23, 11, 'FTest', 'LTest', 'Testcontact@gmail.com', '7575757575', '56', '2024-01-11 20:04:40', '', '2024-01-11 14:34:40'),
(24, 13, 'oztest1', 'user', 'oztest1@oztest.com', '1234567890', '59', '2024-02-15 00:51:25', '', '2024-02-14 19:21:25'),
(25, 2, 'ruchit', 'ravariya', 'ruchit@gmail.com', '8141582454', '', '2024-02-19 10:59:26', '', '2024-02-19 10:59:26'),
(26, 2, 'kkkk', 'kkkk', 'kkkk1@gmail.com', '5698698565', '', '2024-02-19 11:00:53', '', '2024-02-19 11:00:53');

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

--
-- Table structure for table `tbl_email_log`
--

CREATE TABLE `tbl_email_log` (
  `EmailLogID` int NOT NULL,
  `CompanyID` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `ToemailID` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `ToName` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `Subject` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `Body` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `EmailDate` datetime NOT NULL,
  `CreatedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_email_log`
--

INSERT INTO `tbl_email_log` (`EmailLogID`, `CompanyID`, `ToemailID`, `ToName`, `Subject`, `Body`, `EmailDate`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, '2,1', 'rishitj.aipl@gmail.com,ramizg.aipl@gmail.com', 'rishit jethva,ramiz girach', 'email tetsing', '<p><strong>email&nbsp; tetsing</strong></p>\r\n', '2023-08-28 10:15:11', '29', '2023-08-28 10:15:11', '', '2023-08-28 06:45:11'),
(5, '11', 'Testcontact@gmail.com', 'FTest LTest', 'Testing', '<p>This is testing message</p>\r\n', '2024-01-11 20:06:32', '56', '2024-01-11 20:06:32', '', '2024-01-11 14:36:32');

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

--
-- Table structure for table `tbl_eqp_dtl`
--

CREATE TABLE `tbl_eqp_dtl` (
  `EQPID` int NOT NULL,
  `CompanyID` int NOT NULL,
  `EQPType` varchar(5) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `EQPNo` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `LocationName` varchar(255) COLLATE utf8mb3_unicode_ci NOT NULL,
  `Remark` varchar(500) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `VehicleID` int NOT NULL,
  `CreatedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `CreatedOn` datetime NOT NULL,
  `ModifiedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `ModifiedOn` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `tbl_eqp_dtl`
--

INSERT INTO `tbl_eqp_dtl` (`EQPID`, `CompanyID`, `EQPType`, `EQPNo`, `LocationName`, `Remark`, `VehicleID`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, 1, 'TETRA', '3089', 'DA-254', '', 0, 'Admin', '0000-00-00 00:00:00', '29', '2023-08-22 21:11:40'),
(2, 1, 'TETRA', '1462', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(3, 1, 'TETRA', '3079', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(4, 1, 'TETRA', '1453', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(5, 1, 'TETRA', '1484', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(6, 1, 'TETRA', '3067', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(7, 1, 'TETRA', '1454', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(8, 1, 'TETRA', '1624', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(9, 1, 'TETRA', '1473', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(10, 1, 'TETRA', '1600', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(11, 1, 'TETRA', '1469', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(12, 1, 'TETRA', '1459', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(13, 1, 'TETRA', '3081', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(14, 1, 'TETRA', '3071', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(15, 1, 'TETRA', '3074', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(16, 1, 'TETRA', '1618', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(17, 1, 'TETRA', '1615', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(18, 1, 'TETRA', '1613', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(19, 1, 'TETRA', '1138', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(20, 1, 'TETRA', '1611', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(21, 1, 'TETRA', '3087', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(22, 1, 'TETRA', '1493', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(23, 1, 'TETRA', '1419', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(24, 1, 'TETRA', '1604', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(25, 1, 'TETRA', '1605', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(26, 1, 'TETRA', '3083', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(27, 1, 'QSM', '1', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(28, 1, 'QSM', '2', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(29, 1, 'QSM', '3', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(30, 1, 'QSM', '4', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(31, 1, 'QSM', '5', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(32, 1, 'QSM', '6', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(33, 1, 'QSM', '7', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(34, 1, 'QSM', '8', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(35, 1, 'QSM', '9', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(36, 1, 'QSM', '10', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(37, 1, 'QSM', '11', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(38, 1, 'QSM', '12', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(39, 1, 'QSM', '13', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(40, 1, 'QSM', '14', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(41, 1, 'QSM', '15', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(42, 1, 'QSM', '16', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(43, 1, 'QSM', '17', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(44, 1, 'QSM', '18', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(45, 1, 'QSM', '19', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(46, 1, 'QSM', '20', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(47, 1, 'IPAD', '1', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(48, 1, 'IPAD', '2', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(49, 1, 'IPAD', '3', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(50, 1, 'IPAD', '4', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(51, 1, 'IPAD', '5', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(52, 1, 'IPAD', '6', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(53, 1, 'IPAD', '7', 'DXB Rack1', '7', 0, 'Admin', '0000-00-00 00:00:00', '27', '2023-08-12 18:34:57'),
(54, 1, 'IPAD', '8', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(55, 1, 'IPAD', '9', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(56, 1, 'IPAD', '10', 'DXB Rack1', '', 0, 'Admin', '0000-00-00 00:00:00', 'Admin', '0000-00-00 00:00:00'),
(64, 2, 'TETRA', 'DWCTETRA-1', 'DWC Rack1', 'NEW TETRTA', 3, '32', '2023-08-11 12:25:33', 'Admin', '0000-00-00 00:00:00'),
(65, 2, 'QSM', 'DWCQSM-1', 'DWC Rack1', 'NEW QSM', 5, '32', '2023-08-11 12:26:04', 'Admin', '0000-00-00 00:00:00'),
(66, 2, 'IPAD', 'DWCIPAD-1', 'DWC Rack1', 'DWCIPAD1', 4, '32', '2023-08-11 12:26:26', 'Admin', '0000-00-00 00:00:00'),
(71, 11, 'TETRA', '8', 'Testing', 'Testing', 0, '56', '2024-01-11 20:02:44', 'Admin', '0000-00-00 00:00:00');

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

--
-- Table structure for table `tbl_eqp_location_log`
--

CREATE TABLE `tbl_eqp_location_log` (
  `Eqp_locationID` int NOT NULL,
  `CompanyID` int NOT NULL,
  `EQPID` int NOT NULL,
  `EQPType` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `EQPNo` varchar(20) COLLATE utf8mb4_general_ci NOT NULL,
  `LocationName` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `LogDate` date NOT NULL,
  `CreatedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_eqp_location_log`
--

INSERT INTO `tbl_eqp_location_log` (`Eqp_locationID`, `CompanyID`, `EQPID`, `EQPType`, `EQPNo`, `LocationName`, `LogDate`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(8, 1, 69, 'TETRA', '131313', 'DXB Rack2', '2023-08-23', '', '2023-08-23 14:20:06', '', '2023-08-23 14:20:06'),
(10, 11, 71, 'TETRA', '8', 'Testing', '2024-01-11', '', '2024-01-11 14:32:44', '', '2024-01-11 14:32:44');

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

--
-- Table structure for table `tbl_home_banner`
--

CREATE TABLE `tbl_home_banner` (
  `BannerID` int NOT NULL,
  `BannerUrl` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_home_banner`
--

INSERT INTO `tbl_home_banner` (`BannerID`, `BannerUrl`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, 'ss11.jpg', '29', '2023-10-16 17:02:43', '29', '2023-10-17 12:03:49'),
(2, 'ss2.jpg', '29', '2023-10-16 17:16:00', '', '2023-10-16 17:16:00'),
(3, 'ss3.jpg', '29', '2023-10-16 17:16:09', '', '2023-10-16 17:16:09'),
(4, 'ss4.jpg', '29', '2023-10-16 17:16:18', '', '2023-10-16 17:16:18');

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

--
-- Table structure for table `tbl_inquiry`
--

CREATE TABLE `tbl_inquiry` (
  `id` int NOT NULL,
  `Name` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `ContactNo` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `Email` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `Message` text COLLATE utf8mb4_general_ci NOT NULL,
  `InqDate` datetime NOT NULL,
  `CreatedBy` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_inquiry`
--

INSERT INTO `tbl_inquiry` (`id`, `Name`, `ContactNo`, `Email`, `Message`, `InqDate`, `CreatedBy`) VALUES
(1, 'rishit', '45454545454', 'rishitj.aipl@gmail.com', 'test', '2023-08-09 11:59:13', ''),
(2, 'rishit', '8511236952', 'rishitj.aipl@gmail.com', 'gfhf', '2023-08-09 12:35:24', ''),
(3, 'RobertGreds', '87872744575', 'alfredegov@gmail.com', 'Hej, jeg ønskede at kende din pris.', '2023-08-22 21:45:16', ''),
(4, 'RaymondRaw', '89753266919', 'no.reply.Lars-OlofDupont@gmail.com', 'Salutations! airops.me \r\n \r\nDid you know that it is possible to send appeals authorizedly? We propose a new and legal way of sending appeals through contact forms to ensure compliance. These feedback forms can be seen on a plethora of sites. \r\nWhen such commercial offers are sent, no personal data is used and messages are sent to forms that are specifically designed to receive messages and appeals in an efficient manner. Messages sent through Communication Forms have less of a chance of being classified as spam, as they are viewed as important. \r\nThere is now no cost to you to try out our service. \r\nWe are able to send up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp  +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.', '2023-08-24 20:07:33', ''),
(5, 'Harish Ramsinghani ', '0558489933', 'harish@pears-me.com', '1111', '2023-09-04 00:54:58', ''),
(6, 'PhilGreds', '88597748341', 'draikkimr976@gmail.com', 'Hola, quería saber tu precio..', '2023-09-07 20:20:43', ''),
(7, 'RobertGreds', '82785642226', 'alfredegov@gmail.com', 'Γεια σου, ήθελα να μάθω την τιμή σας.', '2023-09-10 10:34:46', ''),
(8, 'JosephCHEMN', '81553217491', 'no.reply.WalterLefevre@gmail.com', 'Yo! airops.me \r\n \r\nDid you know that it is possible to send appeal in a fully legitimate manner? We put forward a new way of sending commercial offers via contact forms. Many websites provide these forms. \r\nWhen such letters are sent, no personal data is utilized, and messages are sent to securely-designed forms that are specifically meant to receive messages and appeals. The importance of messages sent through Communication Forms reduces the chance of them being treated as spam. \r\nCome and sample our service without any cost! \r\nWe can send out up to 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp  +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.', '2023-09-19 04:22:06', ''),
(9, 'James Farrell', '85678344725', 'inficteam@gmail.com', 'Attention: President/CEO \r\n \r\nOur worldwide lending network is here for you. Whether it\'s an ongoing or new project that requires funding, we\'ve got you covered. We offer investment from $1M to 3B with competitive interest rates of 2.5% to 4% over a 10-years term, including a 2-year grace period. Don\'t hesitate to get in touch for more information. \r\n \r\nBest Regards, \r\nJames Farrell \r\nJames.farrell@inficsa.co.za \r\nPortfolio Manager \r\nhttp://www.inficza.com/', '2023-09-26 16:20:07', ''),
(10, 'RobertGreds', '86491889377', 'alfredegov@gmail.com', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', '2023-09-28 18:58:39', ''),
(11, 'Mike Lewis\r\n', '84271139593', 'mikeinsavok@gmail.com', 'Good Day \r\n \r\nThis is Mike Lewis\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Lewis\r\n \r\nmike@strictlydigital.net', '2023-10-01 09:59:28', ''),
(12, 'Mike Bradberry\r\n', '87263941356', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\nThanks and regards \r\nMike Bradberry\r\n', '2023-10-04 11:36:33', ''),
(13, 'Tigran Ayrapetyan', '86716659559', 'ujn2esbgakah@opayq.com', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up and existing companies either looking for funding for expansion or to accelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nWe would like to review your business plan or executive summary to understand a much better idea of your business and what you are looking to do, this will assist in determining the best possible investment structure we can pursue and discuss more extensively. \r\n \r\n \r\nI hope to hear back from you soon. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International W.L.L. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: tigran.a@devcorpinternational.com', '2023-10-04 20:37:11', ''),
(14, 'Mike Quincy\r\n', '82367124275', 'miketateMenFloon@gmail.com', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Quincy\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', '2023-10-07 06:12:22', ''),
(15, 'RobertGreds', '87295227486', 'alfredegov@gmail.com', 'Szia, meg akartam tudni az árát.', '2023-10-07 12:52:40', ''),
(16, 'PhilGreds', '89463357587', 'alvinbbm41@gmail.com', 'Прывітанне, я хацеў даведацца Ваш прайс.', '2023-10-09 01:11:12', ''),
(17, 'Mike Ford\r\n', '84143929769', 'mikeMenFeaky@gmail.com', 'Hi there \r\n \r\nJust checked your airops.me baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\n \r\nRegards \r\nMike Ford\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', '2023-10-12 15:14:32', ''),
(18, 'Mike Faber\r\n', '84479386255', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Faber\r\n \r\nMonkey Digital', '2023-10-14 15:42:23', ''),
(19, 'RobertGreds', '85917783798', 'alfredegov@gmail.com', 'Hej, jeg ønskede at kende din pris.', '2023-10-17 11:54:53', ''),
(20, 'Mike Gilbert\r\n', '82886779569', 'peterCareetate@gmail.com', 'Hi \r\n \r\nI have just took a look on your SEO for  airops.me for its SEO Trend and saw that your website could use an upgrade. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Gilbert\r\nDigital X SEO Experts', '2023-10-17 13:41:06', ''),
(21, 'Mike Moore\r\n', '87631211827', 'mikeinsavok@gmail.com', 'Hi there \r\n \r\nThis is Mike Moore\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Moore\r\n \r\nmike@strictlydigital.net', '2023-10-25 22:49:49', ''),
(22, 'PhilGreds', '88756445885', 'septon36giannixi@gmail.com', 'Hola, quería saber tu precio..', '2023-10-30 05:05:52', ''),
(23, 'Mike Davis\r\n', '84195228435', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\nThanks and regards \r\nMike Davis\r\n', '2023-10-31 21:48:15', ''),
(24, 'RaymondRaw', '87841952994', 'no.reply.OlofThomas@gmail.com', 'Yo! airops.me \r\n \r\nDid you know that it is possible to send messages fully legitimately? We offer a new legal method of sending messages through contact forms. A plethora of websites offer such forms. \r\nWhen such business offers are sent, no personal data is employed, and messages are dispatched to forms specifically created to securely and safely receive messages and appeals. You won\'t have to worry about Contact Form messages being sent to spam, since they are deemed important. \r\nEnjoy our service for free today! \r\nWe can deliver up to 50,000 messages to you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis message was automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp  +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.', '2023-11-01 04:25:33', ''),
(25, 'Mike Ogden\r\n', '85358656772', 'miketateMenFloon@gmail.com', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike Ogden\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', '2023-11-01 14:28:22', ''),
(26, 'RobertGreds', '89942674869', 'alfredegov@gmail.com', 'Xin chào, tôi muốn biết giá của bạn.', '2023-11-06 14:23:16', ''),
(27, 'Tigran Ayrapetyan', '87292112864', 'ujn2esbgakah@opayq.com', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up and existing companies either looking for funding for expansion or to accelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nWe would like to review your business plan or executive summary to understand a much better idea of your business and what you are looking to do, this will assist in determining the best possible investment structure we can pursue and discuss more extensively. \r\n \r\n \r\nI hope to hear back from you soon. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International W.L.L. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: tigran.a@devcorpinternational.com', '2023-11-08 06:03:01', ''),
(28, 'Mike Stevenson\r\n', '89248526756', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Stevenson\r\n \r\nMonkey Digital', '2023-11-08 17:44:14', ''),
(29, 'Mike Keat\r\n', '88732448157', 'mikeMenFeaky@gmail.com', 'Hi there \r\n \r\nJust checked your airops.me baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\n \r\nRegards \r\nMike Keat\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', '2023-11-09 23:20:34', ''),
(30, 'PhilGreds', '87242937523', 'septon36giannixi@gmail.com', 'Hai, saya ingin tahu harga Anda.', '2023-11-13 19:13:42', ''),
(31, 'Mike Alsopp\r\n', '81768646313', 'peterCareetate@gmail.com', 'Greetings \r\n \r\nI have just checked  airops.me for its SEO Trend and saw that your website could use an upgrade. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Alsopp\r\nDigital X SEO Experts', '2023-11-15 13:00:09', ''),
(32, 'Mike Simon\r\n', '83191125217', 'mikeinsavok@gmail.com', 'Hi \r\n \r\nThis is Mike Simon\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Simon\r\n \r\nmike@strictlydigital.net', '2023-11-23 05:31:01', ''),
(33, 'RobertGreds', '83548819257', 'lucido.leinteract@gmail.com', 'Hai, saya ingin tahu harga Anda.', '2023-11-25 06:57:17', ''),
(34, 'Pitroda Satyan', '85617472559', 'projectdept@kanzalshamsprojectmgt.com', 'Greetings, \r\n \r\nAm glad to connect with you, My name is Pitroda Satyan G, am an investment consultant with KANZ ALSHAMS PROJECT CONSULTANT, I have been mandated by the company to source for investment opportunities and companies seeking for funding, business loans, for its project(s). Do you have any investment or project that is seeking for capital to fund it? \r\n \r\nOur Investments financing focus is on: \r\n \r\nSeed Capital, Early-Stage, Start-Up Ventures, , Brokerage, Private Finance, Renewable Energy Project, Commercial Real Estate, Blockchain, Technology, Telecommunication, Infrastructure, Agriculture, Animal Breeding, Hospitality, Healthcare, Oil/Gas/Refinery. Application reserved for business executives and companies with proven business records in search of funding for expansion or forcapital investments.. \r\n \r\nKindly contact me for further details. \r\n \r\nawait your return e.mail soonest. \r\n \r\nRegards \r\n \r\nDr. Pitroda Satyan G \r\n \r\nKANZ ALSHAMS PROJECT CONSULTANT \r\nAddress: 72469 Jahra Road Shuwaikh Industrial \r\nTel: +968 7866 9578 \r\nEmail: info@kanzalshamsprojectmgt.com', '2023-11-26 03:05:42', ''),
(35, 'RobertGreds', '81789366625', 'lucido.leinteract@gmail.com', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', '2023-11-26 20:49:09', ''),
(36, 'Luke Petrus', '84925739838', 'lukepetrus@skiff.com', 'President/CEO \r\n \r\nI trust this communication reaches you in good health. \r\n \r\nI am reaching out on behalf of a client with a strong interested in making a substantial investment through a Private Fund. In my role as an intermediary, l am contacting you to provide comprehensive details for your thorough consideration.Your prompt response would be greatly appreciated to: luke.petrusmr@gmail.com \r\n \r\nThank you for dedicating your time and consideration to this matter. \r\n \r\nBest Regards \r\nLuke Petrus', '2023-11-27 23:23:15', ''),
(37, 'Mike Larkins\r\n', '88971951713', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\nThanks and regards \r\nMike Larkins\r\n', '2023-11-28 16:59:23', ''),
(38, 'Mike King\r\n', '85722632255', 'miketateMenFloon@gmail.com', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\nThanks and Regards \r\nMike King\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', '2023-11-29 16:37:42', ''),
(39, 'JamesGeamb', '88983847382', 'exchangeaibot@proton.me', 'Exchangeaibot - This is a new bot product for automated cryptocurrency trading based on artificial intelligence. Have you heard about crypto arbitrage? Let\'s give an example: you buy Bitcoin on the first exchange for $30,000, then find a second exchange where the Bitcoin rate is higher and sell it there for $32,000 and receive a percentage of the profit from the transaction. \r\n \r\nAre you ready to try a new way to make money on cryptocurrency without risk? Exchangeaibot is your personal crypto arbitrage bot. Get a free test signal and earn +15%! Trust our AI-powered tool to find great deals! \r\n \r\nOfficial project link: http://exchangeaibot.com', '2023-12-02 11:23:22', ''),
(40, 'Mike Leapman\r\n', '82162717844', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Leapman\r\n \r\nMonkey Digital', '2023-12-04 20:50:37', ''),
(41, 'Mike Adderiy\r\n', '83546332769', 'mikeMenFeaky@gmail.com', 'Hi there \r\n \r\nJust checked your airops.me baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\n \r\nRegards \r\nMike Adderiy\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', '2023-12-06 10:13:02', ''),
(42, 'RobertGreds', '85615815553', 'lucido.leinteract@gmail.com', 'Hej, jeg ønskede at kende din pris.', '2023-12-11 02:07:44', ''),
(43, 'Mike Wainwright\r\n', '86295767444', 'peterCareetate@gmail.com', 'Good Day \r\n \r\nI have just checked  airops.me for the ranking keywords and saw that your website could use a boost. \r\n \r\nWe will improve your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\nDecember SALE -30% coupon: XMS30 \r\n \r\nRegards \r\nMike Wainwright\r\n \r\nDigital X SEO Experts', '2023-12-13 16:03:41', ''),
(44, 'RobertGreds', '84268656853', 'lucido.leinteract@gmail.com', 'Γεια σου, ήθελα να μάθω την τιμή σας.', '2023-12-16 21:23:42', ''),
(45, 'ThomasBut', '86342227129', 'exchangeaibot@proton.me', 'Enter the Trust Wallet giveaway and win up to $750,000 and NFT vouchers! Just go to the official giveaway page at https://trustgiveawayse.com/trust connect your wallet and receive a guaranteed prize. Good luck!', '2023-12-17 04:41:30', ''),
(46, 'Mike Keat\r\n', '86555154712', 'mikeinsavok@gmail.com', 'Hi \r\n \r\nThis is Mike Keat\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\n \r\nRegards \r\n \r\nMike Keat\r\n \r\nmike@strictlydigital.net', '2023-12-23 04:29:05', ''),
(47, 'RobertGreds', '85261316736', 'lucido.leinteract@gmail.com', 'Salut, ech wollt Äre Präis wëssen.', '2023-12-24 01:18:42', ''),
(48, 'GeorgeKex', '85116625637', 'anonymoussteroids6@gmail.com', 'Buy Steroid online . Anabolic steroids groups online . Are you on your cycle or aims bulking or cutting recommendations? \r\nWe supply steroids, HGH, Semaglutide, and peptides. \r\n \r\nTikTok Account: coachpiperiffp \r\n \r\nBuy pure cocaine online,Glocks for sale, Morphine for sale,Order MDMA (Ecstasy) online,Buy DMT ... GBL online,buy Crystal meth online,order Cocaine,Heroin for sale online . \r\nBuy Glocks online(keep your self protected) Glock store \r\n \r\nTelegram channel : https://t.me/Glockfire420 \r\n \r\nTelegram name:@BagempireGunstore \r\n \r\nTelegram channel : https://t.me/bagempiresofficialn \r\n \r\nTelegrams name: @Realbagempireln \r\n \r\nAll inquiries are welcome 24/7. \r\n \r\nTikTok link : https://www.tiktok.com/@coachpiperiffp?_t=8iQii6assIg&_r=1 \r\n \r\nWhatsapp:+1 (810) 510-0765 \r\nText/calls : +1 (810) 510-0765 \r\n \r\nTikTok link : https://www.tiktok.com/@coachpiperiffp?_t=8iQii6assIg&_r=1', '2023-12-26 13:39:15', ''),
(49, 'PhilGreds', '84175576254', 'septon36giannixi@gmail.com', 'Γεια σου, ήθελα να μάθω την τιμή σας.', '2023-12-28 20:37:28', ''),
(50, 'Mike Anderson\r\n', '84291489569', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Anderson\r\n', '2023-12-30 21:31:02', ''),
(51, 'Mike Abramson\r\n', '85798584326', 'miketateMenFloon@gmail.com', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\n \r\nThanks and Regards \r\nMike Mike Abramson\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', '2023-12-31 10:32:38', ''),
(52, 'Mike Ramacey\r\n', '82355549794', 'mikeMenFeaky@gmail.com', 'Hi there \r\n \r\nJust checked your airops.me baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\nRegards \r\nMike Ramacey\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', '2024-01-03 08:35:10', ''),
(53, 'Abdul Rahman', '89788113252', 'mohamadabdulraman447@gmail.com', 'Hello, \r\n \r\nOur investors are seeking business opportunities and projects for possible funding and capital financing. We can discuss more. \r\n \r\nRegards \r\n \r\nMr Abdul Rahman \r\nA.N Brokers \r\nLondon \r\ninfo@alnasserbrokers.com \r\nMobile: +447741944775 \r\nWhatsApp: +447741944775', '2024-01-03 10:02:53', ''),
(54, 'Mike Salisburry\r\n', '87423217355', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Salisburry\r\n \r\nMonkey Digital', '2024-01-07 00:43:03', ''),
(55, 'Mike Forster\r\n', '85318872985', 'peterCareetate@gmail.com', 'Hi there \r\n \r\nI have just verified your SEO on  airops.me for  the current search visibility and saw that your website could use an upgrade. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Forster\r\n \r\nDigital X SEO Experts', '2024-01-11 14:25:36', ''),
(56, 'RobertGreds', '82282876786', 'lucido.leinteract@gmail.com', 'Прывітанне, я хацеў даведацца Ваш прайс.', '2024-01-12 17:44:10', ''),
(57, 'Mike Otis\r\n', '88554898133', 'mikeinsavok@gmail.com', 'Hello \r\n \r\nThis is Mike Otis\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Otis\r\n \r\nmike@strictlydigital.net', '2024-01-17 07:11:41', ''),
(58, 'Tobiascof', '81821811631', 'no.reply.HeinzGirard@gmail.com', 'Yo! airops.me \r\n \r\nDid you know that it is possible to send business proposal completely legally? We provide a new method of sending commercial offers through contact forms. Feedback forms such as these can be found on lots of websites. \r\nWhen such appeals are sent, no personal data is used, and messages are sent to forms specifically designed to receive messages and appeals securely. Messages sent via Feedback Forms are unlikely to be viewed as spam, since they are seen as important. \r\nTake advantage of our service for free! \r\nWe are able to dispatch up to 50,000 messages on your behalf. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis letter is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp  +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.', '2024-01-17 21:17:46', ''),
(59, 'James Bonder', '83885455628', 'no.reply@webworksdirect.com', 'I am james from nexus marketing in Seattle. \r\n \r\nAs I was conducting keyword research, I came across your website and \r\nnoticed it\'s currently on page 3-4 of Google. Imagine the potential if \r\nyou were on page #1 — a significant increase in prospects and new \r\nclients daily! Most of your targeted keywords are lingering on pages \r\n#3-5. You\'re close to the top spot! \r\n \r\nWould you be open to receiving our SEO Packages and Price list for your \r\nsite? This will shed light on why you\'re not on page #1 and how we can \r\nchange that. \r\n \r\nWe also offer help with Online Brand Presence and Advertising. Our \r\nspecialty is Facebook Ads and Google Ads. \r\n \r\nI\'ll follow up with detailed case studies of our past work within the \r\nnext couple of hours. If you have any immediate questions, feel free to \r\nreach out. With over 10 years of experience in digital marketing, I am \r\nconfident we can make a substantial difference. \r\n \r\nCan I send over the details? \r\n \r\nLooking forward to your reply. \r\n \r\nKind Regards \r\n \r\nJames Bonder | Nexus Marketing - Seattle Branch | \r\nJames@webworksdirect.com', '2024-01-18 22:33:08', ''),
(60, 'Mike Jeff\r\n', '88166668873', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Jeff\r\n', '2024-01-23 02:10:42', ''),
(61, 'Mike Kendal\r\n', '84544132861', 'miketateMenFloon@gmail.com', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\n \r\nThanks and Regards \r\nMike Mike Kendal\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', '2024-01-24 07:20:04', ''),
(62, 'MasonGreds', '86551292139', 'kaenquirynicholls@gmail.com', 'Hi, roeddwn i eisiau gwybod eich pris.', '2024-01-25 17:38:58', ''),
(63, 'Sam Ibrahim', '86584221548', 'aramco@mbox.re', 'Hello, \r\n \r\nWe extend warm greetings to your esteemed company and formally invite you to register as a vendor for potential partnerships in upcoming projects with SAUDI ARAMCO/UAE in 2024/2025. \r\n \r\nThese projects offer a global opportunity, welcoming participation from companies worldwide. Should your company express interest in this endeavor, we kindly request confirmation by contacting ibrahim@aramcointernational.net of intent by requesting the necessary documents. \r\n \r\nYour interest is highly valued, and we eagerly await your prompt response. \r\n \r\nBest Regards, \r\n \r\nMr. Sam Ibrahim \r\nibrahim@aramcointernational.net \r\nhttp://www.aramcointernational.net/ \r\nContract & Supplier Services Management', '2024-01-27 01:05:04', ''),
(64, 'RobertGreds', '88763741924', 'lucido.leinteract@gmail.com', 'Hallo, ek wou jou prys ken.', '2024-01-28 12:02:37', ''),
(65, 'Mike Philips\r\n', '84487573642', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Philips\r\n \r\nMonkey Digital', '2024-01-31 06:35:59', ''),
(66, 'RobertGreds', '83541157687', 'lucido.leinteract@gmail.com', 'Szia, meg akartam tudni az árát.', '2024-01-31 09:26:46', ''),
(67, 'Mike Coleman\r\n', '88187936298', 'mikeMenFeaky@gmail.com', 'Hi there \r\n \r\nJust checked your airops.me baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\nRegards \r\nMike Coleman\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', '2024-02-03 03:16:50', ''),
(68, 'Mike Blare\r\n', '85588248352', 'peterCareetate@gmail.com', 'Hi \r\n \r\nI have just analyzed  airops.me for  the current search visibility and saw that your website could use a boost. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Blare\r\n \r\nDigital X SEO Experts', '2024-02-10 16:01:34', ''),
(69, 'Diana Rossenga', '86879131173', 'dianarossenga@gmail.com', 'Hi there \r\n \r\nMy name is Diana Rossenga and I represent Musgrave Group, Ireland\'s largest wholesaler. We\'re always on the lookout for fresh opportunities that can help expand our offerings while promoting quality products from other companies around the globe. \r\n \r\nWe find your product line quite impressive and believe it aligns perfectly with our business model. \r\n \r\nI\'ve been trying to locate your export department with no luck yet. Can you pass this message to your CEO or Export dep. \r\n \r\nMrs Diana Rossenga \r\n \r\nMusgrave Group \r\nCork, \r\nIreland \r\n \r\nEmail: bookings@musgraveimports.com', '2024-02-12 16:53:05', ''),
(70, 'MasonGreds', '83847911748', 'kaenquirynicholls@gmail.com', 'Hola, volia saber el seu preu.', '2024-02-13 08:49:45', ''),
(71, 'Changvow', '84368765728', 'istpaingistol@gmail.com', 'Artificial Intelligence is able to create videos. \r\nWhat you think is the first use of that? \r\nOf course, Porn. Are you curious to check it out? \r\nIs free. https://hentai.movie', '2024-02-16 06:36:38', ''),
(72, 'Mike Croftoon\r\n', '87482488774', 'mikeinsavok@gmail.com', 'Hello \r\n \r\nThis is Mike Croftoon\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Croftoon\r\n \r\nmike@strictlydigital.net', '2024-02-17 04:22:23', ''),
(73, 'RobertGreds', '86893166524', 'lucido.leinteract@gmail.com', 'Здравейте, исках да знам цената ви.', '2024-02-19 02:56:59', ''),
(74, 'Tigran Ayrapetyan', '89127468114', 'ujn2esbgakah@opayq.com', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up and existing companies either looking for funding for expansion or to accelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nWe would like to review your business plan or executive summary to understand a much better idea of your business and what you are looking to do, this will assist in determining the best possible investment structure we can pursue and discuss more extensively. \r\n \r\n \r\nI hope to hear back from you soon. \r\n \r\nSincerely, \r\n \r\nTigran Ayrapetyan \r\nInvestment Director \r\nDevcorp International W.L.L. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: ayrapetyantigran99@gmail.com', '2024-02-20 15:37:42', ''),
(75, 'Mike Bradberry\r\n', '88921476886', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Bradberry\r\n', '2024-02-22 13:52:20', ''),
(76, 'Mike Harris\r\n', '88693912111', 'miketateMenFloon@gmail.com', 'If you are looking to rank your local business on Google Maps in a specific area, this service is for you. \r\n \r\nGoogle Map Stacking is a highly effective technique for ranking your GMB within a specific mile radius. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/product/google-maps-pointers/ \r\n \r\n \r\nThanks and Regards \r\nMike Mike Harris\r\n \r\n \r\nPS: Want a comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', '2024-02-24 18:56:39', ''),
(77, 'Mike Harrison\r\n', '85146128972', 'mikeMenFeaky@gmail.com', 'Hi there \r\n \r\nJust checked your airops.me baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\nRegards \r\nMike Harrison\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', '2024-02-26 10:44:04', ''),
(78, 'Mike Macduff\r\n', '85485869217', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Macduff\r\n \r\nMonkey Digital', '2024-02-28 20:20:23', ''),
(79, 'James Walter', '84284713951', 'jamewalt01@gmail.com', 'Greetings \r\nI hope this mail finds you well. I am James Walter a private Funds Manager for high net worth individuals. \r\n \r\nI hold a mandate from a Russian Client who wants his funds reinvested using 3rd party due to the current sanctions against Russians, which means all aspect of this transaction will remain confidential, we will discuss details of investment including investing in your company if it’s for expansion only. \r\n \r\nPlease note that there is no risk involved as funds are legal and currently in a Bank without encumbrances , all details will be available as soon as you indicate interest by contacting me via the email or phone number bellow to discuss this opportunity in more detail. \r\n \r\nSincerely, \r\n \r\nMr. James Walter \r\n \r\nEmail:jamesldbuk@gmail.com \r\n \r\nTEL: +44 7706 280570', '2024-03-01 04:53:21', ''),
(80, 'Mike Aldridge\r\n', '86868777983', 'peterCareetate@gmail.com', 'Hello \r\n \r\nI have just analyzed  airops.me for its SEO metrics and saw that your website could use a boost. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Aldridge\r\n \r\nDigital X SEO Experts', '2024-03-05 14:45:44', ''),
(81, 'RobertGreds', '86555113519', 'lucido.leinteract@gmail.com', 'Ola, quería saber o seu prezo.', '2024-03-05 20:13:12', ''),
(82, 'MasonGreds', '87791917485', 'kaenquirynicholls@gmail.com', 'Hola, quería saber tu precio..', '2024-03-07 10:41:58', ''),
(83, 'MasonGreds', '84947148753', 'kaenquirynicholls@gmail.com', 'Здравейте, исках да знам цената ви.', '2024-03-14 04:43:29', ''),
(84, 'Mike Marlow\r\n', '81162391596', 'mikeinsavok@gmail.com', 'Hi \r\n \r\nThis is Mike Marlow\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Marlow\r\n \r\nmike@strictlydigital.net', '2024-03-17 05:43:34', ''),
(85, 'Mike Osborne\r\n', '87638978356', 'miketateMenFloon@gmail.com', 'This service is perfect for boosting your local business\' visibility on the map in a specific location. \r\n \r\nWe provide Google Maps listing management, optimization, and promotion services that cover everything needed to rank in the Google 3-Pack. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/ranking-in-the-maps-means-sales/ \r\n \r\n \r\nThanks and Regards \r\nMike Osborne\r\n \r\n \r\nPS: Want a ONE-TIME comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', '2024-03-19 19:03:03', ''),
(86, 'Mike Freeman\r\n', '85768617727', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Freeman\r\n', '2024-03-21 08:59:26', ''),
(87, 'Mike Hawkins\r\n', '85882119599', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Hawkins\r\n \r\nMonkey Digital', '2024-03-26 04:33:50', ''),
(88, 'James Durward', '87245261562', 'jamesdurward@emailcheka.com', 'Greetings From Mr. James, \r\n \r\nI trust this message finds you well? We are an Investment Company offering Corporate and Personal Investment Funding at 4.5% Interest Rate for a duration of 5 to 10 Years depending on the kind of your project. \r\n \r\nWe also pay a 1% commission to brokers, who introduce project owners for finance or other opportunities. \r\n \r\nPlease get back to me if you are interested in more details via email:- jamesdurwardconsultant@gmail.com \r\n \r\nKind regards \r\n \r\nJames Durward \r\nFinance Partner \r\njamesdurwardconsultant@gmail.com', '2024-03-26 18:36:02', '');
INSERT INTO `tbl_inquiry` (`id`, `Name`, `ContactNo`, `Email`, `Message`, `InqDate`, `CreatedBy`) VALUES
(89, 'Mike Hawkins\r\n', '87349495338', 'mikeMenFeaky@gmail.com', 'Hi there \r\n \r\nJust checked your airops.me baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\nRegards \r\nMike Hawkins\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', '2024-03-27 20:20:57', ''),
(90, 'Syed Atif', '84526825888', 'pr5yukr3hkpq@opayq.com', 'Hello, \r\n \r\nWe provide funding through our venture capital company to both start-up and existing companies either looking for funding for expansion or to accelerate growth in their company. \r\nWe have a structured joint venture investment plan in which we are interested in an annual return on investment not more than 10% ROI. We are also currently structuring a convertible debt and loan financing of 3% interest repayable annually with no early repayment penalties. \r\n \r\nWe would like to review your business plan or executive summary to understand a much better idea of your business and what you are looking to do, this will assist in determining the best possible investment structure we can pursue and discuss more extensively. \r\n \r\nI hope to hear back from you soon. \r\n \r\nSincerely, \r\n \r\nSyed Atif \r\nInvestment Director \r\nDevcorp International E.C. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: syedatif1001@gmail.com \r\nWebsite: https://devcorpinternational.com', '2024-03-28 07:11:24', ''),
(91, 'RobertGreds', '86699215411', 'lucido.leinteract@gmail.com', 'Sveiki, aš norėjau sužinoti jūsų kainą.', '2024-03-30 06:32:29', ''),
(92, 'Mike Nicholson\r\n', '84185753787', 'peterCareetate@gmail.com', 'Hi \r\n \r\nI have just analyzed  airops.me for its SEO metrics and saw that your website could use a boost. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Nicholson\r\n \r\nDigital X SEO Experts', '2024-04-03 02:58:51', ''),
(93, 'RobertGreds', '83696834344', 'lucido.leinteract@gmail.com', 'Здравейте, исках да знам цената ви.', '2024-04-09 20:04:07', ''),
(94, 'Mike Moore\r\n', '87145975449', 'mikeinsavok@gmail.com', 'Hi there \r\n \r\nThis is Mike Moore\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Moore\r\n \r\nmike@strictlydigital.net', '2024-04-12 14:30:15', ''),
(95, 'MasonGreds', '84552245977', 'kaenquirynicholls@gmail.com', 'Hola, volia saber el seu preu.', '2024-04-14 06:35:42', ''),
(96, 'MasonGreds', '87428746563', 'kaenquirynicholls@gmail.com', 'Hallo, ek wou jou prys ken.', '2024-04-14 11:47:57', ''),
(97, 'Mike Calhoun\r\n', '88942936724', 'miketateMenFloon@gmail.com', 'This service is perfect for boosting your local business\' visibility on the map in a specific location. \r\n \r\nWe provide Google Maps listing management, optimization, and promotion services that cover everything needed to rank in the Google 3-Pack. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/ranking-in-the-maps-means-sales/ \r\n \r\n \r\nThanks and Regards \r\nMike Calhoun\r\n \r\n \r\nPS: Want a ONE-TIME comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', '2024-04-17 02:44:32', ''),
(98, 'Mike Morrison\r\n', '83922891649', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Morrison\r\n', '2024-04-17 12:31:05', ''),
(99, 'MasonGreds', '83812558134', 'kaenquirynicholls@gmail.com', 'Hi, roeddwn i eisiau gwybod eich pris.', '2024-04-20 05:45:57', ''),
(100, 'RobertGreds', '89353583168', 'lucido.leinteract@gmail.com', 'Sawubona, bengifuna ukwazi intengo yakho.', '2024-04-21 21:25:44', ''),
(101, 'Mike Page\r\n', '84289219637', 'mikeMenFeaky@gmail.com', 'Hi there \r\n \r\nJust checked your airops.me baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\nRegards \r\nMike Page\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', '2024-04-25 00:13:59', ''),
(102, 'Mike Parson\r\n', '88568499751', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Parson\r\n \r\nMonkey Digital', '2024-04-26 05:53:09', ''),
(103, 'RobertGreds', '84219212594', 'lucido.leinteract@gmail.com', 'Dia duit, theastaigh uaim do phraghas a fháil.', '2024-05-01 02:23:11', ''),
(104, 'Mike Page\r\n', '82541865571', 'peterCareetate@gmail.com', 'Hi there \r\n \r\nI have just checked  airops.me for  the current search visibility and saw that your website could use an upgrade. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\n \r\nRegards \r\nMike Page\r\n \r\nDigital X SEO Experts', '2024-05-02 19:21:24', ''),
(105, 'Mike Walker\r\n', '86514126316', 'peterCareetate@gmail.com', 'Hi there \r\n \r\nThe Internet is full with false Whatsapp advertising methods which promise: “Marketing automation using your own WhatsApp Number”. \r\n \r\nIt’s a total scam and will only get your number banned in whatsapp in seconds. \r\n \r\nThe only way to do this legally and safely is by our researched methods. \r\nWe will set up everything for you and you will be able to send Whatsapp Marketing messages legally and attract local audience for your business. \r\n \r\nCheck all details below. \r\nhttps://www.onlinelocalmarketing.org/product/local-whatsapp-marketing/ \r\n \r\nRegards \r\nMike Walker\r\n https://www.onlinelocalmarketing.org', '2024-05-09 23:57:00', ''),
(106, 'RobertGreds', '86234511641', 'lucido.leinteract@gmail.com', 'Hi, ego volo scire vestri pretium.', '2024-05-10 09:59:07', ''),
(107, 'Mike Holiday\r\n', '88731173835', 'mikeinsavok@gmail.com', 'Howdy \r\n \r\nThis is Mike Holiday\r\n \r\nLet me introduce to you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nCheap and effective \r\n \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Holiday\r\n \r\nmike@strictlydigital.net', '2024-05-11 18:46:40', ''),
(108, 'MasonGreds', '86852121393', 'kaenquirynicholls@gmail.com', 'Aloha, makemake wau eʻike i kāu kumukūʻai.', '2024-05-14 07:29:17', ''),
(109, 'Syed Atif', '86972662778', 'pr5yukr3hkpq@opayq.com', 'Hello, \r\nOne of the most significant hurdles for startups and existing businesses is securing the necessary funding to fuel their growth and bring their ideas to fruition. Our company specializes in providing tailored financing solutions to both startups and existing businesses. We offer debt financing with a competitive interest rate designed to support capital growth without burdening the business owners. \r\nOur loan interest rate is set at a favorable 3% annually, and with no early payment penalties, giving you the flexibility to manage your finances with ease. For those seeking equity financing, our venture capital funding option provides the capital you need to fuel your expansion. With just a modest 10% equity stake, you can access the resources necessary to scale your business while retaining control and ownership. we recognize these challenges and are committed to providing startups with flexible financing options tailored to their unique needs. \r\nWe are happy to review your pitch deck or executive summary to better understand your business and this will assist in determining the best possible investment structure that we can pursue and discuss extensively. \r\nI look forward to further communication. \r\nSincerely, \r\nSyed Atif \r\nExecutive Investment Director \r\nDevcorp International W.L.L. \r\nP.O Box 10236 Shop No. 305 \r\nFlr 3 Manama Centre, Bahrain \r\nEmail: syedatif@devcorpinternationalbh.com \r\nWebsite: https://devcorpinternational.com', '2024-05-15 08:04:24', ''),
(110, 'Mike Bush\r\n', '83941722355', 'miketateMenFloon@gmail.com', 'This service is perfect for boosting your local business\' visibility on the map in a specific location. \r\n \r\nWe provide Google Maps listing management, optimization, and promotion services that cover everything needed to rank in the Google 3-Pack. \r\n \r\nMore info: \r\nhttps://www.speed-seo.net/ranking-in-the-maps-means-sales/ \r\n \r\n \r\nThanks and Regards \r\nMike Bush\r\n \r\n \r\nPS: Want a ONE-TIME comprehensive local plan that covers everything? \r\nhttps://www.speed-seo.net/product/local-seo-bundle/', '2024-05-16 17:01:02', ''),
(111, 'Mike Roger\r\n', '85412265173', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\nNEW: Ahrefs Domain Rating \r\nhttps://www.monkeydigital.co/ahrefs-seo/ \r\n \r\n \r\nThanks and regards \r\nMike Roger\r\n', '2024-05-17 11:30:50', ''),
(112, 'RobertGreds', '83385797193', 'lucido.leinteract@gmail.com', 'Aloha, makemake wau eʻike i kāu kumukūʻai.', '2024-05-20 16:25:23', ''),
(113, 'Mike Lewis\r\n', '88456324284', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.org/affiliate-dashboard/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Lewis\r\n \r\nMonkey Digital', '2024-05-20 22:53:55', ''),
(114, 'DavidGreds', '89286645896', 'lucido.leinteract@gmail.com', 'Dia duit, theastaigh uaim do phraghas a fháil.', '2024-05-21 19:22:52', ''),
(115, 'Mike Roger\r\n', '85345875261', 'mikeMenFeaky@gmail.com', 'Hi there \r\n \r\nJust checked your airops.me baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\nRegards \r\nMike Roger\r\nHilkom Digital SEO Experts \r\nhttps://www.hilkom-digital.de/', '2024-05-24 03:45:22', ''),
(116, 'Mike Arthurs\r\n', '81464855785', 'peterCareetate@gmail.com', 'Good Day \r\n \r\nI have just analyzed  airops.me for the ranking keywords and saw that your website could use a boost. \r\n \r\nWe will enhance your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://digitalx.press/unbeatable-seo/ \r\nWhatsapp us: https://wa.link/fqchim \r\n \r\nRegards \r\nMike Arthurs\r\n \r\nDigital X SEO Experts', '2024-05-30 09:28:17', ''),
(117, 'DavidGreds', '88477898844', 'lucido.leinteract@gmail.com', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', '2024-05-30 11:15:44', ''),
(118, 'Jake Winlow', '85158678542', 'support@helliumecommercesolutions.com', 'Hi there, \r\nMy name is Jake Winlow, i am contacting you from Hellium Ecommerce Solutions. We are a Private Equity firm that is specialized in investing in small e-commerce companies, take the marketing inhouse and scale them up. We are located in London, UK and we are not expanding in the US. \r\nWe are looking for a company to partner up, and help us receive our payments domestically thus saving us the cost, energy and time consuming process of opening a new office and branch in the US. We are willing to sign a contract, pay a monthly fee of $8,000.00 plus a 5% commission from each payment that your company will receive on our behalf, from our customers. For more info, please visit our website: https://helliumecommercesolutions.com/financial-agent/ \r\nIf interested, please apply and one of our agents will contact you.', '2024-06-01 04:02:15', ''),
(119, 'Osvaldophods', '82872319528', 'morrismi1@outlook.com', 'A remote job opportunity for a Law Firm, the role of a Payment/Deposit Handler. This position involves managing payments and deposits, ensuring accurate processing, and maintaining financial record. This position is only for American citizens living in US. \r\n \r\nJob location:  USA \r\nWeekly wages: $2,150 per week. \r\n \r\nWe are looking for a detail-oriented individual with a good background and no criminal record. \r\n \r\nIf you are interested in joining our team, please send an email to get more details jasonmorrisca@yahoo.com \r\n \r\nRegards.', '2024-06-01 04:30:50', ''),
(120, 'MichaelAduri', '84227775924', 'gordon_clarkiiz1@outlook.com', '<a href=https://guard-car.ru/>https://guard-car.ru/</a>', '2024-06-03 15:04:08', ''),
(121, 'MasonGreds', '88713244239', 'kaenquirynicholls@gmail.com', 'Hi, I wanted to know your price.', '2024-06-04 11:13:43', ''),
(122, 'Mike Scott\r\n', '89747121465', 'mikeinsavok@gmail.com', 'Good Day \r\n \r\nThis is Mike Scott\r\n \r\nLet me show you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictlydigital.co/semrush-backlinks/ \r\n \r\nCheap and effective \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Scott\r\n https://www.strictlydigital.co/whatsapp-us/', '2024-06-06 13:06:51', ''),
(123, 'RicardoEmbat', '86522892672', '2236@meteo.gold', 'В современном мире, где аттестат - это начало отличной карьеры в любой отрасли, многие пытаются найти максимально быстрый и простой путь получения образования. Наличие официального документа об образовании сложно переоценить. Ведь именно диплом открывает двери перед всеми, кто стремится вступить в сообщество квалифицированных специалистов или продолжить обучение в любом университете. \r\nПредлагаем максимально быстро получить этот важный документ. Вы сможете купить аттестат нового или старого образца, и это становится выгодным решением для всех, кто не смог завершить обучение, утратил документ или желает исправить свои оценки. Все аттестаты изготавливаются аккуратно, с особым вниманием к мельчайшим элементам. На выходе вы сможете получить 100% оригинальный документ. \r\nПлюсы такого подхода заключаются не только в том, что можно оперативно получить свой аттестат. Процесс организован комфортно, с нашей поддержкой. Начав от выбора необходимого образца аттестата до правильного заполнения персональной информации и доставки по России — все под полным контролем квалифицированных специалистов. \r\nВсем, кто ищет оперативный способ получения необходимого документа, наша компания предлагает отличное решение. Купить аттестат - значит избежать продолжительного обучения и не теряя времени переходить к достижению своих целей, будь то поступление в ВУЗ или старт карьеры. \r\n \r\nhttps://www.sonyericsson-championships.com/1/en/home/ \r\nhttp://dollarafont.com/', '2024-06-08 17:41:46', ''),
(124, 'MasonGreds', '89247521866', 'kaenquirynicholls@gmail.com', 'Sawubona, bengifuna ukwazi intengo yakho.', '2024-06-09 13:49:58', ''),
(125, 'Mike Parson\r\n', '89361624513', 'mikeGrapop@gmail.com', 'Hi there, \r\n \r\nI have reviewed your domain in MOZ and have observed that you may benefit from an increase in authority. \r\n \r\nOur solution guarantees you a high-quality domain authority score within a period of three months. This will increase your organic visibility and strengthen your website authority, thus making it stronger against Google updates. \r\n \r\nCheck out our deals for more details. \r\nhttps://www.monkeydigital.co/domain-authority-plan/ \r\n \r\n \r\nThanks and regards \r\nMike Parson\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-us/', '2024-06-12 18:51:58', ''),
(126, 'RobertGreds', '82587614433', 'cautioningsehomogen@gmail.com', 'Hola, quería saber tu precio..', '2024-06-13 11:22:35', ''),
(127, 'Mike Mason\r\n', '85841137154', 'mikeCareetate@gmail.com', 'This service is perfect for boosting your local business\' visibility on the map in a specific location. \r\n \r\nWe provide Google Maps listing management, optimization, and promotion services that cover everything needed to rank in the Google 3-Pack. \r\n \r\nMore info: \r\nhttps://www.speed-seo.co/ranking-in-the-maps-means-sales/ \r\n \r\nThanks and Regards \r\nMike Mason\r\n \r\nhttps://www.speed-seo.co/whatsapp-us/', '2024-06-15 00:51:15', ''),
(128, 'Hannah Ackerman', '84552342238', 'rachelmanagement@skiff.com', 'Hello \r\n \r\nI hope this message finds you well. \r\n \r\nOur consultancy offers high-net-worth international investors access to exclusive investment opportunities. We provide loans at competitive interest rates from 2.5% to 5%, depending on your project\'s specifics. Our loan packages include a 2-year grace period and flexible repayment terms of 10 to 15 years. \r\n \r\nIf you need funding for your business or personal projects, please contact us to arrange a consultation through our official platform. \r\n \r\nThank you for considering this opportunity. \r\n \r\nBest regards, \r\n \r\nMrs. Hannah Ackerman \r\n \r\nalternativeconsult@hgdtkbcs-sec.com \r\n \r\nRelationship Manager \r\n', '2024-06-15 20:11:51', ''),
(129, 'Mike Wood\r\n', '83572735667', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.co/join-affiliates/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Wood\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-affiliates/', '2024-06-17 14:54:41', ''),
(130, 'Mike Kendal\r\n', '84996896556', 'mikeCareetate@gmail.com', 'Hi there \r\n \r\nJust checked your Site_name\'s baclink profile, I noticed a moderate percentage of toxic links pointing to your website \r\n \r\nWe will investigate each link for its toxicity and perform a professional clean up for you free of charge. \r\n \r\nStart recovering your ranks today: \r\nhttps://www.badlinkscleanup.com/ \r\n \r\n \r\nRegards \r\nMike Kendal\r\n \r\nDigital SEO Experts \r\nhttps://www.badlinkscleanup.com/whatsapp-us/', '2024-06-19 10:16:09', ''),
(131, 'DavidGreds', '89391859539', 'cautioningsehomogen@gmail.com', 'Hallo, ek wou jou prys ken.', '2024-06-20 22:21:32', ''),
(132, 'Mike Gimson\r\n', '81762431127', 'peterCareetate@gmail.com', 'Greetings \r\n \r\nI have just verified your SEO on  airops.me for the ranking keywords and saw that your website could use an upgrade. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digital-x-press.co/unbeatable-seo/ \r\n \r\nRegards \r\nMike Gimson\r\n \r\nDigital X SEO Experts \r\nhttps://www.digital-x-press.co/whatsapp-us/', '2024-06-27 11:18:22', ''),
(133, 'DavidGreds', '88499699432', 'kayleighbpsteamship@gmail.com', 'Xin chào, tôi muốn biết giá của bạn.', '2024-06-28 00:35:25', ''),
(134, 'MasonGreds', '82268513531', 'yjdisantoyjdissemin@gmail.com', 'Γεια σου, ήθελα να μάθω την τιμή σας.', '2024-07-01 09:47:49', ''),
(135, 'Luis Alves', '89339739622', 'intl.law7@aol.com', 'Greeting. \r\nI hope this message will interest you, giving the unconventional opportunity it conveys. \r\nI’m a Private Investment Consultant sourcing and connecting business managers with Capitalists. \r\nI’m mandated by an Offshore Investment Company acting as proxy for Wealthy Oligarchs. \r\nIf you have a viable business seeking for quick Loan or Funding Partners, I have a rare opportunity for you. \r\nPlease reach out to me, through this following email  alveslus011@gmail.com if you need further details about the funding scheme. \r\nIgnore if not interested. \r\nRegards, \r\nLuis Alves \r\nLegal | Consultant | Contractor. \r\nE-mail: alveslus011@gmail.com', '2024-07-01 22:37:18', ''),
(136, 'LeoGreds', '84717183617', 'yjdisantoyjdissemin@gmail.com', 'Kaixo, zure prezioa jakin nahi nuen.', '2024-07-03 11:15:33', ''),
(137, 'MasonGreds', '86392474259', 'yjdisantoyjdissemin@gmail.com', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', '2024-07-03 14:06:07', ''),
(138, 'Mike Gilbert\r\n', '86825393193', 'mikeFunc@gmail.com', 'Hi \r\n \r\nThis is Mike Gilbert\r\n \r\nLet me present you our latest research results from our constant SEO feedbacks that we have from our plans: \r\n \r\nThe new Semrush Backlinks, which will make your airops.me SEO trend have an immediate push. \r\nThe method is actually very simple, we are building links from domains that have a high number of keywords ranking for them.  \r\n \r\nForget about the SEO metrics or any other factors that so many tools try to teach you that is good. The most valuable link is the one that comes from a website that has a healthy trend and lots of ranking keywords. \r\nWe thought about that, so we have built this plan for you \r\n \r\nCheck in detail here: \r\nhttps://www.strictly-seo.com/semrush-backlinks/ \r\n \r\nCheap and effective \r\nTry it anytime soon \r\n \r\nRegards \r\nMike Gilbert\r\n https://www.strictly-seo.com/whatsapp-us/', '2024-07-05 06:31:42', ''),
(139, 'Joshuabrest', '89886949994', 'no.reply.JohanVincent@gmail.com', 'Hi-ya! \r\n \r\nDid you know that it is possible to send proposal in a totally legal fashion? We propose a novel method of sending business proposals through feedback forms. \r\nContact Form messages aren’t usually sent to spam, as they are seen as important. \r\nWe are now offering you the chance to use our service for free. \r\nWe can deliver a maximum of 50,000 messages for you. \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis offer is automatically generated. \r\nPlease use the contact details below to get in touch with us. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:feedbackform2019 \r\nWhatsApp  +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\n \r\nWe only use chat for communication.', '2024-07-09 18:09:53', ''),
(140, 'Mike Adderiy\r\n', '85675298263', 'mikeCareetate@gmail.com', 'Hello, \r\n \r\nHey, I\'m Mike from Monkey Digital. We offer a highly popular service that costs only 10$ per 5000 social ads visits. \r\n \r\nMore info:  \r\nhttps://www.monkey-seo.com/get-started/ \r\n \r\nTracking will be sent the same day, the advertisement goes live within a few hours, effective and cheap marketing, try it out, it will be worth every penny. \r\n \r\nRegards \r\nMonkey Digital \r\nhttps://www.monkey-seo.com/whatsapp-us/', '2024-07-13 23:05:39', ''),
(141, 'Mike Waller\r\n', '87682747145', 'mikeCareetate@gmail.com', 'Hi there, \r\n \r\nWhile checking your airops.me for its ranks, I have noticed that there are some toxic links pointing towards it. \r\n \r\nGrab your free clean up and improve ranks in no time \r\nhttps://www.hilkom-digital.de/professional-linksprofile-clean-up-service/ \r\n \r\nIt really works, get a free backlinks clean up with us today \r\n \r\n \r\nRegards \r\nMike Waller\r\n \r\nWhatsapp: https://www.hilkom-digital.de/whatsapp-us/', '2024-07-15 22:30:16', ''),
(142, 'Philip Norman', '81565965597', 'philipnorman777@yahoo.com', 'Greetings \r\nI hope this mail finds you well. I am Mr Philip Norman a private Funds Manager for high net worth individuals. \r\n \r\nI hold a mandate from a Russian Client who wants his funds reinvested using 3rd party due to the current sanctions against Russians, which means all aspect of this transaction will remain confidential, we will discuss details of investment including investing in your company if it’s for expansion only. \r\n \r\nPlease note that there is no risk involved as funds are legal and currently in a Bank without encumbrances , all details will be available as soon as you indicate interest by contacting me via the email or phone number bellow to discuss this opportunity in more detail. \r\n \r\nSincerely, \r\n \r\nMr. Philip Norman \r\n \r\nEmail: philipnorman30@gmail.com', '2024-07-17 15:47:07', ''),
(143, 'Mike Francis\r\n', '86257565734', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.monkeydigital.co/join-affiliates/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Francis\r\n \r\nMonkey Digital \r\nhttps://www.monkeydigital.co/whatsapp-affiliates/', '2024-07-19 23:05:45', ''),
(144, 'JohnGreds', '82771466913', 'kayleighbpsteamship@gmail.com', 'Dia duit, theastaigh uaim do phraghas a fháil.', '2024-07-20 13:32:47', ''),
(145, 'Mike Aldridge\r\n', '84987483782', 'peterCareetate@gmail.com', 'Howdy \r\n \r\nI have just analyzed  airops.me for  the current search visibility and saw that your website could use an upgrade. \r\n \r\nWe will enhance your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digitalxpresscom.net/monthly-seo/ \r\n \r\nRegards \r\nMike Aldridge\r\n \r\nDigital X SEO Experts \r\nhttps://www.digitalxpresscom.net/whatsapp-us/', '2024-07-23 01:14:39', ''),
(146, 'DavidGreds', '83832626434', 'kayleighbpsteamship@gmail.com', 'Ndewo, achọrọ m ịmara ọnụahịa gị.', '2024-07-26 11:59:38', ''),
(147, 'MasonGreds', '83956391821', 'yjdisantoyjdissemin@gmail.com', 'Hallo, ek wou jou prys ken.', '2024-07-27 16:08:51', ''),
(148, 'MasonGreds', '86929247918', 'yjdisantoyjdissemin@gmail.com', 'Zdravo, htio sam znati vašu cijenu.', '2024-07-27 16:10:03', ''),
(149, 'Mike Reynolds\r\n', '88162621555', 'mikeFunc@gmail.com', 'Hello \r\nThis is Mike Reynolds\r\nfrom Strictly Digital \r\n \r\nLet me present to you our latest discovered from the SEO environment. \r\nWe have noticed that getting backlinks from websites that have high SEO metrics values doesn\'t always help, and in fact, what is more important is to have backlinks from sites that are actually ranking for many keywords. \r\n \r\nThus, we have built this service especially to meet these new discoveries and the results are astonishing. \r\n \r\nPlease check more details here: \r\nhttps://www.strictly-digital.net/semrush-backlinks/ \r\n \r\n \r\n \r\nRegards, \r\nStrictly Digital SEO Team \r\n \r\nWhatsapp us for more details: \r\nhttps://www.strictly-digital.net/whatsapp-us/', '2024-08-01 10:02:17', ''),
(150, 'LeoGreds', '86846817472', 'yjdisantoyjdissemin@gmail.com', 'Hi, ego volo scire vestri pretium.', '2024-08-02 16:01:28', ''),
(151, 'Mike Hardman\r\n', '81528976711', 'mikeCareetate@gmail.com', 'Hi there \r\nI just checked airops.me ranks and am sorry to bring this up, but it lacks in many areas. \r\n \r\nUnfortunately, building a bunch of links won\'t solve the issue in this case, and a more comprehensive strategy is required. Google has undergone significant changes over the past year, making it nearly impossible to compete for favorable rankings without a well-designed website. \r\n \r\nWe recommend a search engine-friendly website layout to resolve all issues and propel your site to the top. \r\n \r\nYou can check more details here:https://www.speed-seo.org/web-design/ \r\n \r\nThanks for your consideration \r\nMike Hardman\r\nSpeed Designs \r\nhttps://www.speed-seo.org/whatsapp-us/', '2024-08-07 11:23:45', ''),
(152, 'Mike Durham\r\n', '88253125192', 'mikeCareetate@gmail.com', 'Hello, \r\n \r\nHey, I\'m Mike from Monkey Digital. We offer a highly popular service that costs only 10$ per 5000 social ads visits. \r\n \r\nMore info:  \r\nhttps://www.monkey-seo.com/get-started/ \r\n \r\nTracking will be sent the same day, the advertisement goes live within a few hours, effective and cheap marketing, try it out, it will be worth every penny. \r\n \r\nRegards \r\nMonkey Digital \r\nhttps://www.monkey-seo.com/whatsapp-us/', '2024-08-08 20:25:55', ''),
(153, 'DavidGreds', '87595193145', 'kayleighbpsteamship@gmail.com', 'Hallo, ek wou jou prys ken.', '2024-08-11 02:56:21', ''),
(154, 'Mike Becker\r\n', '81676218371', 'mikeCareetate@gmail.com', 'Hi there, \r\n \r\nWhile checking your airops.me for its ranks, I have noticed that there are some toxic links pointing towards it. \r\n \r\nGrab your free clean up and improve ranks in no time \r\nhttps://www.freeseocleanups.com/get-started/ \r\n \r\nIt really works, get a free backlinks clean up with us today \r\n \r\n \r\nRegards \r\nMike Becker\r\n \r\nWhatsapp:https://www.freeseocleanups.com/whatapp-us/', '2024-08-15 06:48:04', ''),
(155, 'Mike Blomfield\r\n', '85322884559', 'mikeFunc@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.earn35percent.com/get-started/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Blomfield\r\n \r\nMonkey Digital \r\nhttps://www.earn35percent.com/whatsapp-affiliates/', '2024-08-16 19:15:16', ''),
(156, 'Mike Turner\r\n', '82167532336', 'mikeFunc@gmail.com', 'Hello \r\nThis is Mike Turner\r\nfrom Strictly Digital \r\n \r\nLet me present to you our latest discovered from the SEO environment. \r\nWe have noticed that getting backlinks from websites that have high SEO metrics values doesn\'t always help, and in fact, what is more important is to have backlinks from sites that are actually ranking for many keywords. \r\n \r\nThus, we have built this service especially to meet these new discoveries and the results are astonishing. \r\n \r\nPlease check more details here: \r\nhttps://www.strictlyseonet.com/semrush-backlinks/ \r\n \r\n \r\n \r\nRegards, \r\nStrictly Digital SEO Team \r\n \r\nWhatsapp us for more details: \r\nhttps://www.strictlyseonet.com/whatsapp-us/', '2024-08-21 02:44:38', ''),
(157, 'Mike Albertson\r\n', '81797982138', 'peterCareetate@gmail.com', 'Greetings \r\n \r\nI have just analyzed  airops.me for  the current search visibility and saw that your website could use a push. \r\n \r\nWe will increase your ranks organically and safely, using only state of the art AI and whitehat methods, while providing monthly reports and outstanding support. \r\n \r\nMore info: \r\nhttps://www.digitalxpresscom.net/monthly-seo/ \r\n \r\nRegards \r\nMike Albertson\r\n \r\nDigital X SEO Experts \r\nhttps://www.digitalxpresscom.net/whatsapp-us/', '2024-08-23 17:51:07', ''),
(158, 'DavidGreds', '81735444382', 'kayleighbpsteamship@gmail.com', 'Dia duit, theastaigh uaim do phraghas a fháil.', '2024-08-28 08:41:32', ''),
(159, 'MasonGreds', '85277627291', 'yjdisantoyjdissemin@gmail.com', 'Aloha, makemake wau eʻike i kāu kumukūʻai.', '2024-08-28 09:54:29', ''),
(160, 'MasonGreds', '85976163753', 'yjdisantoyjdissemin@gmail.com', 'Zdravo, htio sam znati vašu cijenu.', '2024-08-28 22:29:05', ''),
(161, 'JohnGreds', '82872415358', 'kayleighbpsteamship@gmail.com', 'Salam, qiymətinizi bilmək istədim.', '2024-09-01 00:44:39', ''),
(162, 'Mike Davis\r\n', '83644423362', 'mikeCareetate@gmail.com', 'Hello, \r\n \r\nHey, I\'m Mike from Monkey Digital. We offer a highly popular service that costs only 10$ per 5000 social ads visits. \r\n \r\nMore info:  \r\nhttps://www.monkey-seo.com/get-started/ \r\n \r\nTracking will be sent the same day, the advertisement goes live within a few hours, effective and cheap marketing, try it out, it will be worth every penny. \r\n \r\nRegards \r\nMonkey Digital \r\nhttps://www.monkey-seo.com/whatsapp-us/', '2024-09-04 08:27:09', ''),
(163, 'LeoGreds', '88925988424', 'yjdisantoyjdissemin@gmail.com', 'Salut, ech wollt Äre Präis wëssen.', '2024-09-04 12:19:59', ''),
(164, 'Mike Ward\r\n', '82317699638', 'mikeCareetate@gmail.com', 'Hi there \r\nI just checked airops.me ranks and am sorry to bring this up, but it lacks in many areas. \r\n \r\nUnfortunately, building a bunch of links won\'t solve the issue in this case, and a more comprehensive strategy is required. Google has undergone significant changes over the past year, making it nearly impossible to compete for favorable rankings without a well-designed website. \r\n \r\nWe recommend a search engine-friendly website layout to resolve all issues and propel your site to the top. \r\n \r\nYou can check more details here:https://www.seo-speed.net/seo-friendly-webdesign/ \r\n \r\nThanks for your consideration \r\nMike Ward\r\nSpeed Designs \r\nhttps://www.seo-speed.net/whatapp-us/', '2024-09-09 09:42:55', ''),
(165, 'Mike Donovan\r\n', '85578931518', 'mikeCareetate@gmail.com', 'Hi there, \r\n \r\nWhile checking your airops.me for its ranks, I have noticed that there are some toxic links pointing towards it. \r\n \r\nGrab your free clean up and improve ranks in no time \r\nhttps://www.hilkomseo.com/free-cleanup/ \r\n \r\nIt really works, get a free backlinks clean up with us today \r\n \r\n \r\nRegards \r\nMike Donovan\r\n \r\nWhatsapp:https://www.hilkomseo.com/whatsapp-us/', '2024-09-09 13:44:24', ''),
(166, 'Katelyn Raiden', '488909660', 'katelynraiden@gmail.com', 'Hi there,\r\n\r\nWe run a YouTube growth service, which increases your number of subscribers both safely and practically. \r\n\r\n- We guarantee to gain you 700-1500+ subscribers per month.\r\n- People subscribe because they are interested in your channel/videos, increasing likes, comments and interaction.\r\n- All actions are made manually by our team. We do not use any \'bots\'.\r\n\r\nThe price is just $60 (USD) per month, and we can start immediately.\r\n\r\nIf you have any questions, let me know, and we can discuss further.\r\n\r\nKind Regards,\r\nKate', '2024-09-11 05:52:45', ''),
(167, 'Mike Mathews\r\n', '87489935179', 'whatsapp-us.Func@gmail.com', 'Hi there, \r\n \r\nMy name is Mike from Monkey Digital, \r\n \r\nAllow me to present to you a lifetime revenue opportunity of 35% \r\nThat\'s right, you can earn 35% of every order made by your affiliate for life. \r\n \r\nSimply register with us, generate your affiliate links, and incorporate them on your website, and you are done. It takes only 5 minutes to set up everything, and the payouts are sent each month. \r\n \r\nClick here to enroll with us today: \r\nhttps://www.seomonkey.net/affiliates/ \r\n \r\nThink about it, \r\nEvery website owner requires the use of search engine optimization (SEO) for their website. This endeavor holds significant potential for both parties involved. \r\n \r\nThanks and regards \r\nMike Mathews\r\n \r\nMonkey Digital \r\nhttps://www.seomonkey.net/whatsapp-affiliates/', '2024-09-11 06:11:31', ''),
(168, 'Mariyadems7009', '84871855568', 'maryRot0227@gmail.com', 'XEvil 5.0 ipso solvere maxime genus captchas, \r\nEtiam tale genus captchas: ReCaptcha-2, ReCaptcha-3, Hotmail (Microsoft), Google, SolveMedia, BitcoinFaucet, Steam, Amazon, Twitter, Microsoft, Twitch, Outlook, +12000 \r\n+ hCaptcha, ArkoseLabs FunCaptcha, ReCaptcha Enterprize sustinetur in novum XEvil 6.0! \r\n \r\n1.) Et ieiunium,, securus, precisionly \r\nXEvil est ieiunas captcha interfectorem in mundo. Eius non solutionem termini, non fila numerus fines \r\ntu potest solvere etiam 1.000.000.000 captchas per diem, et sumptus 0 (O) USD! Iustus sumo licentiam 59 USD et omnes! \r\n \r\n2.) Plures APIs support \r\nXEvil sustinet plus quam 6 diversis, cognoscitur worldwide API: 2captcha.com, anti-captchas.com (antigate), rucaptcha.com, DeathByCaptcha, etc. \r\niustus mittere captcha via HTTP petitionem, ut vos mittere potest in aliquo servitio - et XEvil solvere tua captcha! \r\nSic, XEvil est, potest stare cum centum applications pro SEO/SMM/password recuperatio/parsing/dispositis/nisi/cryptocurrency/etc. \r\n \r\n3.) Utile subsidium et enchiridia \r\nPost emptionem, habes accessum ad secretum tech.support forum, Wiki, Skype/Telegramma online support \r\nTincidunt comitatu XEvil ut vestri ratio vestibulum ac LIBERO et ipsum ieiunium - iustus mittere exempla \r\n \r\n4.) Quam ut a libero iudicio uti XEvil full version? \r\n- Conantur quaerere Google \"Home of XEvil\" \r\n- vos mos reperio IPs cum aperuit port 80 de XEvil users (click in ullus IP curare) \r\n- capto mittere captcha via 2captcha API ino unum, quod IPs \r\n- si vos got MALUM KEY error, iustus tru aliud IP \r\n- frui! :) \r\n- (quod non opus hCaptcha!) \r\n \r\nWARNING: Lorem XEvil DEMO sustinere NON ReCaptcha, hCaptcha et pleraque alia genera captcha! \r\n \r\nhttp://xrumersale.site/', '2024-09-14 13:13:28', ''),
(169, 'Mariyadems0269', '87693394978', 'maryRot3601@gmail.com', 'XEvil 5.0 ipso solvere maxime genus captchas, \r\nEtiam tale genus captchas: ReCaptcha-2, ReCaptcha-3, Hotmail (Microsoft), Google captcha, SolveMedia, BitcoinFaucet, Steam, Amazon, Twitter, Microsoft, Twitch, Outlook, +12000 \r\n+ hCaptcha, ArkoseLabs FunCaptcha, ReCaptcha Enterprize sustinetur in novum XEvil 6.0! \r\n \r\n1.) Et ieiunium,, securus, precisionly \r\nXEvil est ieiunas captcha interfectorem in mundo. Eius non solutionem termini, non fila numerus fines \r\ntu potest solvere etiam 1.000.000.000 captchas per diem, et sumptus 0 (O) USD! Iustus sumo licentiam 59 USD et omnes! \r\n \r\n2.) Plures APIs support \r\nXEvil sustinet plus quam 6 diversis, cognoscitur worldwide API: 2Captcha, anti-captcha (antigate), RuCaptcha, DeathByCaptcha, etc. \r\niustus mittere captcha via HTTP petitionem, ut vos mittere potest in aliquo servitio - et XEvil solvere tua captcha! \r\nSic, XEvil est, potest stare cum centum applications pro SEO/SMM/password recuperatio/parsing/dispositis/nisi/cryptocurrency/etc. \r\n \r\n3.) Utile subsidium et enchiridia \r\nPost emptionem, habes accessum ad secretum tech.support forum, Wiki, Skype/Telegramma online support \r\nTincidunt comitatu XEvil ut vestri ratio vestibulum ac LIBERO et ipsum ieiunium - iustus mittere exempla \r\n \r\n4.) Quam ut a libero iudicio uti XEvil full version? \r\n- Conantur quaerere Google \"Home of XEvil\" \r\n- vos mos reperio IPs cum aperuit port 80 de XEvil users (click in ullus IP curare) \r\n- capto mittere captcha via 2captcha API ino unum, quod IPs \r\n- si vos got MALUM KEY error, iustus tru aliud IP \r\n- frui! :) \r\n- (quod non opus hCaptcha!) \r\n \r\nWARNING: Lorem XEvil DEMO sustinere NON ReCaptcha, hCaptcha et pleraque alia genera captcha! \r\n \r\nhttp://XEvil.Net/', '2024-09-14 18:59:16', ''),
(170, 'Mariyadems0943', '86649319697', 'maryRot6321@gmail.com', 'XEvil 6.0 ipso solvere maxime genus captchas, \r\nEtiam tale genus captchas: ReCaptcha-2, ReCaptcha-3, Hotmail, Google, Solve Media, BitcoinFaucet, Steam, Amazon, Twitter, Microsoft, Twitch, Outlook, +12k \r\n+ hCaptcha, ArkoseLabs FunCaptcha, ReCaptcha Enterprize sustinetur in novum XEvil 6.0! \r\n \r\n1.) Et ieiunium,, securus, precisionly \r\nXEvil est ieiunas captcha interfectorem in mundo. Eius non solutionem termini, non fila numerus fines \r\ntu potest solvere etiam 1.000.000.000 captchas per diem, et sumptus 0 (O) USD! Iustus sumo licentiam 59 USD et omnes! \r\n \r\n2.) Plures APIs support \r\nXEvil sustinet plus quam 6 diversis, cognoscitur worldwide API: 2captcha.com, anti-captcha (antigate), rucaptcha.com, DeathByCaptcha, etc. \r\niustus mittere captcha via HTTP petitionem, ut vos mittere potest in aliquo servitio - et XEvil solvere tua captcha! \r\nSic, XEvil est, potest stare cum centum applications pro SEO/SMM/password recuperatio/parsing/dispositis/nisi/cryptocurrency/etc. \r\n \r\n3.) Utile subsidium et enchiridia \r\nPost emptionem, habes accessum ad secretum tech.support forum, Wiki, Skype/Telegramma online support \r\nTincidunt comitatu XEvil ut vestri ratio vestibulum ac LIBERO et ipsum ieiunium - iustus mittere exempla \r\n \r\n4.) Quam ut a libero iudicio uti XEvil full version? \r\n- Conantur quaerere Google \"Home of XEvil\" \r\n- vos mos reperio IPs cum aperuit port 80 de XEvil users (click in ullus IP curare) \r\n- capto mittere captcha via 2captcha API ino unum, quod IPs \r\n- si vos got MALUM KEY error, iustus tru aliud IP \r\n- frui! :) \r\n- (quod non opus hCaptcha!) \r\n \r\nWARNING: Lorem XEvil DEMO sustinere NON ReCaptcha, hCaptcha et pleraque alia genera captcha! \r\n \r\nhttp://xrumersale.site/', '2024-09-15 00:53:56', ''),
(171, 'paisgup', '86842258615', 'Adjourl@mailnest.xyz', 'Sodium Citrate, USP has been added as a buffer <a href=https://enhanceyourlife.mom/>can you buy priligy</a> 6 of those treated with placebo', '2024-09-15 01:20:35', ''),
(172, 'Mariyadems5395', '83487951343', 'maryRot9607@gmail.com', 'XEvil 5.0 ipso solvere maxime genus captchas, \r\nEtiam tale genus captchas: ReCaptcha-2, ReCaptcha-3, Hotmail (Microsoft), Google captcha, SolveMedia, BitcoinFaucet, Steam, Amazon, Twitter, Microsoft, Twitch, Outlook, +12k \r\n+ hCaptcha, ArkoseLabs FunCaptcha, ReCaptcha Enterprize sustinetur in novum XEvil 6.0! \r\n \r\n1.) Et ieiunium,, securus, precisionly \r\nXEvil est ieiunas captcha interfectorem in mundo. Eius non solutionem termini, non fila numerus fines \r\ntu potest solvere etiam 1.000.000.000 captchas per diem, et sumptus 0 (O) USD! Iustus sumo licentiam 59 USD et omnes! \r\n \r\n2.) Plures APIs support \r\nXEvil sustinet plus quam 6 diversis, cognoscitur worldwide API: 2captcha.com, anti-captchas.com (antigate), RuCaptcha, DeathByCaptcha, etc. \r\niustus mittere captcha via HTTP petitionem, ut vos mittere potest in aliquo servitio - et XEvil solvere tua captcha! \r\nSic, XEvil est, potest stare cum centum applications pro SEO/SMM/password recuperatio/parsing/dispositis/nisi/cryptocurrency/etc. \r\n \r\n3.) Utile subsidium et enchiridia \r\nPost emptionem, habes accessum ad secretum tech.support forum, Wiki, Skype/Telegramma online support \r\nTincidunt comitatu XEvil ut vestri ratio vestibulum ac LIBERO et ipsum ieiunium - iustus mittere exempla \r\n \r\n4.) Quam ut a libero iudicio uti XEvil full version? \r\n- Conantur quaerere Google \"Home of XEvil\" \r\n- vos mos reperio IPs cum aperuit port 80 de XEvil users (click in ullus IP curare) \r\n- capto mittere captcha via 2captcha API ino unum, quod IPs \r\n- si vos got MALUM KEY error, iustus tru aliud IP \r\n- frui! :) \r\n- (quod non opus hCaptcha!) \r\n \r\nWARNING: Lorem XEvil DEMO sustinere NON ReCaptcha, hCaptcha et pleraque alia genera captcha! \r\n \r\nhttp://XEvil.Net/', '2024-09-15 09:55:32', ''),
(173, 'Adam', '83727131826', 'fredrikalfredsson76@gmail.com', 'Hello, \r\n \r\nAdam here from Deletify (https://deletify.com/) \r\n \r\nI\'m wondering if your business has a review on Google that you perceive as misleading, false, or perhaps even written by a competitor? If so, I can help you remove it, and you only pay if I succeed. My teams success rate is over 99%, and it takes us less than a week to get it removed. \r\n \r\nInterested? \r\n \r\nIf you prefer to call me, you can reach me at +1 917 720 3356. My Whatsapp number is +46 72-4473401 (you can also call me at that number too), or you can book a quick videocall at https://calendly.com/aw--u2_r/15min', '2024-09-15 15:21:44', '');
INSERT INTO `tbl_inquiry` (`id`, `Name`, `ContactNo`, `Email`, `Message`, `InqDate`, `CreatedBy`) VALUES
(174, 'Mariyadems9696', '88279693197', 'maryRot8745@gmail.com', 'XEvil 5.0 ipso solvere maxime genus captchas, \r\nEtiam tale genus captchas: ReCaptcha-2, ReCaptcha v.3, Hotmail (Microsoft), Google, Solve Media, BitcoinFaucet, Steam, Amazon, Twitter, Microsoft, Twitch, Outlook, +12k \r\n+ hCaptcha, ArkoseLabs FunCaptcha, ReCaptcha Enterprize sustinetur in novum XEvil 6.0! \r\n \r\n1.) Et ieiunium,, securus, precisionly \r\nXEvil est ieiunas captcha interfectorem in mundo. Eius non solutionem termini, non fila numerus fines \r\ntu potest solvere etiam 1.000.000.000 captchas per diem, et sumptus 0 (O) USD! Iustus sumo licentiam 59 USD et omnes! \r\n \r\n2.) Plures APIs support \r\nXEvil sustinet plus quam 6 diversis, cognoscitur worldwide API: 2Captcha, anti-captcha (antigate), RuCaptcha, DeathByCaptcha, etc. \r\niustus mittere captcha via HTTP petitionem, ut vos mittere potest in aliquo servitio - et XEvil solvere tua captcha! \r\nSic, XEvil est, potest stare cum centum applications pro SEO/SMM/password recuperatio/parsing/dispositis/nisi/cryptocurrency/etc. \r\n \r\n3.) Utile subsidium et enchiridia \r\nPost emptionem, habes accessum ad secretum tech.support forum, Wiki, Skype/Telegramma online support \r\nTincidunt comitatu XEvil ut vestri ratio vestibulum ac LIBERO et ipsum ieiunium - iustus mittere exempla \r\n \r\n4.) Quam ut a libero iudicio uti XEvil full version? \r\n- Conantur quaerere Google \"Home of XEvil\" \r\n- vos mos reperio IPs cum aperuit port 80 de XEvil users (click in ullus IP curare) \r\n- capto mittere captcha via 2captcha API ino unum, quod IPs \r\n- si vos got MALUM KEY error, iustus tru aliud IP \r\n- frui! :) \r\n- (quod non opus hCaptcha!) \r\n \r\nWARNING: Lorem XEvil DEMO sustinere NON ReCaptcha, hCaptcha et pleraque alia genera captcha! \r\n \r\nhttp://XEvil.Net/', '2024-09-15 19:11:34', ''),
(175, 'TedGreds', '88115715399', 'kayleighbpsteamship@gmail.com', 'Salam, qiymətinizi bilmək istədim.', '2024-09-16 14:00:52', ''),
(176, 'TedGreds', '89217952611', 'kayleighbpsteamship@gmail.com', 'Γεια σου, ήθελα να μάθω την τιμή σας.', '2024-09-21 01:43:27', ''),
(177, 'Husam Orabi', '81181579823', 'husamorabi447@gmail.com', 'Hello, \r\n \r\nI am Husam Orabi, Qatari Investors Group\'s chief business development and delivery officer. We offer loans and credit facilities at a small interest rate for ten years and a moratorium of up to two years. \r\nWe also finance profit-oriented projects and businesses. We understand that each business is unique, so let us know what you need for your business, and we will tailor our financing to suit your specific requirements. \r\n \r\nRegards, \r\n \r\nHusam Orabi \r\nCHIEF BUSINESS DEVELOPMENT & DELIVERY OFFICER \r\n \r\nMobile: +971524239312 \r\nWhatsapp: +971524239312 \r\nhusam@qatarinvestors-group.com', '2024-09-21 05:02:12', ''),
(178, 'Jackiesudge', '81664513596', 'ivan321moscow@gmail.com', 'ДосугвМоскве \r\n \r\nБанзай-клаб http://banzayclub.ru', '2024-09-22 18:00:28', ''),
(179, 'Karl Jacobs\r\n', '88589211281', 'no-replyxxx@gmail.com', 'Hi there \r\n \r\nIs your website struggling to rank higher on search engines? You’re not alone! With Google’s ever-changing algorithms, staying visible in search results can be a challenge. \r\n \r\nhttps://www.digitalxpresscom.net/monthly-seo/ \r\n \r\nAt Digital X Press, we specialize in monthly SEO services designed to drive sustainable traffic, improve your rankings, and increase your business’s online visibility. Here’s what you’ll get with our monthly SEO plan: \r\n \r\n•	Keyword Optimization: Ensure your site ranks for the most relevant search terms. \r\n•	Technical SEO Audits: Fix any underlying issues preventing your site from ranking higher. \r\n•	Backlink Building: High-quality backlinks from trusted websites to improve your authority. \r\n•	Content Optimization: Make sure your site has engaging, search-friendly content that converts. \r\n•	Monthly Reporting: Stay in the loop with detailed reports on rankings, traffic, and ROI. \r\n \r\nBy choosing a long-term SEO strategy, you’ll see real results and a consistent increase in traffic that lasts. Let’s work together to get your business where it deserves to be – at the top of search results! \r\n \r\nhttps://www.digitalxpresscom.net/monthly-seo/ \r\n \r\nGet started today with a free consultation, and we’ll outline how we can boost your site\'s performance: \r\n \r\nSchedule a Free Consultation with our SEO expert here: https://wa.link/wxpono \r\n \r\nFeel free to reach out if you have any questions. \r\n \r\nBest regards, \r\nKarl Jacobs\r\nDigital X SEO Experts \r\nDigital X Press \r\nhttps://www.digitalxpresscom.net/', '2024-09-23 03:45:14', ''),
(180, 'Heinz Lefevre\r\n', '81776635987', 'no-replyxxx@gmail.com', 'Hi there, \r\nHaving a bunch of useless links for airops.me will do you no good. \r\n \r\nWhy not get backlinks from websites that rank for 10`s of thousands of keywords. \r\n \r\nThat\'s a gold mine for us webmasters. \r\n \r\n \r\n \r\nThe best resources in business are what you\'ll get with this plan. \r\nhttps://www.strictlyseonet.com/semrush-backlinks/ \r\n \r\nThanks and regards \r\nHeinz Lefevre\r\nWhatsapp: https://www.strictlyseonet.com/whatsapp-us/', '2024-09-23 18:08:21', ''),
(181, 'MasonGreds', '86354796664', 'yjdisantoyjdissemin@gmail.com', 'Salam, qiymətinizi bilmək istədim.', '2024-09-24 05:52:03', ''),
(182, 'DavidGreds', '89683865991', 'kayleighbpsteamship@gmail.com', 'Hai, saya ingin tahu harga Anda.', '2024-09-24 09:55:09', ''),
(183, 'DavidGreds', '87286225124', 'kayleighbpsteamship@gmail.com', 'Hæ, ég vildi vita verð þitt.', '2024-09-25 22:58:02', ''),
(184, 'DianeTep', '85263215969', 'ivan337moscow@gmail.com', 'НПФ «Созидание»\r\n \r\n \r\nНадежный источник информации о пенсионных накоплениях. Мы предлагаем советы по выбору лучших НПФ и делимся эффективными методами накопления средств на будущее. Поспешите ухнать, как обеспечить себе комфортную старость с помощью наших специалистов.\r\n \r\n \r\n \r\n<a href=https://pensiya-moscow.ru/>где выгоднее держать пенсионные накопления </a> \r\n<a href=https://pensiya-moscow.ru/>ао нпф газфонд личный кабинет </a> \r\n<a href=https://pensiya-moscow.ru/>опф нпф </a>', '2024-09-30 01:45:45', ''),
(185, 'MasonGreds', '89531198883', 'yjdisantoyjdissemin@gmail.com', 'Hallo, ek wou jou prys ken.', '2024-10-01 10:27:41', ''),
(186, 'Maximilian Moore\r\n', '83188814714', 'info@speedseo.top', 'Hi there, \r\n \r\nI recently reviewed the rankings for airops.me, and I’m sorry to say that there are several areas where it\'s underperforming. \r\n \r\nUnfortunately, simply building more links won’t fix the problem. With Google’s major updates over the past year, it\'s become essential to have a well-structured, search engine-friendly website to achieve competitive rankings. \r\n \r\nWe recommend implementing a strategic website redesign to address these issues and improve your search visibility. You can find more details here: \r\nhttps://www.seofriendlydesigns.com/get-started/ \r\n \r\nThank you for considering this, \r\nMaximilian Moore\r\n \r\n \r\nSpeed Designs \r\nContact Us on WhatsApp \r\nhttps://wa.link/r5quk9', '2024-10-01 11:22:19', ''),
(187, 'Ralf Bakker\r\n', '82593986291', 'no-replyxxx@gmail.com', 'Hello, \r\n \r\nI\'m Mike from Monkey Digital, and I want to introduce you to one of our most popular services—10,000 social ads visits for just $10. \r\n \r\nIt’s an effective and affordable way to drive real traffic to your website. Here’s how it works: \r\n \r\n•	Your ad goes live within hours. \r\n•	You’ll receive detailed tracking the same day. \r\n•	All for just $10! \r\n \r\nLearn more and get started here: https://www.country-targeted-traffic.com/get-started/ \r\n \r\nGet Started with Monkey Digital, Try it out—it’s worth every penny. \r\n \r\nBest regards, \r\nRalf from Monkey Digital.\r\n \r\nMonkey Digital \r\nContact Us via WhatsApp: \r\nhttps://wa.link/uqh66k', '2024-10-04 10:37:21', ''),
(188, 'TedGreds', '89823143423', 'kayleighbpsteamship@gmail.com', 'Hej, jeg ønskede at kende din pris.', '2024-10-05 07:36:12', ''),
(189, 'TedGreds', '87117915273', 'kayleighbpsteamship@gmail.com', 'Прывітанне, я хацеў даведацца Ваш прайс.', '2024-10-07 17:51:05', ''),
(190, 'RobertGreds', '82259979779', 'esketit.j@w.x-i.net', 'Szia, meg akartam tudni az árát.', '2024-10-07 18:31:42', ''),
(191, 'Nathan Simonson\r\n', '87374155455', 'monkeysxxx@gmail.com', 'Hi there, \r\n \r\nBoost your website traffic with Country Targeted Social Ads for just $10! Get 10,000 visits from your desired location and reach a highly targeted audience, perfect for driving more leads and conversions. \r\n \r\nReady to supercharge your website? Start your campaign today: \r\nhttps://www.apereach.com/get-started/ \r\nOr connect with us on WhatsApp: https://wa.link/uqh66k \r\n \r\nBest regards, \r\nApe Reach Team', '2024-10-10 07:51:01', ''),
(192, 'Maximilian Garcia\r\n', '81739765496', 'hilkomwxxx@gmail.com', 'Hi there, \r\n \r\nIs your website losing rankings due to harmful backlinks? Our Free Backlink Cleanup service will help you recover and boost your SEO performance by removing toxic links that hold you back. Let our experts clean up your link profile and get you back on track! \r\n \r\nStart your free cleanup today: \r\nhttps://www.hilkomseo.com/free-cleanup/ \r\nOr chat with us on WhatsApp: https://wa.link/rx6lkm \r\n \r\nBest regards, \r\nHilkom Creative Team', '2024-10-11 16:51:48', ''),
(193, 'Joannesnime', '84518695815', 'ivan5443moscow@gmail.com', 'https://images.google.as/url?q=https://go-tango.ru/ \r\nhttps://images.google.off.ai/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.ag/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.ar/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.au/url?q=https://go-tango.ru/ \r\nhttps://images.google.at/url?q=https://go-tango.ru/ \r\nhttps://images.google.az/url?q=https://go-tango.ru/ \r\nhttps://images.google.be/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.br/url?q=https://go-tango.ru/ \r\nhttps://images.google.vg/url?q=https://go-tango.ru/ \r\nhttps://images.google.bi/url?q=https://go-tango.ru/ \r\nhttps://images.google.ca/url?q=https://go-tango.ru/ \r\nhttps://images.google.td/url?q=https://go-tango.ru/ \r\nhttps://images.google.cl/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.co/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.cr/url?q=https://go-tango.ru/ \r\nhttps://images.google.ci/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.cu/url?q=https://go-tango.ru/ \r\nhttps://images.google.cd/url?q=https://go-tango.ru/ \r\nhttps://images.google.dk/url?q=https://go-tango.ru/ \r\nhttps://images.google.dj/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.do/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.ec/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.sv/url?q=https://go-tango.ru/ \r\nhttps://images.google.fm/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.fj/url?q=https://go-tango.ru/ \r\nhttps://images.google.fi/url?q=https://go-tango.ru/ \r\nhttps://images.google.fr/url?q=https://go-tango.ru/ \r\nhttps://images.google.gm/url?q=https://go-tango.ru/ \r\nhttps://images.google.ge/url?q=https://go-tango.ru/ \r\nhttps://images.google.de/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.gi/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.gr/url?q=https://go-tango.ru/ \r\nhttps://images.google.gl/url?q=https://go-tango.ru/ \r\nhttps://images.google.gg/url?q=https://go-tango.ru/ \r\nhttps://images.google.hn/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.hk/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.hu/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.in/url?q=https://go-tango.ru/ \r\nhttps://images.google.ie/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.im/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.il/url?q=https://go-tango.ru/ \r\nhttps://images.google.it/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.jm/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.jp/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.je/url?q=https://go-tango.ru/ \r\nhttps://images.google.kz/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.kr/url?q=https://go-tango.ru/ \r\nhttps://images.google.lv/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.ls/url?q=https://go-tango.ru/ \r\nhttps://images.google.li/url?q=https://go-tango.ru/ \r\nhttps://images.google.lt/url?q=https://go-tango.ru/ \r\nhttps://images.google.lu/url?q=https://go-tango.ru/ \r\nhttps://images.google.mw/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.my/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.mt/url?q=https://go-tango.ru/ \r\nhttps://images.google.mu/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.mx/url?q=https://go-tango.ru/ \r\nhttps://images.google.ms/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.na/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.np/url?q=https://go-tango.ru/ \r\nhttps://images.google.nl/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.nz/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.ni/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.nf/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.pk/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.pa/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.py/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.pe/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.ph/url?q=https://go-tango.ru/ \r\nhttps://images.google.pn/url?q=https://go-tango.ru/ \r\nhttps://images.google.pl/url?q=https://go-tango.ru/ \r\nhttps://images.google.pt/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.pr/url?q=https://go-tango.ru/ \r\nhttps://images.google.cg/url?q=https://go-tango.ru/ \r\nhttps://images.google.ro/url?q=https://go-tango.ru/ \r\nhttps://images.google.ru/url?q=https://go-tango.ru/ \r\nhttps://images.google.rw/url?q=https://go-tango.ru/ \r\nhttps://images.google.sh/url?q=https://go-tango.ru/ \r\nhttps://images.google.sm/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.sg/url?q=https://go-tango.ru/ \r\nhttps://images.google.sk/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.za/url?q=https://go-tango.ru/ \r\nhttps://images.google.es/url?q=https://go-tango.ru/ \r\nhttps://images.google.se/url?q=https://go-tango.ru/ \r\nhttps://images.google.ch/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.tw/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.th/url?q=https://go-tango.ru/ \r\nhttps://images.google.tt/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.tr/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.ua/url?q=https://go-tango.ru/ \r\nhttps://images.google.ae/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.uk/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.uy/url?q=https://go-tango.ru/ \r\nhttps://images.google.uz/url?q=https://go-tango.ru/ \r\nhttps://images.google.vu/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.ve/url?q=https://go-tango.ru/ \r\nhttps://www.google.co.ao/url?q=https://go-tango.ru/ \r\nhttps://images.google.im/url?q=https://go-tango.ru/ \r\nhttps://images.google.dm/url?q=https://go-tango.ru/ \r\nhttps://google.com.pa/url?q=https://go-tango.ru/ \r\nhttp://maps.google.mw/url?q=https://go-tango.ru/ \r\nhttps://google.ac/url?q=https://go-tango.ru/ \r\nhttps://google.com.gh/url?q=https://go-tango.ru/ \r\nhttps://google.dz/url?q=https://go-tango.ru/ \r\nhttp://images.google.ki/url?q=https://go-tango.ru/ \r\nhttp://www.google.im/url?q=https://go-tango.ru/ \r\nhttps://google.com.mx/url?q=https://go-tango.ru/ \r\nhttps://www.google.cz/url?q=https://go-tango.ru/ \r\nhttp://google.hr/url?q=https://go-tango.ru/ \r\nhttps://google.ml/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.au/url?q=https://go-tango.ru/ \r\nhttps://images.google.bs/url?q=https://go-tango.ru/ \r\nhttps://google.co.tz/url?q=https://go-tango.ru/ \r\nhttp://google.cg/url?q=https://go-tango.ru/ \r\nhttp://maps.google.is/url?q=https://go-tango.ru/ \r\nhttp://google.si/url?q=https://go-tango.ru/ \r\nhttp://google.com.py/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.cr/url?q=https://go-tango.ru/ \r\nhttp://www.google.mk/url?q=https://go-tango.ru/ \r\nhttp://www.google.ge/url?q=https://go-tango.ru/ \r\nhttps://images.google.ml/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.sa/url?q=https://go-tango.ru/ \r\nhttp://google.mg/url?q=https://go-tango.ru/ \r\nhttp://google.com.ec/url?q=https://go-tango.ru/ \r\nhttps://google.rs/url?q=https://go-tango.ru/ \r\nhttps://www.google.co.hu/url?q=https://go-tango.ru/ \r\nhttp://google.md/url?q=https://go-tango.ru/ \r\nhttps://images.google.hu/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.tw/url?q=https://go-tango.ru/ \r\nhttps://google.ae/url?q=https://go-tango.ru/ \r\nhttps://images.google.jo/url?q=https://go-tango.ru/ \r\nhttp://images.google.tm/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.mm/url?q=https://go-tango.ru/ \r\nhttps://maps.google.vu/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.ls/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.cy/url?q=https://go-tango.ru/ \r\nhttp://google.com.lb/url?q=https://go-tango.ru/ \r\nhttp://google.co.kr/url?q=https://go-tango.ru/ \r\nhttp://images.google.nu/url?q=https://go-tango.ru/ \r\nhttp://google.cl/url?q=https://go-tango.ru/ \r\nhttp://www.google.com.bo/url?q=https://go-tango.ru/ \r\nhttps://google.ad/url?q=https://go-tango.ru/ \r\nhttps://maps.google.pt/url?q=https://go-tango.ru/ \r\nhttps://maps.google.es/url?q=https://go-tango.ru/ \r\nhttps://maps.google.sn/url?q=https://go-tango.ru/ \r\nhttp://google.tk/url?q=https://go-tango.ru/ \r\nhttps://google.com.bn/url?q=https://go-tango.ru/ \r\nhttps://google.com.ua/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.sg/url?q=https://go-tango.ru/ \r\nhttps://images.google.info/url?q=https://go-tango.ru/ \r\nhttps://maps.google.de/url?q=https://go-tango.ru/ \r\nhttps://images.google.cv/url?q=https://go-tango.ru/ \r\nhttp://google.com.nf/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.ly/url?q=https://go-tango.ru/ \r\nhttp://images.google.tg/url?q=https://go-tango.ru/ \r\nhttp://google.cv/url?q=https://go-tango.ru/ \r\nhttp://gngjd.com/url?q=https://go-tango.ru/ \r\nhttp://www.google.je/url?q=https://go-tango.ru/ \r\nhttp://maps.google.by/url?q=https://go-tango.ru/ \r\nhttp://maps.google.fi/url?q=https://go-tango.ru/ \r\nhttps://images.gngjd.com/url?q=https://go-tango.ru/ \r\nhttp://google.ne/url?q=https://go-tango.ru/ \r\nhttp://images.google.kg/url?q=https://go-tango.ru/ \r\nhttps://www.google.cn/url?q=https://go-tango.ru/ \r\nhttps://google.am/url?q=https://go-tango.ru/ \r\nhttp://google.com.ly/url?q=https://go-tango.ru/ \r\nhttps://google.iq/url?q=https://go-tango.ru/ \r\nhttps://google.com.sv/url?q=https://go-tango.ru/ \r\nhttps://google.sc/url?q=https://go-tango.ru/ \r\nhttp://google.kg/url?q=https://go-tango.ru/ \r\nhttp://google.li/url?q=https://go-tango.ru/ \r\nhttp://images.google.al/url?q=https://go-tango.ru/ \r\nhttps://maps.google.je/url?q=https://go-tango.ru/ \r\nhttp://maps.google.to/url?q=https://go-tango.ru/ \r\nhttp://google.co.cr/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.tj/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.ph/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.bn/url?q=https://go-tango.ru/ \r\nhttps://www.google.as/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.ao/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.bo/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.bh/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.mm/url?q=https://go-tango.ru/ \r\nhttp://google.com.gi/url?q=https://go-tango.ru/ \r\nhttp://maps.google.ba/url?q=https://go-tango.ru/ \r\nhttp://google.co.id/url?q=https://go-tango.ru/ \r\nhttp://google.be/url?q=https://go-tango.ru/ \r\nhttp://images.google.mg/url?q=https://go-tango.ru/ \r\nhttp://google.com.ar/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.za/url?q=https://go-tango.ru/ \r\nhttps://www.google.gp/url?q=https://go-tango.ru/ \r\nhttp://www.google.sh/url?q=https://go-tango.ru/ \r\nhttps://images.google.ee/url?q=https://go-tango.ru/ \r\nhttps://www.google.rw/url?q=https://go-tango.ru/ \r\nhttp://images.google.si/url?q=https://go-tango.ru/ \r\nhttps://www.google.at/url?q=https://go-tango.ru/ \r\nhttp://maps.google.at/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.in/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ga/url?q=https://go-tango.ru/ \r\nhttp://maps.google.sm/url?q=https://go-tango.ru/ \r\nhttp://google.ms/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.gh/url?q=https://go-tango.ru/ \r\nhttp://maps.google.cn/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.na/url?q=https://go-tango.ru/ \r\nhttps://maps.google.hr/url?q=https://go-tango.ru/ \r\nhttps://google.ci/url?q=https://go-tango.ru/ \r\nhttps://images.google.hr/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.do/url?q=https://go-tango.ru/ \r\nhttp://google.lk/url?q=https://go-tango.ru/ \r\nhttp://images.google.cn/url?q=https://go-tango.ru/ \r\nhttp://www.bon-vivant.net/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.gt/url?q=https://go-tango.ru/ \r\nhttp://www.google.com.ag/url?q=https://go-tango.ru/ \r\nhttps://maps.google.mu/url?q=https://go-tango.ru/ \r\nhttps://google.com.ng/url?q=https://go-tango.ru/ \r\nhttps://www.google.co.uk/url?q=https://go-tango.ru/ \r\nhttps://google.us/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.tr/url?q=https://go-tango.ru/ \r\nhttp://www.google.co.ma/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.zw/url?q=https://go-tango.ru/ \r\nhttps://www.google.bs/url?q=https://go-tango.ru/ \r\nhttps://www.google.pl/url?q=https://go-tango.ru/ \r\nhttp://www.googleadservices.com/url?q=https://go-tango.ru/ \r\nhttp://google.kz/url?q=https://go-tango.ru/ \r\nhttps://google.com.mt/url?q=https://go-tango.ru/ \r\nhttp://www.google.co.zw/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ne/url?q=https://go-tango.ru/ \r\nhttps://google.com.qa/url?q=https://go-tango.ru/ \r\nhttps://google.se/url?q=https://go-tango.ru/ \r\nhttp://www.google.mw/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.mz/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.sv/url?q=https://go-tango.ru/ \r\nhttps://www.google.sm/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.tw/url?q=https://go-tango.ru/ \r\nhttps://google.ca/url?q=https://go-tango.ru/ \r\nhttps://www.google.is/url?q=https://go-tango.ru/ \r\nhttps://google.com.jm/url?q=https://go-tango.ru/ \r\nhttp://images.google.co.ug/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.kh/url?q=https://go-tango.ru/ \r\nhttp://maps.google.tl/url?q=https://go-tango.ru/ \r\nhttp://www.google.co.nz/url?q=https://go-tango.ru/ \r\nhttps://www.google.gg/url?q=https://go-tango.ru/ \r\nhttps://google.to/url?q=https://go-tango.ru/ \r\nhttps://google.ro/url?q=https://go-tango.ru/ \r\nhttp://google.td/url?q=https://go-tango.ru/ \r\nhttps://www.google.by/url?q=https://go-tango.ru/ \r\nhttps://www.google.nl/url?q=https://go-tango.ru/ \r\nhttp://maps.google.ci/url?q=https://go-tango.ru/ \r\nhttp://maps.google.dz/url?q=https://go-tango.ru/ \r\nhttps://google.hu/url?q=https://go-tango.ru/ \r\nhttp://images.google.ht/url?q=https://go-tango.ru/ \r\nhttp://google.mv/url?q=https://go-tango.ru/ \r\nhttps://google.cf/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.ly/url?q=https://go-tango.ru/ \r\nhttp://www.google.nu/url?q=https://go-tango.ru/ \r\nhttp://google.com.tj/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.mt/url?q=https://go-tango.ru/ \r\nhttps://google.so/url?q=https://go-tango.ru/ \r\nhttp://images.google.bj/url?q=https://go-tango.ru/ \r\nhttps://maps.google.la/url?q=https://go-tango.ru/ \r\nhttps://images.google.us/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.eg/url?q=https://go-tango.ru/ \r\nhttps://images.google.cf/url?q=https://go-tango.ru/ \r\nhttps://images.google.la/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.ag/url?q=https://go-tango.ru/ \r\nhttp://google.ga/url?q=https://go-tango.ru/ \r\nhttp://google.co.uz/url?q=https://go-tango.ru/ \r\nhttp://maps.google.no/url?q=https://go-tango.ru/ \r\nhttps://www.google.gl/url?q=https://go-tango.ru/ \r\nhttp://images.google.co.vi/url?q=https://go-tango.ru/ \r\nhttps://images.google.ne/url?q=https://go-tango.ru/ \r\nhttps://google.com.om/url?q=https://go-tango.ru/ \r\nhttp://maps.google.lt/url?q=https://go-tango.ru/ \r\nhttps://maps.google.kg/url?q=https://go-tango.ru/ \r\nhttp://www.google.com.hk/url?q=https://go-tango.ru/ \r\nhttps://google.com.co/url?q=https://go-tango.ru/ \r\nhttps://google.dk/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.sa/url?q=https://go-tango.ru/ \r\nhttp://google.com.fj/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.ec/url?q=https://go-tango.ru/ \r\nhttps://maps.google.mn/url?q=https://go-tango.ru/ \r\nhttps://maps.google.bf/url?q=https://go-tango.ru/ \r\nhttps://www.google.tt/url?q=https://go-tango.ru/ \r\nhttps://www.google.dj/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.pr/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ws/url?q=https://go-tango.ru/ \r\nhttp://google.jo/url?q=https://go-tango.ru/ \r\nhttps://google.co.ug/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.bd/url?q=https://go-tango.ru/ \r\nhttps://google.tg/url?q=https://go-tango.ru/ \r\nhttp://maps.google.dm/url?q=https://go-tango.ru/ \r\nhttps://www.google.pn/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.et/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.jm/url?q=https://go-tango.ru/ \r\nhttp://www.google.bg/url?q=https://go-tango.ru/ \r\nhttp://maps.google.hu/url?q=https://go-tango.ru/ \r\nhttps://maps.google.kz/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.pl/url?q=https://go-tango.ru/ \r\nhttp://www.google.st/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.kw/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ru/url?q=https://go-tango.ru/ \r\nhttps://google.co.mz/url?q=https://go-tango.ru/ \r\nhttp://www.google.co.ls/url?q=https://go-tango.ru/ \r\nhttps://www.google.az/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.uk/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.do/url?q=https://go-tango.ru/ \r\nhttp://www.google.es/url?q=https://go-tango.ru/ \r\nhttp://google.gm/url?q=https://go-tango.ru/ \r\nhttp://images.google.so/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.pk/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.sb/url?q=https://go-tango.ru/ \r\nhttps://images.google.ad/url?q=https://go-tango.ru/ \r\nhttp://google.sn/url?q=https://go-tango.ru/ \r\nhttp://google.ps/url?q=https://go-tango.ru/ \r\nhttps://maps.google.bg/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.cy/url?q=https://go-tango.ru/ \r\nhttp://www.google.pt/url?q=https://go-tango.ru/ \r\nhttps://images.google.to/url?q=https://go-tango.ru/ \r\nhttp://images.google.co.uz/url?q=https://go-tango.ru/ \r\nhttp://google.com.sl/url?q=https://go-tango.ru/ \r\nhttp://www.google.gy/url?q=https://go-tango.ru/ \r\nhttp://www.google.cd/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.my/url?q=https://go-tango.ru/ \r\nhttp://www.google.com.ai/url?q=https://go-tango.ru/ \r\nhttps://google.hn/url?q=https://go-tango.ru/ \r\nhttp://images.google.ba/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.pe/url?q=https://go-tango.ru/ \r\nhttp://google.de/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.gi/url?q=https://go-tango.ru/ \r\nhttps://images.google.cat/url?q=https://go-tango.ru/ \r\nhttps://www.google.co.ck/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.bn/url?q=https://go-tango.ru/ \r\nhttp://maps.google.ae/url?q=https://go-tango.ru/ \r\nhttp://images.google.no/url?q=https://go-tango.ru/ \r\nhttp://maps.google.bs/url?q=https://go-tango.ru/ \r\nhttp://maps.google.gy/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.pa/url?q=https://go-tango.ru/ \r\nhttps://google.cc/url?q=https://go-tango.ru/ \r\nhttp://google.co.th/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.mx/url?q=https://go-tango.ru/ \r\nhttp://www.google.lu/url?q=https://go-tango.ru/ \r\nhttps://google.bf/url?q=https://go-tango.ru/ \r\nhttp://www.google.it/url?q=https://go-tango.ru/ \r\nhttp://google.com.br/url?q=https://go-tango.ru/ \r\nhttp://images.google.bg/url?q=https://go-tango.ru/ \r\nhttp://google.co.il/url?q=https://go-tango.ru/ \r\nhttps://google.ws/url?q=https://go-tango.ru/ \r\nhttp://images.google.st/url?q=https://go-tango.ru/ \r\nhttp://duck.com/url?q=https://go-tango.ru/ \r\nhttps://www.google.net/url?q=https://go-tango.ru/ \r\nhttps://images.google.sn/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.jp/url?q=https://go-tango.ru/ \r\nhttp://www.google.bj/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.qa/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.co/url?q=https://go-tango.ru/ \r\nhttp://www.google.ch/url?q=https://go-tango.ru/ \r\nhttp://www.google.com.pe/url?q=https://go-tango.ru/ \r\nhttp://images.google.co.mz/url?q=https://go-tango.ru/ \r\nhttps://www.google.cm/url?q=https://go-tango.ru/ \r\nhttp://maps.google.nr/url?q=https://go-tango.ru/ \r\nhttps://www.google.al/url?q=https://go-tango.ru/ \r\nhttps://google.sk/url?q=https://go-tango.ru/ \r\nhttp://maps.google.rs/url?q=https://go-tango.ru/ \r\nhttp://maps.google.gr/url?q=https://go-tango.ru/ \r\nhttps://google.la/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.ph/url?q=https://go-tango.ru/ \r\nhttps://www.google.com/url?q=https://go-tango.ru/ \r\nhttp://google.ee/url?q=https://go-tango.ru/ \r\nhttps://google.com.pl/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.pg/url?q=https://go-tango.ru/ \r\nhttps://google.vg/url?q=https://go-tango.ru/ \r\nhttps://www.google.co.ke/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.pr/url?q=https://go-tango.ru/ \r\nhttp://www.google.no/url?q=https://go-tango.ru/ \r\nhttps://maps.google.fr/url?q=https://go-tango.ru/ \r\nhttps://maps.google.as/url?q=https://go-tango.ru/ \r\nhttps://google.mn/url?q=https://go-tango.ru/ \r\nhttp://google.com.kh/url?q=https://go-tango.ru/ \r\nhttp://images.google.me/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.sl/url?q=https://go-tango.ru/ \r\nhttp://maps.google.pn/url?q=https://go-tango.ru/ \r\nhttp://www.google.fr/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.bz/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.cu/url?q=https://go-tango.ru/ \r\nhttps://google.com.eg/url?q=https://go-tango.ru/ \r\nhttp://www.google.com.kw/url?q=https://go-tango.ru/ \r\nhttps://google.com.cu/url?q=https://go-tango.ru/ \r\nhttps://www.google.co.in/url?q=https://go-tango.ru/ \r\nhttp://maps.google.tt/url?q=https://go-tango.ru/ \r\nhttp://google.com.gt/url?q=https://go-tango.ru/ \r\nhttp://maps.google.ge/url?q=https://go-tango.ru/ \r\nhttps://maps.google.vg/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.om/url?q=https://go-tango.ru/ \r\nhttp://google.ht/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.na/url?q=https://go-tango.ru/ \r\nhttp://google.ru/url?q=https://go-tango.ru/ \r\nhttps://maps.google.gg/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.br/url?q=https://go-tango.ru/ \r\nhttps://maps.google.li/url?q=https://go-tango.ru/ \r\nhttp://www.google.ba/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.lb/url?q=https://go-tango.ru/ \r\nhttp://images.google.ws/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.gt/url?q=https://go-tango.ru/ \r\nhttp://maps.g.cn/url?q=https://go-tango.ru/ \r\nhttp://google.co.zm/url?q=https://go-tango.ru/ \r\nhttps://www.google.tl/url?q=https://go-tango.ru/ \r\nhttp://www.google.com.np/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.nz/url?q=https://go-tango.ru/ \r\nhttp://maps.google.cf/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.et/url?q=https://go-tango.ru/ \r\nhttp://maps.google.rw/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.ve/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.ck/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.zm/url?q=https://go-tango.ru/ \r\nhttps://www.google.mu/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.py/url?q=https://go-tango.ru/ \r\nhttp://www.google.lv/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.ug/url?q=https://go-tango.ru/ \r\nhttps://maps.google.it/url?q=https://go-tango.ru/ \r\nhttps://google.fi/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ms/url?q=https://go-tango.ru/ \r\nhttps://maps.google.mv/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.eg/url?q=https://go-tango.ru/ \r\nhttps://maps.google.so/url?q=https://go-tango.ru/ \r\nhttp://www.google.nr/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.ar/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.bo/url?q=https://go-tango.ru/ \r\nhttps://maps.google.tk/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.hk/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.vn/url?q=https://go-tango.ru/ \r\nhttps://www.google.bi/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.tz/url?q=https://go-tango.ru/ \r\nhttp://google.co.bw/url?q=https://go-tango.ru/ \r\nhttps://images.google.tl/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.sg/url?q=https://go-tango.ru/ \r\nhttps://images.google.mv/url?q=https://go-tango.ru/ \r\nhttps://www.google.info/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.bz/url?q=https://go-tango.ru/ \r\nhttp://maps.google.ee/url?q=https://go-tango.ru/ \r\nhttp://google.co.za/url?q=https://go-tango.ru/ \r\nhttp://www.g.cn/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ad/url?q=https://go-tango.ru/ \r\nhttps://maps.google.hn/url?q=https://go-tango.ru/ \r\nhttps://images.google.is/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ca/url?q=https://go-tango.ru/ \r\nhttp://maps.google.ro/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.kh/url?q=https://go-tango.ru/ \r\nhttp://google.com.pg/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.vi/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.np/url?q=https://go-tango.ru/ \r\nhttps://images.google.tk/url?q=https://go-tango.ru/ \r\nhttp://images.google.nr/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.ng/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ki/url?q=https://go-tango.ru/ \r\nhttps://images.google.cm/url?q=https://go-tango.ru/ \r\nhttp://maps.google.gm/url?q=https://go-tango.ru/ \r\nhttps://images.google.by/url?q=https://go-tango.ru/ \r\nhttps://google.fm/url?q=https://go-tango.ru/ \r\nhttp://google.co.vi/url?q=https://go-tango.ru/ \r\nhttp://maps.google.cz/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.ma/url?q=https://go-tango.ru/ \r\nhttp://www.google.com.vc/url?q=https://go-tango.ru/ \r\nhttps://maps.google.jo/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.sb/url?q=https://go-tango.ru/ \r\nhttps://images.google.com/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ch/url?q=https://go-tango.ru/ \r\nhttp://maps.google.mk/url?q=https://go-tango.ru/ \r\nhttp://www.google.com.ni/url?q=https://go-tango.ru/ \r\nhttp://images.google.cz/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.vc/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.ke/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.uy/url?q=https://go-tango.ru/ \r\nhttps://www.google.ie/url?q=https://go-tango.ru/ \r\nhttps://maps.google.nu/url?q=https://go-tango.ru/ \r\nhttp://images.google.cc/url?q=https://go-tango.ru/ \r\nhttps://images.google.gr/url?q=https://go-tango.ru/ \r\nhttps://google.lt/url?q=https://go-tango.ru/ \r\nhttp://google.tm/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.bw/url?q=https://go-tango.ru/ \r\nhttp://www.google.vu/url?q=https://go-tango.ru/ \r\nhttp://maps.google.lu/url?q=https://go-tango.ru/ \r\nhttp://maps.google.lv/url?q=https://go-tango.ru/ \r\nhttps://images.google.je/url?q=https://go-tango.ru/ \r\nhttps://www.google.co.ve/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.ng/url?q=https://go-tango.ru/ \r\nhttp://googlemaps.com/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.fj/url?q=https://go-tango.ru/ \r\nhttp://plus.google.com/url?q=https://go-tango.ru/ \r\nhttp://plus.gngjd.com/url?q=https://go-tango.ru/ \r\nhttp://google.com.af/url?q=https://go-tango.ru/ \r\nhttps://images.google.md/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.mm/url?q=https://go-tango.ru/ \r\nhttps://maps.google.st/url?q=https://go-tango.ru/ \r\nhttp://maps.google.cat/url?q=https://go-tango.ru/ \r\nhttp://google.co.jp/url?q=https://go-tango.ru/ \r\nhttps://maps.google.lk/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.kr/url?q=https://go-tango.ru/ \r\nhttp://google.com.bd/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.ke/url?q=https://go-tango.ru/ \r\nhttps://www.google.gr/url?q=https://go-tango.ru/ \r\nhttps://images.google.ac/url?q=https://go-tango.ru/ \r\nhttp://maps.google.ie/url?q=https://go-tango.ru/ \r\nhttp://google.com.tn/url?q=https://go-tango.ru/ \r\nhttps://maps.google.iq/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.lb/url?q=https://go-tango.ru/ \r\nhttps://images.google.ga/url?q=https://go-tango.ru/ \r\nhttp://maps.google.nl/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.ai/url?q=https://go-tango.ru/ \r\nhttps://maps.google.cl/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.id/url?q=https://go-tango.ru/ \r\nhttps://maps.google.fm/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.ni/url?q=https://go-tango.ru/ \r\nhttps://maps.google.bi/url?q=https://go-tango.ru/ \r\nhttps://www.google.ki/url?q=https://go-tango.ru/ \r\nhttps://google.dm/url?q=https://go-tango.ru/ \r\nhttps://images.google.mn/url?q=https://go-tango.ru/ \r\nhttps://images.google.gy/url?q=https://go-tango.ru/ \r\nhttps://google.com.my/url?q=https://go-tango.ru/ \r\nhttp://maps.google.tg/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.sa/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.om/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.vn/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.hu/url?q=https://go-tango.ru/ \r\nhttp://maps.google.be/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.bh/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.kw/url?q=https://go-tango.ru/ \r\nhttps://maps.google.gp/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.af/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.bz/url?q=https://go-tango.ru/ \r\nhttps://maps.google.se/url?q=https://go-tango.ru/ \r\nhttps://maps.google.cg/url?q=https://go-tango.ru/ \r\nhttps://images.google.mk/url?q=https://go-tango.ru/ \r\nhttps://www.google.com.uy/url?q=https://go-tango.ru/ \r\nhttp://maps.google.cm/url?q=https://go-tango.ru/ \r\nhttps://maps.google.cd/url?q=https://go-tango.ru/ \r\nhttps://maps.google.mg/url?q=https://go-tango.ru/ \r\nhttps://images.google.am/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.tn/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.id/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.bd/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.tz/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.ai/url?q=https://go-tango.ru/ \r\nhttp://images.google.bf/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.il/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.zm/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.qa/url?q=https://go-tango.ru/ \r\nhttp://images.google.lk/url?q=https://go-tango.ru/ \r\nhttp://maps.google.cv/url?q=https://go-tango.ru/ \r\nhttp://maps.google.im/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.gh/url?q=https://go-tango.ru/ \r\nhttps://maps.google.co.ao/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.th/url?q=https://go-tango.ru/ \r\nhttps://maps.google.gl/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.ua/url?q=https://go-tango.ru/ \r\nhttp://maps.google.td/url?q=https://go-tango.ru/ \r\nhttps://google.me/url?q=https://go-tango.ru/ \r\nhttps://maps.google.bj/url?q=https://go-tango.ru/ \r\nhttps://maps.google.pl/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.tr/url?q=https://go-tango.ru/ \r\nhttps://images.google.sc/url?q=https://go-tango.ru/ \r\nhttps://images.google.com.et/url?q=https://go-tango.ru/ \r\nhttps://maps.google.dk/url?q=https://go-tango.ru/ \r\nhttps://images.google.iq/url?q=https://go-tango.ru/ \r\nhttp://maps.google.sc/url?q=https://go-tango.ru/ \r\nhttp://images.google.co.bw/url?q=https://go-tango.ru/ \r\nhttp://images.google.dz/url?q=https://go-tango.ru/ \r\nhttps://maps.google.ht/url?q=https://go-tango.ru/ \r\nhttps://google.cat/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.bh/url?q=https://go-tango.ru/ \r\nhttp://maps.google.ml/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.pl/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.vc/url?q=https://go-tango.ru/ \r\nhttps://maps.google.com.au/url?q=https://go-tango.ru/ \r\nhttp://images.g.cn/url?q=https://go-tango.ru/ \r\nhttp://maps.google.co.ck/url?q=https://go-tango.ru/ \r\nhttp://maps.google.sh/url?q=https://go-tango.ru/ \r\nhttp://maps.google.com.sb/url?q=https://go-tango.ru/ \r\nhttp://maps.google.sk/url?q=https://go-tango.ru/ \r\nhttp://images.google.rs/url?q=https://go-tango.ru/ \r\nhttp://maps.google.dj/url?q=https://go-tango.ru/ \r\nhttp://maps.google.si/url?q=https://go-tango.ru/ \r\nhttp://images.google.ps/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.pg/url?q=https://go-tango.ru/ \r\nhttps://images.google.net/url?q=https://go-tango.ru/ \r\nhttp://images.google.com.sl/url?q=https://go-tango.ru/ \r\nhttps://images.google.gp/url?q=https://go-tango.ru/ \r\nhttps://maps.gngjd.com/url?q=https://go-tango.ru/ \r\nhttps://images.google.co.zw/url?q=https://go-tango.ru/', '2024-10-12 22:28:02', ''),
(194, 'MasonGreds', '82723568552', 'duqotayowud23@gmail.com', 'Ola, quería saber o seu prezo.', '2024-10-17 18:35:22', ''),
(195, 'DavidGreds', '82695835188', 'ibucezevuda439@gmail.com', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', '2024-10-18 22:32:23', ''),
(196, 'Walter Nilsen\r\n', '83361533946', 'info@xdigital.top', 'Hi there, \r\n \r\nLooking to improve your website\'s local rankings? We offer Country Targeted Backlinks to help you dominate your niche. With backlinks from high-quality, local domains, your website will see increased relevance, traffic, and authority in your chosen region. \r\n \r\nCheck out our service here: \r\nhttps://www.xdigital.top/country-backlinks/ \r\nOr chat with us on WhatsApp: https://wa.link/s6vpcy \r\n \r\nBest regards, \r\nDgital X Flow Team \r\ninfo@xdigital.top', '2024-10-19 15:45:00', ''),
(197, 'TedGreds', '85222783612', 'axobajigufo34@gmail.com', 'Hæ, ég vildi vita verð þitt.', '2024-10-20 18:47:23', ''),
(198, 'TedGreds', '85664464563', 'axobajigufo34@gmail.com', 'Прывітанне, я хацеў даведацца Ваш прайс.', '2024-10-23 22:51:03', ''),
(199, 'James Cook', '84868382777', 'jamescook312@outlook.com', 'Dear sir/ma \r\nWe are a finance and investment company offering loans at 3% interest rate. We will be happy to make a loan available to your organisation for your project. Our terms and conditions will apply. Our term sheet/loan agreement will be sent to you for review, when we hear from you. Please reply to this email ONLY  hchoi382@gmail.com \r\n \r\nRegards. \r\nJames Cook', '2024-10-24 16:34:06', ''),
(200, 'DavidGreds', '87385989695', 'ibucezevuda439@gmail.com', 'Ola, quería saber o seu prezo.', '2024-10-25 15:13:41', ''),
(201, 'Mike Donovan\r\n', '81326434926', 'mikexxxx@gmail.com', 'Hi there, \r\n \r\nWant to supercharge your website\'s growth? Our Semrush Backlinks come from domains ranking for 5,000+ keywords, ensuring you get high-quality, authoritative links that will improve your SEO and help grow your business online. This is a powerful strategy to gain visibility, rank higher, and drive more traffic to your site. \r\n \r\nLearn more and order here: \r\nhttps://www.strictlyseonet.com/semrush-backlinks/ \r\nOr chat with us on WhatsApp:https://wa.link/qz8zwo \r\n \r\nBest regards, \r\nDigital Strict Team \r\nMike Donovan\r\n', '2024-10-26 03:30:17', ''),
(202, 'MasonGreds', '88985316741', 'somasesokiyo31@gmail.com', 'Kaixo, zure prezioa jakin nahi nuen.', '2024-10-27 15:27:30', ''),
(203, 'MasonGreds', '85262147178', 'yawiviseya67@gmail.com', 'Hæ, ég vildi vita verð þitt.', '2024-10-27 17:57:13', ''),
(204, 'Mike Alsopp\r\n', '85459813435', 'mikexxxx@gmail.com', 'Hi there, \r\n \r\nLooking for a way to earn passive income? Join our Affiliate Program and earn 35% commission on every sale you bring in—for life! Promote our products, and whenever your referral makes a purchase, you\'ll continue earning, even years later. \r\n \r\nSign up now for free: \r\nhttps://www.monkeyseo.net/join-our-affiliate-program/ \r\nOr chat with us on WhatsApp: https://wa.link/md1k3j \r\n \r\nBest regards, \r\nApe Reach Team \r\nMike Alsopp\r\n', '2024-10-28 17:53:08', ''),
(205, 'MasonGreds', '87151417757', 'ebojajuje04@gmail.com', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', '2024-10-29 01:09:07', ''),
(206, 'MiaGreds', '86385845589', 'yawiviseya67@gmail.com', 'Hi, I wanted to know your price.', '2024-12-16 13:48:44', ''),
(207, 'RobertGreds', '82256997714', 'ixutikob077@gmail.com', 'Sveiki, aš norėjau sužinoti jūsų kainą.', '2024-12-18 15:55:29', ''),
(208, 'JohnGreds', '88352671931', 'arikerer278@gmail.com', 'Szia, meg akartam tudni az árát.', '2024-12-19 00:26:46', ''),
(209, 'TedGreds', '84223858354', 'moqagides18@gmail.com', 'Ola, quería saber o seu prezo.', '2024-12-20 21:09:20', ''),
(210, 'Mike Luca Peeters\r\n', '85769954546', 'mikexxxx@gmail.com', 'Hi there \r\n \r\nHaving some bunch of links pointing to airops.me could have 0 value or worse for your website, It really doesn`t matter how many backlinks you have, what matters is the amount of keywords those websites rank for. That is the most important thing. Not the fake Moz DA or ahrefs DR score. That anyone can do these days. BUT the amount of ranking keywords the sites that link to you have. Thats it. \r\n \r\nHave such links point to your website and you will ROCK ! \r\n \r\nWe are offering this special service here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nIn doubts, or need more information, chat with us: https://www.strictlydigital.net/whatsapp-us/ \r\n \r\nKind regards \r\nMike Luca Peeters\r\n \r\nstrictlydigital.net', '2024-12-21 18:04:05', ''),
(211, 'Mike Bernard Janssen\r\n', '86192354654', 'mikexxxx@gmail.com', 'Hi, \r\n \r\nCurious about how your website is performing? Discover its strengths and weaknesses with our Free SEO Check Tool! In just 2 minutes, you’ll get a detailed analysis of your website’s SEO health and actionable insights to help improve your rankings. \r\n \r\nTake the first step towards better performance and growth. \r\n \r\nRun Your Free SEO Check Now \r\nhttps://www.speed-seo.net/check-site-seo-score/ \r\n \r\nDon’t let overlooked SEO issues hold you back. Optimize your site today and stay ahead of the competition! \r\n \r\nBest regards, \r\n \r\n \r\nMike Bernard Janssen\r\n \r\nSpeed SEO \r\nWhatsapp us: https://www.speed-seo.net/whatsapp-with-us/', '2024-12-23 22:16:03', ''),
(212, 'TedGreds', '85437285467', 'moqagides18@gmail.com', 'Прывітанне, я хацеў даведацца Ваш прайс.', '2024-12-23 23:36:37', ''),
(213, 'Mike Heinz Janssens\r\n', '86539882875', 'mikexxxx@gmail.com', 'Hi there \r\nWe have a special connection with a reputable Network that gives us the possibility to offer Social Ads Country Targeted and niche traffic for just 10$ for 10000 Visits. \r\n \r\nDepending on the Country, we can send larger volumes of ads traffic. \r\n \r\nTry us today, we even use this for our SEO clients: \r\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\nor chat with us on Whatsapp: https://monkeydigital.co/whatsapp-us/ \r\n \r\nRegards \r\nMike Heinz Janssens\r\n \r\nmonkeydigital.co', '2024-12-28 17:03:32', ''),
(214, 'KevinNek', '82994392912', 'seimymavig1983@mail.ru', 'Указаны базовые стоимости выполнения проектных работ по инженерным системам, соответствующие стадии рабочего проекта https://svok-eng.ru/o-kompanii/\r\n  Окончательная стоимость проектирования для каждого конкретного объекта определяется после составления технического задания и категории сложности https://svok-eng.ru/portfolio/\r\n  В указанные ниже цены не входят следующие работы: \r\nЖилые помещения, площадь на 1 человека более 20 м2 https://svok-eng.ru/uslugi/postavka-oborudovaniya/\r\n \r\nПравильнее всего выполнять проектирование системы вентиляции на этапе строительства объекта, так как в этом случае можно учесть пространство, необходимое для прокладки каналов и установки оборудования https://svok-eng.ru/kontakty/\r\n \r\n5 https://svok-eng.ru/uslugi/avtomatika/\r\n  Пятое – гибкость и адаптивность https://svok-eng.ru/\r\n  Наши вентиляционные системы спроектированы таким образом, чтобы быть готовыми к изменениям, будь то перепланировка или изменение функционала помещения https://svok-eng.ru/uslugi/avtomatika/\r\n \r\nПо телефону: +7 (495) 916-52-14 Отправить письмо в проектный отдел на e-mail: po@mosng https://svok-eng.ru/product/puskonaladochnye-raboty-sistem-obshheobmennoj-ventilyaczii-kondiczionirovaniya-dymoudaleniya-i-teplosnabzheniya/\r\n ru Отправить заявку на сайте https://svok-eng.ru/o-kompanii/\r\n \r\nДокумент, определяющий требования и желания заказчика к системе вентиляции, включая параметры воздухообмена, уровень шума, требования к энергоэффективности и т https://svok-eng.ru/o-kompanii/\r\n  д https://svok-eng.ru/vakansii/\r\n \r\n', '2024-12-29 13:45:19', '');
INSERT INTO `tbl_inquiry` (`id`, `Name`, `ContactNo`, `Email`, `Message`, `InqDate`, `CreatedBy`) VALUES
(215, 'WilburnSox', '81579164914', 'tremundeslay1981@mail.ru', 'AromaCharm — любимый аромат в удобном флаконе на выбор https://aromabase.ru/product/escada-taj-sunset-объем-1-литр/\r\n \r\nКАТАЛОГ ТОВАРОВ https://aromabase.ru/product/carolina-herrera-good-girl-объем-05-литра/\r\n \r\nПрименение Масляных духов на розлив от компании BLACK OUD https://aromabase.ru/product/tom-ford-lost-cherry-объем-05-литра/\r\n \r\nПишите на электронную почту: info@aromatexport https://aromabase.ru/product/carolina-herrera-good-girl-объем-05-литра/\r\n ru https://aromabase.ru/product/zielinski-rozen-vanilla-blend-объем-05-литра/\r\n \r\nКомпания Black Oud является представителем швейцарской компании “ LUZI ” ( Лузи ) \r\nХотя данный турецкий бренд работает лишь с 2007 года, его продукция уже покорила рынок, в том числе во флаконах от Dior, Tom Ford, Chanel, других торговых марок https://aromabase.ru/product-category/al-haramain/\r\n  Ежегодно компания создает 1500 новых ароматов и многие готова продать парфюмерному бизнесу https://aromabase.ru/product/escada-taj-sunset-объем-05-литра/\r\n \r\n', '2024-12-29 14:30:41', ''),
(216, 'BillyEmoth', '85126929185', 'postsaddtaliretneu@mail.ru', 'Продукция собственного изготовления https://mgroup.eco/vacancy\r\n \r\nОтечественные производители упаковки из пластика: Завод , производство пластиковой тары для пищевой промышленности увеличилось на 3% в натуральном выражении и на 7% в денежном до 17 млн https://mgroup.eco/\r\n  штук https://mgroup.eco/\r\n \r\nИмпортная упаковка для косметики, фармацевтики и бытовой химии https://mgroup.eco/calc\r\n  Без языковых и валютных барьеров, без бумажной и таможенной волокиты https://mgroup.eco/contact\r\n  Больше 20 лет мы отбираем европейских и азиатских производителей и добиваемся равных условий для заказов из России; шлифуем логистику, ведем двойной контроль качества и соответствия каждой партии – чтобы вы могли закупать импортную упаковку в московской фирме, с расчетами в рублях и обслуживанием на родном языке https://mgroup.eco/vacancy\r\n \r\nАдрес производства: \r\nПроизводство гофрокартона не требует больших затрат, если оно организовано на базе собственного предприятия https://mgroup.eco/contact\r\n  Это то, что сегодня практикует большинство отечественных компаний-производителей https://mgroup.eco/vacancy\r\n \r\nПодробно о компании Отправить запрос https://mgroup.eco/catalog\r\n \r\n', '2024-12-30 01:24:38', ''),
(217, 'Philipcem', '89966849742', 'halcheni1990@mail.ru', 'С высоты Великой стены для всех открывается невероятная природа Китая https://akademy21.ru/blog/tpost/mr66te9rc1-chempionati-akademii-21-sredi-masterov-b\r\n  Тут не только рисовые поля-террасы, пагоды и … заводы до горизонта https://akademy21.ru/master_nogtevogo_servisa\r\n \r\nНужна помощь в выборе тура? \r\nПоказать все предложения https://akademy21.ru/klassicheskiimassaj\r\n \r\nЗаявка будет отправлена https://akademy21.ru/contacts/kaliningrad\r\n \r\nК сожалению, у нас нет подходящих туров для отображения https://akademy21.ru/cosmetolog_estet\r\n \r\nСамостоятельное посещение Тибета запрещено: требуется специальное дополнительное разрешение, которое оформляется принимающей стороной заранее https://akademy21.ru/massage_lica_guasha\r\n  Тибет реально посетить с группой по заранее оговорённому и согласованному маршруту https://akademy21.ru/blog/tpost/mr66te9rc1-chempionati-akademii-21-sredi-masterov-b\r\n \r\n', '2024-12-30 01:35:37', ''),
(218, 'Charlesspoob', '87632195441', 'nadacottuobesnie@mail.ru', 'ул https://mypsyhealth.ru/психотерапия/2021/12/15/womanpanicattack\r\n  Вилиса Лациса, д https://mypsyhealth.ru/services/reabilitatsionnaya-pomoshch-stradayushchikh-psikhicheskimi-rasstroystvami\r\n 1, корп https://mypsyhealth.ru/karenska-yuv/\r\n 1 https://mypsyhealth.ru/психотерапия/2019/03/21/trudnosti-v-obshchenii\r\n \r\nСвои проблемы и непростые жизненные ситуации можно также обсудить с психологом по телефону неотложной психологической помощи  https://mypsyhealth.ru/наркология/2020/11/17/bezpoleznye-sposoby-opohmela\r\n  Для этого нужно набрать простой трёхзначный номер 051  https://mypsyhealth.ru/наркология/2023/08/14/addiction-treatments\r\n  Его легко запомнить и набрать с городского телефона https://mypsyhealth.ru/психиатрия/2022/05/02/dysmorphophobia\r\n  Чтобы позвонить с мобильного телефона, то нужно добавить к номеру код города 8 (495) 051  https://mypsyhealth.ru/психиатрия/2022/08/13/who-is-autistic\r\n  Услуги психолога будут оказаны абсолютно бесплатно, однако помните, что оператор связи будет взимать плату за звонок https://mypsyhealth.ru/services/reabilitatsionnaya-pomoshch-stradayushchikh-psikhicheskimi-rasstroystvami\r\n \r\nЭто значит, что за ходом работы будут наблюдать коллеги, а потом обсуждать ваш случай https://mypsyhealth.ru/психотерапия/2022/06/19/anxiety-and-panic\r\n \r\nhttps://mypsyhealth.ru/психотерапия/2022/05/06/types-of-neuroses\r\n \r\nБлагодаря интернету московский психологический центр Альянс работает с клиентами дистанционно — по скайпу  https://mypsyhealth.ru/психиатрия/2022/05/02/anorexia\r\n \r\nЕсли вы не справляетесь с тревогой из?за сложившейся ситуации, стоит обратиться к психологу https://mypsyhealth.ru/shop/substances/vitex-agnus-castus-extract\r\n  Но мы понимаем, что такая возможность есть не всегда https://mypsyhealth.ru/психиатрия/2022/05/02/anorexia\r\n  Вот девять организаций, которые оказывают психологическую помощь бесплатно https://mypsyhealth.ru/shop/categories/vitaminy-otdelnye\r\n \r\n', '2024-12-30 02:55:47', ''),
(219, 'Mike Charlie Gustafsson\r\n', '81212775376', 'mikexxxx@gmail.com', 'Hello, \r\n \r\nThis is Mike Vaughan\r\nfrom Monkey Digital, \r\nI am reaching out to you like webmaster to webmaster, towards a mutual opportunity. How would you like to put our banners on your site and link back via your affiliate link towards hot selling services from our website, and earn a 35% residual income, month after month from any sales that comes in from your sites. \r\n \r\nThink about it, everyone needs SEO, this is a pretty major opportunity, We have over 12k affiliates already and our payouts are made each month, hefty payouts, last month we have reached 27280$ in payouts to our affiliates. \r\n \r\nIf interested, kindly chat with us: https://monkeydigital.co/affiliates-whatsapp/ \r\n \r\nOr sign up today: https://www.monkeydigital.co/join-our-affiliate-program/ \r\n \r\nCheers \r\nMike Charlie Gustafsson\r\n \r\nmonkeydigital.co', '2024-12-30 15:21:45', ''),
(220, 'RobertGreds', '83939792512', 'ixutikob077@gmail.com', 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', '2024-12-30 16:48:49', ''),
(221, 'Randyrow', '89353349897', 'werso084100iu@rambler.ru', 'Cool + for the post \r\n_________________ \r\n<a href=\"https://igra.livesportsin.site\">eldorado casino бездепозитный бонус 77</a>', '2024-12-31 04:42:18', ''),
(222, 'Ellenliams', '88379579828', '202xrumer9@farironalds.com', 'We have thoroughly reviewed and evaluated the top <a href=https://virusvigil.com/>mcafee antivirus uninstall</a> to provide our readers with a curated list of the most trusted providers. Safeguard your personal data and computer from cyber threats choose one of the leading antivirus solutions from the table below!', '2024-12-31 06:36:22', ''),
(223, 'TedGreds', '81195143683', 'ibucezevuda439@gmail.com', 'Γεια σου, ήθελα να μάθω την τιμή σας.', '2024-12-31 19:04:00', ''),
(224, 'Bluetoothjuq', '84914373161', 'snc200@yahoo.com', 'and 12 thousand Georgian manuscripts', '2025-01-03 03:13:52', ''),
(225, 'JacobKic', '88939176349', 'terjetade1977@mail.ru', 'Дерево  https://topdecorpro.ru/kontakty/  \r\nЗа время существования «Московский Скульптурный Центр» мы сделали много скульптур и памятников на заказ  https://topdecorpro.ru/galereya/  Они установлены на центральных площадях мегаполисов, на территории объектов культурного наследия России, в парках и скверах, на городских набережных, в садах и в частных домовладениях  https://topdecorpro.ru/2021/11/18/slitki/  В данный момент скульптуры «МСЦ» установлены в 63 городах России, в разных регионах  https://topdecorpro.ru/category/novosti/page/2/  И количество наших работ постоянно растет, мы получаем новые заказы  https://topdecorpro.ru/author/admin2/page/2/  \r\nУстановка  https://topdecorpro.ru/2021/12/10/fotozona/  \r\nПроизведения искусства, посвященные важным историческим событиям и личностям  https://topdecorpro.ru/author/admin2/  Это крупные объекты (памятники, мемориалы, барельефы, монументы), воплощающие масштабные идеи  https://topdecorpro.ru/skulptury-art-obekty-instalyacii/interery/  Монументальные скульптуры на заказ органично вписаны в ритмы городов и доступны для созерцания всем желающим  https://topdecorpro.ru/author/admin2/page/3/  \r\nАнималистика  https://topdecorpro.ru/2023/03/31/1662/  \r\nИзготавливаем все виды скульптур и памятников  https://topdecorpro.ru/2021/08/28/novye-proekty/  \r\n', '2025-01-03 17:16:25', ''),
(226, 'Mike Oskar Weber\r\n', '89754999855', 'info@professionalseocleanup.com', 'Improve your website`s ranks totally free \r\n \r\nMessage: \r\nHi there, \r\n \r\nWhile checking your airops.me for its ranks, I have noticed that there are some toxic links pointing towards it. \r\n \r\nGrab your free clean up and improve ranks in no time \r\nhttps://www.professionalseocleanup.com/ \r\n \r\nIt really works, get a free backlinks clean up with us today \r\n \r\nRegards \r\nMike Oskar Weber\r\n \r\nWhatsapp: https://www.professionalseocleanup.com/whatsapp/ \r\nEmail us: info@professionalseocleanup.com', '2025-01-03 18:16:34', ''),
(227, 'ManuelFat', '89315235922', 'combontsegal37@mail.ru', 'Толщина панели https://teplovtermo.ru/\r\n \r\nТермопанели состоят из двух слоев: \r\nПростота монтажа термопанелей, позволяет выполнить работы своими силами https://teplovtermo.ru/\r\n  Так же, вы всегда можете воспользоваться услугами по монтажу нашими специалистами! \r\nОдним из современных видов отделки, являются клинкерные термопанели https://teplovtermo.ru/\r\n  Они состоят из теплоизоляционной основы, в качестве которой могут выступать пенополиуретан, пенополистирол или экструдированный пенополистерол https://teplovtermo.ru/\r\n  На них крепится клинкерная плитка, которая выступает в качестве защиты и финишного отделочного материала https://teplovtermo.ru/\r\n \r\nЦена за шт https://teplovtermo.ru/\r\n : \r\nНа какие поверхности можно устанавливать термопанели? \r\n', '2025-01-03 23:20:06', ''),
(228, 'Johnnieenams', '84982425732', 'mark.moshchenskiy.90@mail.ru', 'Рекомендации по разработке финансовой модели https://tevconsulting.finance/coaching\r\n \r\nБез финансовой модели бизнес, безусловно, может функционировать https://tevconsulting.finance/oferta\r\n  Но другой вопрос: на сколько эффективно? Поэтому не стоит пренебрегать этим и инструментом, чтобы ваше дело постоянно развивалось, а прибыль увеличивалась https://tevconsulting.finance/confi\r\n \r\n?? Совет Перебирая таким образом показатели, можно найти наиболее чувствительные и важные https://tevconsulting.finance/coaching\r\n  Их нужно зафиксировать в таблице чувствительности https://tevconsulting.finance/oferta\r\n  После этого необходимо проиграть крайние сценарии развития — самый негативный и максимально оптимистичный https://tevconsulting.finance/\r\n \r\nВаловая прибыль - Налоги, проценты по кредитам и займам, штрафы = Чистая прибыль https://tevconsulting.finance/\r\n \r\nу вас инновационный продукт или услуга, которые со стороны сложно понять и оценить без описательной части, в проекте много рисков и технологических нюансов — например, система распознавания речи; потенциальные инвесторы, банки и партнеры запрашивают бизнес-план в заданном ими формате https://tevconsulting.finance/confi\r\n \r\nЧто такое бизнес-план https://tevconsulting.finance/coaching\r\n \r\n', '2025-01-04 08:15:42', ''),
(229, 'Robertrut', '87891393254', 'gulaza-khlyupko2000@mail.ru', 'Агентство BBDO Moscow – это подразделение холдинга, которое отвечает за коммуникационные стратегии, разработку творческих концепций для рекламы на телевидении и радио, в прессе и на точках продаж https://titan-cinema.ru/\r\n \r\nСтудия компьютерной графики BENZZY специализируется на создании рекламных роликов и контента с технологией 3D Naked-Eye, а также вирусных видеороликов Mix-Reality https://titan-cinema.ru/\r\n \r\n7 https://titan-cinema.ru/\r\n \r\nInstinct / Креативные агентства https://titan-cinema.ru/\r\n \r\nОдно из ведущих рекламных агентств России в области интернет-маркетинга, занимающееся креативными стратегическими разработками, графическим и веб-дизайном, продакшном, мобильным маркетингом и работой с социальными сетями https://titan-cinema.ru/\r\n \r\nКреативное и продакшн-агентство Zebra Hero оказывает спектр услуг в области разработки стратегий и креативных сценариев, производства рекламных роликов и digital-контента https://titan-cinema.ru/\r\n \r\n', '2025-01-04 12:14:30', ''),
(230, 'IgraRem', '87779276694', 'aq34aqa@rambler.ru', 'Спасибо, +  \r\n_________________ \r\n<a href=\"https://igra.sportbetbonus772.cfd\">букмекерские конторы в россии когда откроют</a>', '2025-01-05 07:34:41', ''),
(231, 'BryanLob', '88447266253', '1q0nbg4km@mozmail.com', 'Ally us today at 1xBet on the eventual online cricket betting common sense! We advance the outdo and most enticing cricket odds in support of massive winnings. \r\n \r\nDon’t pass up loophole on the probability to carry the day gigantic with 1xBet! \r\n \r\nBrowse our encyclopaedic cricket betting lines and fancy a together and overwhelming familiarity like no other. \r\n<a href=https://refpa7921972.top/L?tag=s_3464116m_355c_2422859&site=3464116&ad=355&r=en/line/cricket>1xbet</a>', '2025-01-05 18:40:45', ''),
(232, 'Plasticvyu', '86937846728', 'trolleypup@gmail.com', '... As a rule, the manuscript is called', '2025-01-05 22:33:54', ''),
(233, 'Mizoraquome', '89146955814', 'zorpemiak@zaim-fin.com', 'В текущем году займы через интернет стали одним из самых удобных способов получить займ от микрофинансовых организаций. Если вы ищете <a href=https://mikro-zaim-online.ru/zaim-bez-otkaza-na-kartu/>займы на карту без отказа</a> с оперативным зачислением средств, то у вас есть шанс выбрать нужное предложение среди множества вариантов. Суммы варьируются от 1 до 100 тысяч рублей, а процесс подачи заявки занимает несколько минут. Этот способ доступен даже людям с испорченной кредитной репутацией, что делает его особенно привлекательным. \r\n \r\nНа сайте mikro-zaim-online.ru вы найдете обширный каталог из свыше 55 надежных организаций, включая новые и эксклюзивные МФО текущего года. Все варианты разработаны с учетом интересов заемщиков: простые условия, прозрачные правила и сохранение конфиденциальности. Для оформления займа достаточно паспорта, контактного номера и персональной карты. А выгодные условия с 0% для новых клиентов делает предложения еще интереснее. \r\n \r\nМы гарантируем получение <a href=https://mikro-zaim-online.ru/zaim-bez-otkaza-na-kartu/>займ на карту без отказа</a> срочно с минимальными требованиями и круглосуточным оформлением. На сайте также представлены полезные советы, как избежать отказа, что делать при просрочке и как займы помогут улучшить кредитный рейтинг. С mikro-zaim-online.ru получение денег станет максимально быстрым, удобным и доступным для всех.', '2025-01-06 01:50:52', ''),
(234, 'Tomoerype', '86446585279', 'popopips@o4ko.space', 'Зашла фотофорум и еще эпизодично увидела видео. \r\n \r\nТемное пятно \r\n \r\nКак быть чтоб нарядили \r\nВсякое видала хотя яко чтобы прямой сильно ну ни однажды ебисесь ваша милость в течение щачло один-два таковскими порно-казино ссылками \r\n<a href=\"td-zks.ru\">gay porn club</a> \r\n<a href=td-zks.ru>gay porn club</a> \r\n<a href=\"td-zks.ru\">gay porn bdsm</a> \r\n<a href=td-zks.ru>gay porn bdsm</a> \r\n<a href=\"mp-orbita.ru\">nigga porn</a> \r\n<a href=mp-orbita.ru>nigga porn</a> \r\n<a href=\"xn-----6kcaca7bktcxjt3aelf5f.xn--p1ai\">мошенники</a> \r\n<a href=xn-----6kcaca7bktcxjt3aelf5f.xn--p1ai>casino rulette BDSm porn</a> \r\nСтаренькые блудницы развлекаются на нагоняе с молодым соседом. Бляди не дремлют.', '2025-01-07 01:51:51', ''),
(235, 'RolandTug', '83714973664', '64@kwizist.online', 'https://dubllikat.ru/', '2025-01-07 12:21:46', ''),
(236, 'Randyrow', '84632341932', 'werso074300iu@rambler.ru', 'thanks, interesting read  \r\n_________________ \r\n<a href=\"https://igra.casinofree.shop\">free spins vulkan</a>', '2025-01-07 22:20:09', ''),
(237, 'Normandtof', '81246826945', 'yourmail344@gmail.com', '\r\n\r\nCall it what it is\r\n\r\nGENOCIDE\r\n\r\nhttps://www.youtube.com/shorts/IrX9v6DKH1g\r\n\r\nThe Israel lobby, also known as the Zionist lobby, are individuals and groups seeking to influence the United States government to better serve Israel\'s interests. The largest pro-Israel lobbying group is Christians United for Israel with over seven million members.<>] The American Israel Public Affairs Committee (AIPAC) is a leading organization within the lobby, speaking on behalf of a coalition of pro-Israel American Jewish groups.\r\n\r\nsee why Israel can kill innocent children with American taxpayer money\r\n\r\n1- see Why Israel is in deep trouble \r\n\r\nhttps://www.youtube.com/watch?v=kAfIYtpcBxo\r\n\r\n2- Because the God of Money of our World is a Jew who supports and lives in Israel. For more details, click on the following link.\r\n\r\nhttps://mega.nz/file/FqhzGKbB#bsX4PD-O59HEA0-rynD29xkk47dmddycY5CjZfoDLYg\r\n\r\n3- Because what USA president say about Israel https://www.tiktok.com/@thefearlessqueenmel/video/7307640994579680542?lang=en&q=why%20dont%20Americans%20knowl%20what%20you%20have%20seen%20&t=1701880206555\r\n\r\nSee how innocent children are killed by the most powerful Israeli using American bombs at\r\n\r\nAl Jazeera Arabic Live\r\n\r\nat\r\n\r\nhttps://www.youtube.com/watch?v=bNyUyrR0PHo\r\n\r\nif you do not do something such as going on the street and telling your government which is controlled by the Jews to stop killing the Gaza people and stop the Israeli War and send food to the starving people of Gaza. If you can not do it then forward this message with the above two links to at least 4 of your friends and ask them to forward it to 4 of their friends so that the world will know that the new mass murderers are the Jews of the world . It is ironic that the Holocaust servicers (the Jews) are creating a new Holocaust against the Philistines in Gaza. \r\n\r\nif you do not do this also then you do not have a HART\r\n\r\n', '2025-01-08 14:25:01', ''),
(238, 'NoahGreds', '82716319811', 'ibucezevuda439@gmail.com', 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', '2025-01-08 16:57:29', ''),
(239, 'TedGreds', '83535831997', 'moqagides18@gmail.com', 'Kaixo, zure prezioa jakin nahi nuen.', '2025-01-08 20:30:19', ''),
(240, 'betenlix', '83169757472', 'aq74aqa@rambler.ru', 'Thanks for the post', '2025-01-09 01:08:36', ''),
(241, 'RobertGreds', '89541656212', 'ixutikob077@gmail.com', 'Ndewo, achọrọ m ịmara ọnụahịa gị.', '2025-01-09 01:52:38', ''),
(242, 'JacobKic', '81799115366', 'terjetade1977@mail.ru', 'Бюст в скульптуре, выполненный с портретным сходством  https://topdecorpro.ru/svarochnye-raboty/  \r\nПолная ответственность перед клиентом  https://topdecorpro.ru/2022/11/30/oformlenie-joga-centa/  \r\n«Центр монументального искусства» был создан в 1999 году  https://topdecorpro.ru/category/novosti/  Скоро наше крупнейшее в России объединение профессиональных скульпторов отметит 20-летие совместной работы  https://topdecorpro.ru/2021/08/04/ulichnye-vyveski/  Однако реальный опыт каждого из скульпторов гораздо больше  https://topdecorpro.ru/2023/08/08/shou-cheburashki/  Сейчас у нас работает 15 скульпторов, все они дипломированные скульпторы, от всей души любящие свою творческую профессию  https://topdecorpro.ru/2023/06/15/loft-fotozona/  Большое количество постоянно работающих скульпторов позволяет нам оперативно принимать заказы из любого города России, изготавливать скульптуры и доставлять их заказчику к месту установки  https://topdecorpro.ru/2021/12/10/fotozona/  У нас собственный скульптурный комбинат с большими литейными мощностями в г  https://topdecorpro.ru/novosti/  Жуковском, Московской области  https://topdecorpro.ru/dekoracija/  Мы всегда рады гостям на предприятии, приглашаем заказчиков лично осмотреть место работы и познакомиться со скульпторами  https://topdecorpro.ru/2023/03/31/1662/  \r\nУ нас можно заказать интерьерную скульптуру, городскую или садово-парковую скульптуру, скульптурную композицию или мемориальный комплекс  https://topdecorpro.ru/category/novosti/  Вы можете предоставить нам фотографию, эскиз, рисунок или набросок будущей скульптуры, просто рассказать о своих желаниях или поручить весь цикл работ он выбора идеи до изготовления готовой скульптуры  https://topdecorpro.ru/2021/08/04/ulichnye-vyveski/  \r\nДополнительные услуги  https://topdecorpro.ru/skulptury-art-obekty-instalyacii/  \r\nСвяжитесь с нами по телефону +7 (977) 261-62-24 (Telegram & WhatsApp) или через почту  , будем рады помочь  https://topdecorpro.ru/2021/11/06/elementy-interera/  \r\n', '2025-01-09 05:02:01', ''),
(243, 'IgraHok', '81667674418', 'werso067450iu@rambler.ru', 'Thanks, I\'ve been looking for this for a long time \r\n_________________ \r\n<a href=https://igra.top10casinosgames.rent>в казино играю</a>', '2025-01-10 02:42:34', ''),
(244, 'MartinCoent', '82814888151', 'gendraducanprohbay@mail.ru', 'Топ-3 лучших мобильных приложений для бронирования отелей https://teamjet.com/bronirovanie-i-prodazha-uslug\r\n \r\nПеред тем, как отправляться на поиск новых технологичных решений для своих клиентов, следует изучить свою аудиторию, определиться со стратегическими целями, спросить у профессионалов и ответить на все вопросы из данного материала https://teamjet.com/o-kompanii\r\n \r\nСортировка и фильтрация https://teamjet.com/integration\r\n \r\nПоддержка iOS и Android Возможность использования смартфона гостя в качестве ключа от номера Максимальные возможности самостоятельного брендирования приложения и кастомизации интерфейса Интеграция с системами оплаты, Apple Pay, POS – терминалами Возможность выставления счетов Интеграция со сторонними сервисами и системами (авиаперелеты, местный транспорт, прогноз погоды и т https://teamjet.com/o-kompanii\r\n д https://teamjet.com/articles\r\n ) \r\nСервис показывает подробное описание предложений, фотографии, отзывы туристов https://teamjet.com/cases\r\n  Выбрать подходящий для себя номер и забронировать его можно на сайте или в мобильном приложении https://teamjet.com/o-kompanii\r\n \r\nЛучшими по совокупности всех критериев признаны: \r\n', '2025-01-10 13:56:26', ''),
(245, 'ManuelFat', '85325391236', 'combontsegal37@mail.ru', 'Термопанели с утеплителем ЭППС https://teplovtermo.ru/\r\n \r\nЧто такое фасадные термопанели? \r\nПеред началом работ с заказчиком была согласована 3D визуализация объекта https://teplovtermo.ru/\r\n  Дом утеплен термопанелями - Neopor 60мм, плотностью 25кг/м3, облицовочный слой - плитка Cardamon Loft Brick (производитель компания Cerrad) https://teplovtermo.ru/\r\n  Монтаж производился по системе , что позволило существенно сэкономить на подрезах и получить минимум отходов материалов при монтаже https://teplovtermo.ru/\r\n  Оконные наличник  https://teplovtermo.ru/\r\n \r\nУслуги и сервис https://teplovtermo.ru/\r\n \r\nДобавить в избранное https://teplovtermo.ru/\r\n \r\nБыстрый монтаж https://teplovtermo.ru/\r\n \r\n', '2025-01-10 21:05:55', ''),
(246, 'Lavillciz', '83896856944', 'revers30@1ti.ru', '<a href=https://chimmed.ru/products/prontosil-hypersorb-aps2-id=5036091>prontosil hypersorb aps2 - купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>n- 2-methylbenzyl ethane-1,2-diamine - купить онлайн в интернет-магазине химмед </u> \r\n<i>2,2-dimethyl-3- propan-2-ylideneamino -2,3-dihydroquinazolin-4 1h -one - купить онлайн в интернет-магазине химмед </i> \r\n<b>n- 4- morpholin-4-yl -3-nitrophenyl acetamide - купить онлайн в интернет-магазине химмед </b> \r\n \r\nprontosil hypersorb aps2 - купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/prontosil-hypersorb-aps2-id=5036092', '2025-01-11 01:12:13', ''),
(247, 'Edithzep', '82498744492', '202xrumer9@farironalds.com', 'We have thoroughly reviewed and evaluated the top <a href=https://virusvigil.com/>kaspersky antivirus</a> to provide our readers with a curated list of the most trusted providers. Safeguard your personal data and computer from cyber threats choose one of the leading antivirus solutions from the table below!', '2025-01-11 02:03:14', ''),
(248, 'Mike Steven Van Dijk\r\n', '85317518685', 'mikexxxx@gmail.com', 'Hi there, \r\n \r\nLooking to improve your website\'s local rankings? We offer Country Targeted Backlinks to help you dominate your niche. With backlinks from high-quality, local domains, your website will see increased relevance, traffic, and authority in your chosen region. \r\n \r\nCheck out our service here: \r\nhttps://www.digitalxflow.com/country-backlinks/ \r\nOr chat with us on WhatsApp: https://www.digitalxflow.com/whatsapp-us/ \r\n \r\n \r\nBest regards, \r\nMike Steven Van Dijk\r\n \r\nDgital X Flow Team', '2025-01-11 10:20:25', ''),
(249, 'Robertrut', '87698399795', 'gulaza-khlyupko2000@mail.ru', 'Рекламный ролик https://titan-cinema.ru/\r\n \r\nDeluxe Interactive, Москва https://titan-cinema.ru/\r\n \r\nДля вас мы создаем любые рекламные ролики – для ТВ, для для сайта, имиджевые, вирусные, продуктовые, сложные постановочные и простые недорогие https://titan-cinema.ru/\r\n  Их всех объединяет только одно – в итоге это будет высокопрофессиональный, качественный рекламный продукт https://titan-cinema.ru/\r\n  Копирайтеры и сценаристы видеопродакшна Brand&Video разработают для вас идею и сценарий вашего рекламного ролика https://titan-cinema.ru/\r\n  При работе будут задействованы режиссеры, операторы, монтажеры, компоузеры, видеоинженеры, средний профессиональный опыт которых составляет 11 лет https://titan-cinema.ru/\r\n \r\nТОП-20 агентств в рубрике  РРАР-2024 https://titan-cinema.ru/\r\n \r\n1 https://titan-cinema.ru/\r\n \r\nАгентство  оказывает комплекс услуг по организации мероприятий и event-проектов для бизнеса в Воронеже, занимается техническим обеспечением событий и производством корпоративных фильмов и репортажного видео https://titan-cinema.ru/\r\n \r\n', '2025-01-11 13:47:24', ''),
(250, 'Johnnieenams', '82266447417', 'mark.moshchenskiy.90@mail.ru', 'После блока прямых расходов рассчитывается валовая прибыль  https://tevconsulting.finance/confi\r\n  Это разница между выручкой и прямыми расходами https://tevconsulting.finance/oferta\r\n  Если компания ведет несколько направлений бизнеса, то валовую прибыль лучше определить по каждому https://tevconsulting.finance/vizitka\r\n  Так легко понять, какое направление работает эффективнее других https://tevconsulting.finance/anketa-business\r\n  Можно увидеть, что, скажем, один из магазинов прибыльнее, чем остальные https://tevconsulting.finance/dfa\r\n \r\nВ материале расскажем, какие задачи решает финансовая модель, кто и как её составляет, а также поделимся рекомендациями по разработке оптимальной финансовой модели https://tevconsulting.finance/vizitka\r\n \r\nПрямыми считаются те, что пошли на производство конкретных товаров или услуг https://tevconsulting.finance/dfa\r\n  К этой группе относятся и расходы на оплату труда работников, занятых на производстве или оказывающих услуги https://tevconsulting.finance/confi\r\n  Например, мастер получает 500 рублей за каждую стрижку https://tevconsulting.finance/coaching\r\n \r\nКак правило, её составляют на календарный год – с января по декабрь https://tevconsulting.finance/vizitka\r\n  Можно брать период побольше — когда есть ясность, как выбранная деятельность будет развиваться в перспективе и как поведёт себя рынок https://tevconsulting.finance/oferta\r\n \r\nВыручка, руб https://tevconsulting.finance/business\r\n  Всего за год Январь Февраль Март Магазин 45 000 000 2 800 000 3 750 000 4 320 000 число покупателей, чел https://tevconsulting.finance/dfa\r\n  25 000 2 000 2 500 2 700 средний чек, руб https://tevconsulting.finance/vizitka\r\n  1 800 1 400 1 500 1 600 Сайт 11 250 000 288 000 400 000 525 000 заходы на сайт, раз 150 000 9 000 10 000 11 000 заказы, шт https://tevconsulting.finance/anketa-business\r\n  4 500 160 200 250 конверсия, % 3 1,8 2 2,3 средний чек, руб https://tevconsulting.finance/oferta\r\n  2 500 1 800 2 000 2 100 Итого выручка, руб https://tevconsulting.finance/business\r\n  56 250 000 3 088 000 4 150 000 4 845 000 https://tevconsulting.finance/business\r\n \r\nВо-вторых, для создания финансовой модели подойдут и цифры, собранные в Excel либо в таблицах, где можно было бы видеть как минимум доходы и расходы за период https://tevconsulting.finance/\r\n \r\n', '2025-01-11 14:16:56', ''),
(251, 'aeroweado', '86938777522', 'aero-sochi1@93rus.myjino.ru', 'В аэропорту Сочи автомобили с водителем всегда в множестве, но пассажиры часто сталкиваются с проблемой жадных нелегальных водителей. Эти незаконные водители предлагают свои услуги по завышенным ценам, особенно гостям из других стран и туристам. Важно быть бдительным и использовать официальные сервисы <a href=https://taxi-sochi-aeroport.ru>такси Сочи аэропорт</a>, такие как Яндекс.Такси, чтобы избежать переплат и обеспечить защищённую поездку. \r\nhttps://xristiane.ru/taksi-v-sochi-i-aeroport-preimushhestva-vybora-etogo-vida-transporta-dlya-komfortnogo-puteshestviya/\r\n', '2025-01-13 03:08:41', ''),
(252, 'Prof40haunc', '83481258136', 'naamismevk@gazeta.pl', '<h1>Фартук шеф-повара чёрно-белая полоска</h1>\r\r\n<p>В мире кулинарии, где каждое движение важно, а стиль имеет значение, фартук шеф-повара становится не просто элементом униформы, а настоящим символом профессионализма и мастерства. В нашем интернет-магазине представлен фартук шеф-повара в чёрно-белую полоску, который сочетает в себе элегантный дизайн и функциональность, что делает его идеальным выбором для настоящих гурманов и кулинарных мастеров.</p>\r\r\n\r\r\n<h2>Стиль и элегантность</h2>\r\r\n<p>Чёрно-белая полоска — это классика, которая никогда не выйдет из моды. Такой фартук не только подчеркнёт ваш профессионализм, но и добавит шарм вашему стилю. Он отлично сочетается с любой одеждой и подходит для различных мероприятий: от повседневного приготовления пищи до торжественных банкетов. Будьте уверены, что в таком фартуке вы будете выглядеть отлично, будь то на кухне ресторана или на домашней вечеринке.</p>\r\r\n\r\r\n<h2>Качество материалов</h2>\r\r\n<p>Фартук изготовлен из высококачественного материала, который обеспечивает долговечность и удобство. Он легко стирается и быстро сохнет, что делает его идеальным для интенсивного использования. Используемая ткань устойчива к загрязнениям и обладает высокой износостойкостью. Вы можете смело использовать его даже в самых сложных кулинарных условиях.</p>\r\r\n\r\r\n<h2>Функциональность и удобство</h2>\r\r\n<p>Фартук оснащён несколькими карманами, которые позволяют удобно хранить необходимые инструменты и аксессуары. Вам больше не придётся отвлекаться на поиски ложки или ножа — всё будет под рукой. Регулируемый ремень на шее обеспечивает комфортную посадку и позволяет адаптировать фартук под любые параметры фигуры. Фартук идеально подходит как для мужчин, так и для женщин, что делает его универсальным аксессуаром для любой кухни.</p>\r\r\n\r\r\n<h2>Подходит для всех</h2>\r\r\n<p>Профессиональные шеф-повара, кулинары-любители и даже просто люди, которые любят готовить для своих близких, оценят преимущества этого фартука. Он станет отличным подарком для любого, кто увлечён кулинарией. Будь то день рождения, новоселье или праздник, фартук шеф-повара в чёрно-белую полоску станет практичным и стильным подарком.</p>\r\r\n\r\r\n<h2>Легкость ухода</h2>\r\r\n<p>Уход за фартуком не потребует никаких дополнительных усилий. Он легко стирается в машинке, а благодаря качественному материалу, не теряет форму и цвет даже после многократных стирок. Убедитесь сами, что стиль и практичность могут идти рука об руку!</p>\r\r\n\r\r\n<h2>Где купить</h2>\r\r\n<p>Вы можете приобрести фартук шеф-повара чёрно-белую полоску прямо сейчас в нашем интернет-магазине. Мы предлагаем быструю доставку и выгодные цены, а также гарантируем высокое качество продукции. Не упустите возможность стать обладателем стильного и функционального фартука, который сделает ваши кулинарные приключения ещё более увлекательными!</p>\r\r\n\r\r\n<h2>Заключение</h2>\r\r\n<p>Фартук шеф-повара в чёрно-белую полоску — это не просто одежда, это выражение вашего стиля, профессионализма и любви к кулинарии. Неважно, готовите ли вы для себя или для гостей, этот фартук станет вашим незаменимым помощником на кухне. Заказывайте прямо сейчас и позвольте своему кулинарному мастерству сиять в самом лучшем свете!</p>\r\r\n\r\r\n<a href=https://prof40.ru/fartuk-shef-povara-cherno-belaya-poloska>Фартук шеф-повара чёрно-белая полоска</a>\r\r\n\r\r\n \r\n \r\n<a href=https://www.prof40.ru/> Оборудование для общепита с гарантией качества </a>', '2025-01-13 23:31:44', ''),
(253, 'IgraNen', '85896231878', 'werso067890iu@rambler.ru', 'Круто, я искала этот давно \r\n_________________ \r\n<a href=\"https://igra.best-slots-online.rent\">юридический перевод форум</a>', '2025-01-16 04:51:07', ''),
(254, 'Gaitsmurl', '82865923314', 'rrfrtxyc@puedemail.com', 'One Month Free Pro Plan! <a href=https://t.me/chatgpt_pro_channel>chatgpt history search extension</a> \r\n \r\nIntroducing ChatGPT – Your Ultimate AI Companion! \r\n \r\nTired of scouring the internet for the answers you need? Looking to spark new ideas, refine your writing, or clarify complex topics—fast? Meet ChatGPT, your intelligent, always-ready assistant designed to simplify your life and supercharge your creativity! \r\n \r\nWhat is ChatGPT? <a href=https://t.me/chatgpt_pro_channel>chatgpt foss</a> \r\n \r\nChatGPT is a cutting-edge AI language model ready to help with just about anything. Whether you need detailed explanations, marketing tips, story outlines, academic insights, or quick, clever content, ChatGPT has you covered. \r\n \r\nWhy Choose ChatGPT?  <a href=https://ch4tgpt.ixotc.net>chatgpt iij</a> \r\n \r\n- Rapid Responses: Get clear, concise answers in seconds. \r\n- Expert Knowledge: Benefit from a wealth of information across countless fields. \r\n- Creative Solutions: Brainstorm, innovate, and create fresh content effortlessly. \r\n- User-Friendly Experience: Converse as naturally as with a trusted friend. \r\n- Continuous Improvement: ChatGPT learns with every interaction, continually refining its skills. \r\n \r\nHow It Works: \r\nSimply ask a question or describe what you need. From drafting articles and scripts to explaining complex theories or generating unique marketing ideas—ChatGPT delivers spot-on results whenever you need them. \r\n \r\nElevate Your Productivity & Imagination with ChatGPT! \r\nExperience the future of communication and content creation. Let ChatGPT handle the heavy lifting so you can focus on what matters most: turning your ideas into reality. \r\nStart chatting today and discover a world of possibilities! \r\n<a href=https://ch4tgpt.ixotc.net>chatgpt afrikaans login</a> \r\n<a href=https://ch4tgpt.ixotc.net>chatgpt ohne login online</a> \r\n<a href=https://ch4tgpt.ixotc.net>chatgpt demo free online</a> \r\n<a href=https://t.me/chatgpt_pro_channel>chatgpt eli5</a> \r\n<a href=https://ch4tgpt.ixotc.net>chat gpt tjfcl</a>', '2025-01-16 20:05:22', ''),
(255, 'TedGreds', '83848998828', 'ibucezevuda439@gmail.com', 'Kaixo, zure prezioa jakin nahi nuen.', '2025-01-16 23:24:55', ''),
(256, 'TedGreds', '87683267684', 'moqagides18@gmail.com', 'Sveiki, aš norėjau sužinoti jūsų kainą.', '2025-01-17 09:11:42', ''),
(257, 'Drywallwsb', '81791322875', 'marymelilli@aol.com', 'then only a few have reached us', '2025-01-18 22:40:47', ''),
(258, 'Mike Luc Dupont\r\n', '83633315485', 'info@strictlydigital.net', 'Hi there \r\n \r\nHaving some bunch of links pointing to airops.me could have 0 value or worse for your website, It really doesn`t matter how many backlinks you have, what matters is the amount of keywords those websites rank for. That is the most important thing. Not the fake Moz DA or ahrefs DR score. That anyone can do these days. BUT the amount of ranking keywords the sites that link to you have. Thats it. \r\n \r\nHave such links point to your website and you will ROCK ! \r\n \r\nWe are offering this special service here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nIn doubts, or need more information, chat with us: https://www.strictlydigital.net/whatsapp-us/ \r\n \r\nKind regards \r\nMike Luc Dupont\r\n \r\nstrictlydigital.net', '2025-01-19 02:33:49', ''),
(259, 'Carpetbdu', '84838651852', 'hksroka27@gmail.com', '(palimpsests). In the XIII-XV centuries in', '2025-01-19 09:37:05', ''),
(260, 'Rogershere', '83263262928', 'garfield4459ybg@hello.tryperegrinate.click', 'Hi all, \r\n \r\nI recently came across a great site that made things easier when I was trying to find fun and engaging online platforms. The website shares valuable insights and made my choices so much easier. \r\n \r\nIf you’re curious about a reliable platforms, I highly recommend checking it out: <a href=https://serenitycasinos.com/>serenitycasinos.com</a>. \r\n \r\nFeel free to explore it and share your thoughts.', '2025-01-19 15:03:11', ''),
(261, 'AviaJah', '81323291277', 'imho@aviatorgg.com', 'Aviator is a game about survival, strategy, and creativity. \r\nIt begins with you waking up in the wilderness with nothing but a rock and a torch. \r\nSurvival becomes your sole objective in this brutal landscape. \r\n \r\nWhat Makes Aviator Unique \r\nWhy Aviator stands out in the survival game genre is the dynamic between survival mechanics and player collaboration. \r\nPlayers can construct fortified homes to safeguard your resources. \r\n \r\nSurvival Challenges \r\nSurvival in Aviator is not just about avoiding enemies. \r\nYou’ll need to scavenge for food and stay warm. \r\n \r\nSocial Dynamics \r\nWhat truly makes Aviator engaging is its social interaction. \r\nYou can form clans or alliances. \r\nTo learn more or watch gameplay, check out this link: https://aviatorgg.com\r\n \r\n \r\nAction and Raids \r\nCombat in Aviator is thrilling and unpredictable. \r\nYou’ll engage in raids on enemy bases. \r\n \r\nCreativity and Building \r\nThe game encourages players to be creative. \r\nYou can design sprawling fortresses or compact hideouts. \r\n \r\nConclusion \r\nIn Aviator, every moment is a story. \r\nNo matter how you play, Aviator keeps you on your toes.', '2025-01-22 12:19:15', ''),
(262, 'TheresaKnito', '83425964867', '202xrumer11@farironalds.com', 'Unlock the benefits of improved hearing and cognitive support with <a href=https://realzenacose.com/>foods to lower blood sugar</a> – buy now for a transformative health experience. Don’t miss the opportunity to enhance your auditory wellness; purchase SonoVive today and take the first step toward better hearing clarity.', '2025-01-23 08:22:53', ''),
(263, 'Professionaloss', '81832971494', 'ggaytan0325@gmail.com', 'handwritten synonym', '2025-01-24 06:54:12', ''),
(264, 'Mike Maximilian Muller\r\n', '88596163595', 'info@speed-seo.net', 'Hi, \r\n \r\nCurious about how your website is performing? Discover its strengths and weaknesses with our Free SEO Check Tool! In just 2 minutes, you’ll get a detailed analysis of your website’s SEO health and actionable insights to help improve your rankings. \r\n \r\nTake the first step towards better performance and growth. \r\n \r\nRun Your Free SEO Check Now \r\nhttps://www.speed-seo.net/check-site-seo-score/ \r\n \r\nDon’t let overlooked SEO issues hold you back. Optimize your site today and stay ahead of the competition! \r\n \r\nBest regards, \r\n \r\n \r\nMike Maximilian Muller\r\n \r\nSpeed SEO \r\nWhatsapp us: https://www.speed-seo.net/whatsapp-with-us/', '2025-01-25 16:02:52', ''),
(265, 'Mike Giinther Dubois\r\n', '81845466381', 'mike@monkeydigital.co', 'Hi there \r\nWe have a special connection with a reputable Network that gives us the possibility to offer Social Ads Country Targeted and niche traffic for just 10$ for 10000 Visits. \r\n \r\nDepending on the Country, we can send larger volumes of ads traffic. \r\n \r\nTry us today, we even use this for our SEO clients: \r\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\nor chat with us on Whatsapp: https://monkeydigital.co/whatsapp-us/ \r\n \r\nRegards \r\nMike Giinther Dubois\r\n \r\nmonkeydigital.co', '2025-01-26 05:13:06', ''),
(266, 'Augusthss', '84297786156', 'm30cooper@gmail.com', 'A handwritten book is a book', '2025-01-26 08:05:29', ''),
(267, 'Annotationsjgb', '85663145235', 'm30cooper@gmail.com', '55 thousand Greek, 30 thousand Armenian', '2025-01-26 11:19:52', ''),
(268, 'Leupoldooy', '82253615998', 'm30cooper@gmail.com', 'collection of poems composed', '2025-01-26 16:18:52', ''),
(269, 'Walteryizew', '87479318789', 'cocaine@cocaine-v-toshkente.shop', 'Купить Кокаин в Ташкенте? Сайт - TOSHKENT-COCAINE.VIP Кокаин в Узбекистане - TOSHKENT-COCAINE.VIP \r\n. \r\n. \r\n| Купить Кокаин в Ташкенте или другом городе Узбекистана - https://toshkent-cocaine.vip/ | \r\n| Сколько стоит Кокаин в Ташкенте и по Узбекистану доставка - https://toshkent-cocaine.vip/ | \r\n| Лучший Кокаин в Ташкенте с возможностью доставки в руки купить - https://toshkent-cocaine.vip/ | \r\n| Купить через курьера в руки Кокаин в Ташкенте - https://toshkent-cocaine.vip/ | \r\n| Чистый Кокаин купить в Узбекистане - https://toshkent-cocaine.vip/ | \r\n| Для заказа Кокаина в Ташкенте и других городах писать на сайт - https://toshkent-cocaine.vip/ | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nОк Гугл, как купить кокаин в Ташкенте - \r\nКупить Кокаин в Бухаре, Купить Кокаин в Ташкенте, Купить Кокаин в Самарканд, Купить Кокаин в Маргилан, \r\nКупить Кокаин в Карши , Купить Кокаин в Фергана, Купить Кокаин в Ургенч, Купить Кокаин в Андижан, Купить Кокаин в Коканд, \r\nКупить Кокаин в Термез, Купить Кокаин в Чирчик, Купить Кокаин в Навои, Купить Кокаин в Джизак, Купить Кокаин в Гюлистан. \r\nЦена на Кокаин в Узбекистане, Купить Кокаин в Розницу в Узбекистане, Моя лучшая покупка Кокаина была именно в Ташкенте, \r\nПриехал Курьер и привез мне Кокаин в Ташкенте. Я хочу остаться в Ташкенте на всегда из за того что тут можно \r\nКупить Кокаин в Ташкенте', '2025-01-27 09:34:40', ''),
(270, 'NoahGreds', '84283678243', 'ibucezevuda439@gmail.com', 'Здравейте, исках да знам цената ви.', '2025-01-27 16:15:52', ''),
(271, 'JosephfrGairl', '83594539577', 'mephedrone@cocaine-v-toshkente.shop', 'Купить Мефедрон в Ташкенте? Сайт - TOSHKENT-COCAINE.VIP Мефедрон в Узбекистане - TOSHKENT-COCAINE.VIP \r\n. \r\n. \r\n| Купить Мефедрон в Ташкенте или другом городе Узбекистана - https://toshkent-cocaine.vip/ | \r\n| Сколько стоит Мефедрон в Ташкенте и по Узбекистану доставка - https://toshkent-cocaine.vip/ | \r\n| Лучший Мефедрон в Ташкенте с возможностью доставки в руки купить - https://toshkent-cocaine.vip/ | \r\n| Купить через курьера в руки Мефедрон в Ташкенте - https://toshkent-cocaine.vip/ | \r\n| Чистый Мефедрон купить в Узбекистане - https://toshkent-cocaine.vip/ | \r\n| Для заказа Мефедрона в Ташкенте и других городах писать на сайт - https://toshkent-cocaine.vip/ | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nОк Гугл, как купить Мефедрон в Ташкенте - \r\nКупить Мефедрон в Бухаре, Купить Мефедрон в Ташкенте, Купить Мефедрон в Самарканд, Купить Мефедрон в Маргилан, \r\nКупить Мефедрон в Карши , Купить Мефедрон в Фергана, Купить Мефедрон в Ургенч, Купить Мефедрон в Андижан, Купить Мефедрон в Коканд, \r\nКупить Мефедрон в Термез, Купить Мефедрон в Чирчик, Купить Мефедрон в Навои, Купить Мефедрон в Джизак, Купить Мефедрон в Гюлистан. \r\nЦена на Мефедрон в Узбекистане, Купить Мефедрон в Розницу в Узбекистане, Моя лучшая покупка Мефедрона была именно в Ташкенте, \r\nПриехал Курьер и привез мне Мефедрон в Ташкенте. Я хочу остаться в Ташкенте на всегда из за того что тут можно \r\nКупить Мефедрон в Ташкенте', '2025-01-28 20:09:16', ''),
(272, 'RobertGreds', '84223274714', 'ixutikob077@gmail.com', 'Ciao, volevo sapere il tuo prezzo.', '2025-01-28 21:38:29', ''),
(273, 'Mike John Muller\r\n', '87529256444', 'mike@monkeydigital.co', 'Hello, \r\n \r\nThis is Mike Gilson\r\nfrom Monkey Digital, \r\nI am reaching out to you like webmaster to webmaster, towards a mutual opportunity. How would you like to put our banners on your site and link back via your affiliate link towards hot selling services from our website, and earn a 35% residual income, month after month from any sales that comes in from your sites. \r\n \r\nThink about it, everyone needs SEO, this is a pretty major opportunity, We have over 12k affiliates already and our payouts are made each month, hefty payouts, last month we have reached 27280$ in payouts to our affiliates. \r\n \r\nIf interested, kindly chat with us: https://monkeydigital.co/affiliates-whatsapp/ \r\n \r\nOr sign up today: https://www.monkeydigital.co/join-our-affiliate-program/ \r\n \r\nCheers \r\nMike John Muller\r\n \r\nmonkeydigital.co', '2025-01-29 04:37:20', ''),
(274, 'Carriever', '81412877799', 'papopips@o4ko.space', 'Здравствуйте, хочу предостеречь читателей данного поста о сети мошенников, которые занимаются поставкой запчастей к металлообрабатывающим станкам. \r\n \r\nМы оплатили им товар в октябре 2022, в итоге нам не отгрузили продукцию, я даже оставила отзыв на площадке https://rateorg.com/57688, также отзывы есть в Яндексе https://reviews.yandex.ru/shop/td-zks.ru и в 2Гис https://2gis.ru/engels/firm/70000001026666256/tab/reviews Далее сам отзыв: \r\nОплатили сектора к прессу еще в начале октября 2022 года. Понимания на январь месяц 2023 года когда будут готовы нет. Противно даже отзыв оставлять о такой компании. Директор Абросимов Вадим Николаевич полный неадекват!!!!! Разговор каждый раз сводится к крику, мату и оскорблениям!!!!!!! Кричит вечно что производственник, а на самом деле обычное быдло с подворотни. С клиентами никакого общения, трубки неделями не берут. Покопалась в интернете почтила отзывы и о нем и о его компаниях.....поверьте там ничего хорошего и положительного. Очередная компания по мошенничеству. \r\nПосле того как я покопалась в интернете оказалось, что у данных товарищей очень и очень много разных фирм и сайтов. Это и ТД запчасти для станков, и АРМОР-ЗМИ. Я перечислю только некоторые из них, все данные взяла из открытых источников: \r\n \r\nСайт TD- zks.ru телефоны 89370291117, 88453544710, почта info@td-zks.ru. \r\nСайт Mp- orbita.ru +7 (927) 227-13-48, почта info@mp-orbita.ru. \r\nСайт Запчасти-к- станкам.рф телефоны 89372555454, 89376333838 почты armor.zmi@mail.ru,89372555454@yandex.ru. \r\nСайт Запчасти-для- станков.рф телефоны 88453711348, 89272281348 почта mettex-64@mail.ru. \r\n \r\n<a href=https://tinyurl.com/moshenniki>Всякое информация про мошенников тут</a> \r\n \r\nhttps://tinyurl.com/moshenniki \r\n<a href=https://rimbohockey.blogg.se/2013/january/forsta-matchen-forsta-forlusten.html>Обманщики с деталями к станкам</a>\r\n<a href=https://medre.ru/mc/mdtc-blagovest.php>Мошенники с запасными частями к станкам</a>\r\n<a href=https://staytoonedstudios.com/blog/2023/07/08/hello-world/#comment-4615>Аферисты с запчастями к станкам</a>\r\n<a href=https://soffolina.blogg.se/2013/july/long-time-igen.html>Мошенники с запасными частями к станкам</a>\r\n<a href=https://acides-animes.com/the-inventor-recrute/#comment-11507>Кидалы с деталями к станкам</a>\r\n 8b07c99 ', '2025-01-29 16:24:08', ''),
(275, 'AllenDogma', '85739193291', 'l.i.so.v.e.v.g.enij.196@gmail.com', 'https://de.porno-mp4.online/ \r\n \r\n \r\n<a href=https://porno-mp4.online/>порно мп4</a>', '2025-01-29 23:07:43', ''),
(276, 'MichaelTON', '84336796447', 'werso08kiu@rambler.ru', 'Thanks for the post \r\n_________________ \r\n<a href=\"https://bestcasinosites.shop\">Best online casino</a>', '2025-01-30 11:20:06', ''),
(277, 'Marioheede', '85959654849', 'markting@bbcworldnewstoday.com', 'We bring you latest Gambling News, Casino Bonuses and offers from Top Operators, Online Casino Slots Tips, Sports Betting Tips, odds etc - https://www.jackpotbetonline.com/', '2025-01-31 03:28:29', ''),
(278, 'RobertGreds', '82521837476', 'ixutikob077@gmail.com', 'Szia, meg akartam tudni az árát.', '2025-01-31 17:01:29', ''),
(279, 'Jerryusend', '87192459655', '84xrumer11@farironalds.com', 'Casino is not just a game of luck; it\'s a thrilling challenge that can be mastered with the right strategy. Imagine the excitement of hitting 21 and beating the dealer with confidence. Whether you\'re a novice or an experienced player, learning <a href=https://ca.getb8.us/>white label online casino</a> can transform your gaming experience and lead to significant wins. Don\'t miss out on the opportunity to improve your skills and enjoy the rewards. Start playing blackjack today and take the first step towards becoming a pro!', '2025-01-31 17:32:08', ''),
(280, 'Ascentqdo', '89492197839', 'jballmond@gmail.com', 'manuscripts held onto', '2025-02-01 00:21:26', '');
INSERT INTO `tbl_inquiry` (`id`, `Name`, `ContactNo`, `Email`, `Message`, `InqDate`, `CreatedBy`) VALUES
(281, 'Normandtof', '87251592244', 'your88@gmail.com', '\r\n\r\nThe US administration and President Biden bear full responsibility for the continuation of Zionist war crimes in the Gaza Strip, after their absolute support for it, and the green light they once again granted following the visit of their Secretary of State, Antony Blinken, to the entity,â€ it said in a statement.\r\n\r\nsee why Israel can kill innocent children with American taxpayer money\r\n\r\nhttps://www.youtube.com/shorts/IrX9v6DKH1g\r\n\r\n1- see Why Israel is in deep trouble \r\n\r\nhttps://www.youtube.com/watch?v=kAfIYtpcBxo\r\n\r\n2- Because the God of Money of our World is a Jew who supports and lives in Israel. For more details, click on the following link.\r\n\r\nhttps://mega.nz/file/FqhzGKbB#bsX4PD-O59HEA0-rynD29xkk47dmddycY5CjZfoDLYg\r\n\r\n3- Because what USA president say about Israel https://www.tiktok.com/@thefearlessqueenmel/video/7307640994579680542?lang=en&q=why%20dont%20Americans%20knowl%20what%20you%20have%20seen%20&t=1701880206555\r\n\r\nSee how innocent children are killed by the most powerful Israeli using American bombs at\r\n\r\nAl Jazeera Arabic Live\r\n\r\nat\r\n\r\nhttps://www.youtube.com/watch?v=bNyUyrR0PHo\r\n\r\n\r\nif you do not do something such as going on the street and telling your government which is controlled by the Jews to stop killing the Gaza people and stop the Israeli War and send food to the starving people of Gaza. If you can not do it then forward this message with the above two links to at least 4 of your friends and ask them to forward it to 4 of their friends so that the world will know that the new mass murderers are the Jews of the world . It is ironic that the Holocaust servicers (the Jews) are creating a new Holocaust against the Philistines in Gaza. \r\n\r\nCall it what it is\r\n\r\nGENOCIDE\r\n\r\nif you do not do this also then you do not have a HART\r\n\r\n', '2025-02-01 14:18:45', ''),
(282, 'Mike Olof Davies\r\n', '88326516916', 'info@professionalseocleanup.com', 'Improve your website`s ranks totally free \r\n \r\nMessage: \r\nHi there, \r\n \r\nWhile checking your airops.me for its ranks, I have noticed that there are some toxic links pointing towards it. \r\n \r\nGrab your free clean up and improve ranks in no time \r\nhttps://www.professionalseocleanup.com/ \r\n \r\nIt really works, get a free backlinks clean up with us today \r\n \r\nRegards \r\nMike Olof Davies\r\n \r\nWhatsapp: https://www.professionalseocleanup.com/whatsapp/ \r\nEmail us: info@professionalseocleanup.com', '2025-02-01 18:54:22', ''),
(283, 'BryanLob', '82918553421', '1q0nbg4km@mozmail.com', 'Самый быстрый и безопасный сервис обмена электронных денег ждет вас на <a href=https://www.bestchange.ru/?p=1305667>BestChange.ru</a>. Если вы фрилансер, веб-мастер, получаете деньги за услуги и постоянно имеете дело с электронной валютой в сети, то пользоваться традиционными сервисами не всегда удобно. Гораздо приятнее иметь дело с обменными пунктами, где меньше ограничений, лучше курсовая разница, скидки на тарифы для постоянных клиентов. Согласны? На BestChange представлены именно такие обменные пункты, «заточенные» под завсегдатаев Интернета, обладающие безупречной репутацией, решающие любые вопросы на раз-два-три. \r\nПроходите по ссылке — более 500 проверенных обменных онлайн-сервисов в одном месте — <a href=https://www.bestchange.ru/?p=1305667>BestChange.ru</a>', '2025-02-01 22:23:17', ''),
(284, 'gfyrhsev', '86442231698', 'socitestk@rambler.ru', 'Предлагаем ознакомиться завем получить 350 000 руб от государства на свой бизнес ? <a href=https://vk.link/testirovanie_na_soc_kontrakt_msp>Вопросы по тестированию соц контракта</a> новые правила 2025 года: обязательный тест на мсп - узнай вопросы и ответы заранее. всего 200 руб. и ты подготовлен к тестированию!  .', '2025-02-02 07:32:31', ''),
(285, 'NoahGreds', '84571271867', 'ibucezevuda439@gmail.com', 'Szia, meg akartam tudni az árát.', '2025-02-02 18:07:01', ''),
(286, 'TedGreds', '81931384575', 'ibucezevuda439@gmail.com', 'Sawubona, bengifuna ukwazi intengo yakho.', '2025-02-03 19:01:16', ''),
(287, 'Businesskel', '84627729557', 'ccicinel@gmail.com', '(palimpsests). In the XIII-XV centuries in', '2025-02-03 20:38:45', ''),
(288, 'HowardfeVew', '84451681836', 'mefedron-mephedrone@russia-cocaine-kypit.online', 'Купить Мефедрон Москва? САЙТ -| COCAINES.STORE | Как Купить Мефедрон по России? САЙТ - | COCAINES.STORE | \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКупить Мефедрон максимального качества в Москве? САЙТ - https://cocaines.store \r\nСколько стоит Мефедрон в Москве сегодня? САЙТ - https://cocaines.store \r\nКупить Мефедрон в городах России? САЙТ - https://cocaines.store \r\nКупить Мефедрон с доставкой в руки В Москве? САЙТ - https://cocaines.store \r\nГде в Москве Купить Мефедрон с доставкой? САЙТ - https://cocaines.store \r\nКупить с доставкой по России Мефедрон? САЙТ - https://cocaines.store \r\nКупить Наркотики в Москве? САЙТ - https://cocaines.store \r\nКак Купить наркотики в России? САЙТ - https://cocaines.store \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл Робот (GOOGLE ROBOT) \r\nКупить Мефедрон в Москве? Купить Мефедрон в Санкт Петербурге? Купить Мефедрон в Питере? Купить Мефедрон в Новосибирске? \r\nКупить Мефедрон в Екатеринбурге? Купить Мефедрон в Казани? Купить Мефедрон в Нижнем Новгороде? Купить Мефедрон в Красноярске? \r\nКупить Мефедрон в Челябинске? Купить Мефедрон в Самаре? Купить Мефедрон в Уфе? Купить Мефедрон в Ростове? Купить Мефедрон в Краснодаре? \r\nКупить Мефедрон в Омске? Купить Мефедрон в Воронеже? Купить Мефедрон в Перьми? Купить Мефедрон в Волгограде? \r\nТекстовые теги для поиска- \r\nКупить Мефедрон в России можно очень легко, особенно Купить Мефедрон в Москве можно без проблем, потому что в Москве Мефедрон \r\nПродаеться на каждом углу. Это могут быть и клубы, дискотеки так и с машины! Особенно приятно что Купить Мефедрон в Москве \r\nможно закладками. Купить Закладками Мефедрон в Москве может любой человек - как мужчина так и девушка! \r\nОднажды Купить Мефедрон в Москве пробовала даже бабушка, и у неё всё получилось. Часто продают закладки Мефедрона в Москве через Телеграм \r\nМой знакомый хотел попробовать найти Мефедрон в Москве при поможи поискового приспособления для поиска закладок, но у него не получилось \r\nПотому что Мефедрон в Москве очень хорошо спрятан, и без точного адреса Мефедрон в Москве не возможно найти никак. \r\nКолумбийский, Мараканский, Мексиканский - это далеко не полный список стран, которые экспортируют Мефедрон в Москву для \r\nразвлечения людей. Гарантией и безопасностью Мефедрон в Москве всегда впечетлял, ведь это основное правило покупки! \r\nРоссийская Федерация всегда славилась своим разнообразием наркотических веществ, и всегда на первом месте был Мефедрон в Москве! \r\nМаленькие шарики и круглые свертки - это закладки Мефедрона в Москве, которые бережно и с трепетом разложили от лишних глаз. \r\nКаково было моё удивление, когда привезли с доставкой Мефедрон в Москве прямо в руки! Это было просто ВАУ-еффект! \r\nПока кто то сидит дома или ходит на работу - жизнь в Москве с Мефедроном проходит не заметно, быстро и легко! \r\nЕсть магазины, в которых Купить Мефедрон в Москве можно с гарантией и доставкой в руки круглосуточно! \r\nВсё анонимно и безопастность просто зашкаливает, никогда Мефедрон в Москве не сможет обнаружить полиция. \r\nКолючий кактус или национальность человека не имеет значения для покупки Мефедрона в Москве, потому что люди бывают разные \r\nу всех разные потребности и желания. Но магазины готовы предоставить услугу по покупке Мефедрона в Москве не зависимо от настроения, \r\nВедь настроение после покупки у всех будет одинаковое - ТОЛЬКО ПОЛНЫЙ ПОЗИТИВ!', '2025-02-04 14:46:12', ''),
(289, 'Keypadaztl', '88532671757', 'hello@furbabygroomingdfw.com', 'written on the parchment was scratched out', '2025-02-04 21:36:31', ''),
(290, 'RobertGreds', '89521644292', 'ixutikob077@gmail.com', 'Hi, I wanted to know your price.', '2025-02-05 21:04:02', ''),
(291, 'Soxydiz', '85446546952', 'komissarova_inulya@mail.ru', '<a href=http://sale-cloned-cards.org>Hacked paypal acc Cloned cards</a> \r\n \r\n \r\nItem 1 Card Total Balance: $3100     - Price $ 110.00 \r\nItem 3 Cards Total Balance $9600   - Price $ 180.00 \r\nItem PayPal Transfers $500            - Price $ 49.00 \r\nItem PayPal Transfers $2000           - Price $ 149.00 \r\nItem Western Union Transfers $ 1000    - Price $ 99.00 \r\nItem Western Union Transfers $ 300     - Price $ 249.00 \r\n \r\n*Prices on the website may vary slightly \r\n \r\n<a href=http://buyclonedcards.net>Sale Credit cards Buy dumps card</a>', '2025-02-06 16:22:45', ''),
(292, 'Thomasprult', '89312784184', 'ratatap@miko-nok.site', 'кто в омске делает привороты отзывы - Помог этот маг 89842861265 \r\n \r\nприворот егильет кто делал отзывы\r\nкак приворот на месячную кровь кто делал отзывы\r\nприворот рунами отзывы кто\r\nприворот не месячные отзывы\r\nприворот на мужа отзывы\r\n \r\n \r\nСайт мага настоящего <a href=https://cmag666.ru>https://cmag666.ru</a> \r\n \r\nотзывы кто делал привороты самостоятельно\r\nкладбищенский приворот отзывы кто делал через сколько действует\r\nкладбищенский приворот отзывы кто делал форум\r\nпривороты самостоятельно отзывы\r\nкак действует приворот отзывы\r\n \r\n \r\nснять приворот отзывы\r\nприворот есть ли на самом деле отзывы\r\nпривороты самостоятельно отзывы кто делал\r\nотзывы о приворотах от любови\r\nотзывы приворота на кровь из пальца\r\n \r\n \r\nКонтакты проверенного мага актуальный номер 89842861265', '2025-02-06 20:46:58', ''),
(293, 'Superchipsiub', '81727734839', 'jon@lockernyc.com', 'inventions of typography', '2025-02-07 02:44:54', ''),
(294, 'BryantBup', '89952169637', 'valiutniyvalery@yandex.ru', 'Keep up with the latest gaming industry news on <a href=https://ljshopch.com/>site</a>. We cover new announcements, updates, and major changes in the gaming world.', '2025-02-07 07:17:07', ''),
(295, 'GeorgeGreds', '85549342432', 'ibucezevuda439@gmail.com', 'Hi, I wanted to know your price.', '2025-02-07 09:38:43', ''),
(296, 'Yasuhiro Yamada', '87548377843', 'rohtopharmaceutical@via.tokyo.jp', 'Greetings, Mr./Ms. \r\n \r\nWith all due respect. We are looking for a Spokesperson/Financial Coordinator for ROHTO Pharmaceutical Co., Ltd. based in the USA, Canada, or Europe. This part-time role offers a minimum $5k salary and requires only a few minutes of your time daily. It will not create any conflicts if you work with other companies. If interested, please contact apply@rohtopharmaceutical.com \r\n \r\nBest regards, \r\nYasuhiro Yamada \r\nSenior Executive Officer \r\nhttps://rohtopharmaceutical.com/', '2025-02-08 04:24:35', ''),
(297, 'AlexisCrasp', '88797113769', 'alexlocked25@hotmail.com', 'В современном мире информация играет ключевую роль в принятии решений. Особенно это касается <a href=https://business-tema.ru/biznes/>сферы бизнеса</a> и финансов, где каждый шаг требует тщательного анализа. Качественный сайт, посвященный этим темам, становится незаменимым инструментом для предпринимателей, инвесторов и всех, кто стремится эффективно управлять капиталом. \r\n \r\nКлючевым преимуществом специализированного бизнес-сайта является структурированность информации. Контент подразделяется на аналитические статьи, новости, <a href=https://business-tema.ru/biznes-idei/>бизнес идеи</a>, кейсы успешных решений и практические рекомендации. Такой формат удобен для пользователей, так как позволяет быстро находить необходимые сведения и применять их на практике. \r\n \r\nДля повышения эффективности сайт должен включать разделы с инструментами анализа. Онлайн-калькуляторы, финансовые модели, <a href=https://business-tema.ru/franshizy/>франшизы</a>, прогнозные таблицы помогают оценивать перспективы инвестиций и управлять ресурсами более осознанно. Важно, чтобы материалы обновлялись регулярно и соответствовали текущей экономической ситуации. \r\n \r\nДополнительным преимуществом становится экспертное мнение. Статьи от практикующих специалистов, интервью с успешными предпринимателями и <a href=https://business-tema.ru/stati/>аналитические обзоры</a> повышают ценность ресурса. Пользователи получают не только теоретическую базу, но и примеры из реальной практики, что значительно упрощает внедрение новых стратегий в бизнес. \r\n \r\nРазвитие бизнес-сайта требует постоянного совершенствования контента и внедрения новых технологий. Интерактивные графики, персонализированные рекомендации и удобный интерфейс повышают уровень вовлеченности аудитории. Это делает ресурс не просто источником информации, а полноценным инструментом для достижения финансовых целей.', '2025-02-08 05:13:04', ''),
(298, 'NeuroSemantBeta', '82251556599', 'robertarbeiter1939@oonmail.com', 'We are thrilled to invite you to participate in the exclusive testing phase of our groundbreaking SEO Neural Network. Designed as your reliable companion in the world of search engine optimization, our platform offers automatic creation of semantic cores in eight languages. \r\n \r\n \r\nKey Features: \r\n \r\n \r\nAutomatic generation of semantic cores and website structures. \r\nKeyword clustering for maximum visibility in search engines. \r\nGlobal reach with support for 17 languages. \r\n \r\nJoin us in exploring how our advanced technology can enhance your online presence and drive your business to new heights in search rankings. \r\n \r\n \r\nWe look forward to having you on board', '2025-02-08 10:12:04', ''),
(299, 'Mike Michel Maes\r\n', '84997563128', 'info@digitalxflow.com', 'Hi there, \r\n \r\nLooking to improve your website\'s local rankings? We offer Country Targeted Backlinks to help you dominate your niche. With backlinks from high-quality, local domains, your website will see increased relevance, traffic, and authority in your chosen region. \r\n \r\nCheck out our service here: \r\nhttps://www.digitalxflow.com/country-backlinks/ \r\nOr chat with us on WhatsApp: https://www.digitalxflow.com/whatsapp-us/ \r\n \r\n \r\nBest regards, \r\nMike Michel Maes\r\n \r\nDgital X Flow Team', '2025-02-08 20:58:30', ''),
(300, 'Расшифровка сна по сонникам — Миллера', '86581461366', 'mail2.13@mail.androsapp.ru', '<a href=\"http://www.socioforum.ru/post308716.html\">Сны</a> — загадочная тема, интересует многих людей. Каждый сон имеет определенную символику и поддается толкованию с помощью разных сонников. Сегодня мы расскажем о основных сонниках — Ванги и разъясним, что означают сны с их помощью. \r\n \r\n<a href=\"https://ulia-n.ru/znaki-zodiaka/prisnilis-ukrasheniya-s-kamnyami.html\">Сонник Миллера</a> \r\nСонник Миллера основан на детальном изучении содержания сновидений. Миллер утверждал, что сны показывают, как решить проблемы и отражают наше подсознание. \r\n \r\n<a href=\"https://minezone.ru/vitamins/k-chemu-snitsya-chto-muzh-brosil-menya-brosil-muzh-tolkovanie-sonnika-muzh.html\">Сонник Фрейда</a> \r\nТолкование по Фрейду отличается тем, что влечение и подавленные желания как ключевые аспекты сновидений. По мнению Фрейда сновидения — это реализация наших тайных желаний. \r\n \r\n<a href=\"https://styleprincess.ru/seno-tolkovanie-sonnika-k-chemu-snitsya-seno-po-sonniku-kosit-seno-vo-sne-k/\">Сонник Нострадамуса</a> \r\nЗначения снов по Нострадамусу получил популярность благодаря предсказаниям будущего. По Нострадамусу, сны могут дать предчувствие в жизни человека. \r\n \r\n<a href=\"http://ericche.com/sobchak.htm\">Сонник Юнга</a> \r\nСонник Юнга опирается на теорию коллективного бессознательного. Юнг верил, что сновидения связаны с глубинными архетипами. \r\n \r\n<a href=\"https://svamidarshi.ru/flyus-k-chemu-snitsya-vo-sne-esli-vidish-vo-sne-flyus-chto-znachit-k-chemu.html\">Сонник Лоффа</a> \r\nЗначение снов по Лоффу ориентирован на индивидуальный опыт. По Лоффу, каждый сновидец видит уникальные символы, поэтому значение снов должно быть индивидуальным. \r\n \r\n<a href=\"http://ericche.com/sobchak.htm\">Сонник Ванги</a> \r\nТолкования Ванги основан на интуиции. Ванга полагала, что сон указывает на будущее и помогают человеку понять важные события. \r\n \r\n<a href=\"https://association-ko.ru/celebrate/koster-tolkovanie-sonnika-k-chemu-snitsya-koster-razzhigat-koster-vo/\">Сонник Цветкова</a> \r\nЗначение снов по Цветкову содержит множество символов. Цветков считал, что сны — это ключи к пониманию внутренних переживаний. \r\n \r\n<a href=\"https://teamnail.ru/about-money/vo-sne-podarili-kolco-zolotoe-k-chemu-chto-esli-snitsya-darit/\">Магический сонник</a> \r\nТолкования Магического сонника построен на эзотерике. Многие символы имеют магическое значение. \r\n \r\n<a href=\"https://1001oracul.ru/love/k-chemu-snitsya-umershaya-snoha-k-chemu-snitsya-nevestka.html\">Лунный сонник</a> \r\nСны по Лунному соннику отражает влияние луны на сновидения. Согласно Лунному соннику, что фаза Луны влияет на яркость и смысл снов. \r\n \r\n<a href=\"https://cardul.ru/k-chemu-snitsya-hryushka-k-chemu-snyatsya-kabany-i-svini-k-chemu/\">Славянский сонник</a> \r\nСлавянский сонник основан на древних верованиях. Сны у славян был символом связи с предками. \r\n \r\n<a href=\"https://buffme.ru/animals/sonnik-telefonnyi-razgovor-znachenie-sna-samoe-polnoe-tolkovanie/\">Семейный сонник</a> \r\nСемейный сонник учитывает семейные ценности. Толкования семейного сонника близкие нам символы. \r\n \r\n<a href=\"https://mylik.ru/citaty/pro-30-let.html\">Русский сонник</a> \r\nРусский сонник содержит множество русских символов. Сны здесь связаны с традициями и передают народное отношение к миру. \r\n \r\n<a href=\"https://smeshnoj.ru/priroda/k-chemu-snitsya-pokupat-tush-dlya-resnic.html\">Мусульманский сонник</a> \r\nМусульманский сонник ориентирован на законы Ислама. В исламских толкованиях большое значение придается благочестию. \r\n \r\nПонимание символов сна поможет каждому из нас и научит использовать сны. \r\n \r\nhttps://buffme.ru/animals/sonnik-telefonnyi-razgovor-znachenie-sna-samoe-polnoe-tolkovanie/\r\nhttp://www.abcwoman.com/son/tolkovanie_snov_1.html\r\nhttp://digtime.ru/k-chemu-snitsya-rozhdenie-syna-rodilsya-syn-po-sonniku-k-chemu-snitsya-chto/\r\nhttps://talli.ru/bones/dishes-with-blood-methods-of-industrial-and-domestic-slaughter/\r\nhttps://okkult.in/mantika/ten-sna.php\r\n \r\n<a href=https://linneahjerpes.blogg.se/2014/august/68-2.html>Расшифровка сна по известным толкователям — Нострадамуса и других</a>\r\n<a href=https://diwanrating.com/2024/07/13/hello-world/#comment-17532>Расшифровка сна по известным толкователям — Миллера</a>\r\n<a href=https://ixilik.org/2023/11/18/hello-world/#comment-86448>Значение снов по традициям — Фрейда</a>\r\n 113468e ', '2025-02-09 00:37:00', ''),
(301, 'RobertGreds', '89964149676', 'ixutikob077@gmail.com', 'Sveiki, es gribēju zināt savu cenu.', '2025-02-09 16:40:15', ''),
(302, 'Carolethedy', '87393555532', 'footballcountcom@gmail.com', 'Discover the Ultimate Betting Experience at https://1wlmhc.com/v3/landing-page/casino?p=28ig VKLTV \r\n \r\n Why https://vkltv.top/secrets-of-playing-at-an-online-casino/ [bVKLTV  is Your Best Bet?  -  \r\n1. https://1wlmhc.com/casino/list?open=register&p=lmxe Unmatched Rankings:  Unmatched Rankings: \r\nFind the best bookmakers and casinos instantly with our trusted rating system. VKLTVmakes it simple to choose the top players in the industry. \r\n2. https://1wlmhc.com/v3/landing-page/casino?p=28ig Expert Insights at Your Fingertips:  \r\nStay ahead of the curve with professional sports forecasts and detailed industry analysis. Maximize your bets with data-driven predictions! \r\n3. https://vkltv.top/what-is-the-paroli-roulette-strategy/ Personalized to You: \r\nOur tailored suggestions ensure your betting experience aligns with your unique preferences. It’s like having a personal guide to betting success! \r\n4. https://vkltv.top/martingale-the-essence-of-the-strategy-and-its-application-in-sports-betting/ Winning Strategies & Tips: \r\nLearn from the best! VKLTV is packed with proven strategies to turn your bets into winnings. From beginners to seasoned players, there’s something for everyone. \r\n5. https://vkltv.top/TV/setanta-sports-1/ One-Stop Platform: \r\nEnjoy a streamlined, easy-to-use site designed to help you save time, stay informed, and make smarter decisions. \r\n \r\nBet Smarter, Not Harder \r\n \r\nWhether it’s football, basketball, or casino games, https://1wlmhc.com/v3/lucky-jet-updated?p=r62f VKLTV  has you covered with tools, forecasts, and recommendations to take your betting to the next level. \r\n \r\nVisit  https://1wlmhc.com/v3/2451/rocket-queen?p=e7hi now and unlock the secrets to smarter betting. Your winning streak starts here! \r\n \r\nSpecial Bonus \r\n \r\nSign up today to access exclusive offers and promos from top casinos and bookmakers. Don’t miss out! \r\n \r\nBet Like a Pro with https://vkltv.top/martingale-the-essence-of-the-strategy-and-its-application-in-sports-betting/ VKLTV  – The Future of Betting Starts Here! \r\n \r\n \r\n \r\n \r\n \r\nhttps://wlpinnacle.adsrv.eacdn.com/C.ashx?btag=a_16317b_22053c_&affid=16205&siteid=16317&adid=22053&c= - https://e.radikal.host/2024/09/22/1714401090619p26ms3f5.md.jpg', '2025-02-09 17:31:37', ''),
(303, 'Lavillciz', '86434781532', 'revers36@1ti.ru', '<a href=https://chimmed.ru/products/tizanidine-ep-impurity-i-id=5079056>tizanidine ep impurity i - kupit\' online v internet-magazine chimmed </a> \r\nTegs: <u>n-carbobenzoxyaminoacetonitrile, 95%; - kupit\' online v internet-magazine chimmed </u> \r\n<i>carbonic acid allyl methyl ester; 98% - kupit\' online v internet-magazine chimmed </i> \r\n<b>3- 2-naphthyl -l-alanine, 97%; - kupit\' online v internet-magazine chimmed </b> \r\n \r\ntizanidine isothiocyanato impurity - kupit\' online v internet-magazine chimmed  https://chimmed.ru/products/tizanidine-isothiocyanato-impurity-id=5079057', '2025-02-10 10:07:22', ''),
(304, 'Nrmandtof', '87233339411', 'your77@gmail.com', '\r\n\r\nIt is astonishing.\r\n\r\nAIPAC ( https://www.youtube.com/watch?v=COx-t-Mk6UA ) and the Evangelical Church are implicated in one of the most devastating genocides in history, targeting innocent women and children in Gaza.\r\n\r\nThese organizations have provided Israel with explosives to enable their genocidal actions.\r\n\r\nGaza has been declared a disaster zone, severely lacking in vital resources necessary for survival.\r\n\r\nAIPAC, the Evangelical Church, and Israel have ravaged 90% of Gaza, leading to the destruction of 437,600 homes and the loss of one million lives, including 50,000 individuals currently trapped under rubble, with 80% of the casualties being women and children.\r\n\r\nThey have also destroyed 330,000 meters of water pipelines, leaving the population without access to potable water.\r\n\r\nFurthermore, over 655,000 meters of underground sewage systems have been devastated, depriving residents of essential sanitation facilities.\r\n\r\nThe destruction encompasses 2,800,000 meters of roadways, making transportation impossible for the affected population.\r\n\r\nAdditionally, 3,680 kilometers of the electrical grid have been dismantled, resulting in widespread power outages.\r\n\r\nThe assault has led to the demolition of 48 hospitals, eliminating crucial healthcare facilities for those in need.\r\n\r\nMoreover, the actions of AIPAC, the Evangelical Church, and Israel have disrupted the education of over 785,000 students, with 494 schools and universities being completely destroyed, many as a result of aerial bombardments.\r\n\r\nThey have also targeted 981 mosques, effectively suppressing the prayers of the homeless who seek divine assistance.\r\n\r\nConsequently, over 39,000 young children have been left orphaned, lacking parents or guardians to provide care.\r\n\r\nIt is important to highlight that the historical context of warfare has never seen a situation where 80% of a nation has been devastated, 100% of its population has been displaced, and 50% of the casualties are children.\r\n\r\nRecognizing the seriousness of this situation is imperative.\r\n\r\nOrganizations such as AIPAC and the Evangelical Church in America are contributing to what can only be characterized as genocide.\r\n\r\nhttps://www.youtube.com/shorts/IrX9v6DKH1g\r\n\r\nThe implications of American taxpayer funding in relation to Israel\'s actions against innocent children are concerning.\r\n\r\n1. A thorough examination of Israel\'s precarious circumstances is necessary.\r\nhttps://www.youtube.com/watch?v=kAfIYtpcBxo\r\n\r\n2. The impact of financial influence, often linked to specific groups, significantly affects these dynamics. Additional information can be accessed through the provided link.\r\n\r\nhttps://mega.nz/file/FqhzGKbB#bsX4PD-O59HEA0-rynD29xkk47dmddycY5CjZfoDLYg\r\n\r\n3. Insights into the views of U.S. leadership regarding AIPAC and the Evangelical Church can be investigated through the following resource.\r\n\r\nhttps://www.tiktok.com/@thefearlessqueenmel/video/7307640994579680542?lang=en&q=why%20dont%20Americans%20knowl%20what%20you%20have%20seen%20&t=1701880206555\r\n\r\nThe heartbreaking reality of innocent children suffering at the hands of powerful Israeli forces using American weaponry is evident in numerous media reports.\r\n\r\nhttps://www.youtube.com/watch?v=COx-t-Mk6UA\r\n\r\nIt is essential to remain informed by consulting trustworthy news sources.\r\n\r\nhttps://www.youtube.com/watch?v=bNyUyrR0PHo\r\n\r\nIt is imperative to take action by expressing your concerns to your government regarding the ongoing conflict and humanitarian crisis in Gaza. If you are unable to do so, please consider sharing this message along with the provided links with at least four friends, encouraging them to do the same. This will help raise awareness about the situation. It is a tragic irony that those who suffered during the Holocaust are now perceived as contributing to the suffering of the Palestinian people in Gaza. \r\n\r\nFailure to engage in this advocacy may suggest a lack of compassion.\r\n', '2025-02-10 14:05:41', ''),
(305, 'Willieoqvop', '87828227995', 'extazi-mdma@kypit-v-ukraine.online', 'Купить Экстази и МДМА в Украине? САЙТ - KOKAINES.STORE Купить Экстази и МДМА Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Экстази и МДМА в Киеве? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА по Украине Купить? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Экстази и МДМА в Киеве? Купить Экстази и МДМА в Харькове? Купить Экстази и МДМА в Одессе? Купить Экстази и МДМА в Днепре? Купить Экстази и МДМА в Львове? \r\nКупить Экстази и МДМА в Запорожье? Купить Экстази и МДМА в Кривом Рогу? Купить Экстази и МДМА в Николаеве? Купить Экстази и МДМА в Виннице? \r\nКупить Экстази и МДМА в Чернигове? Купить Экстази и МДМА в Полтаве? Купить Экстази и МДМА в Херсоне? Купить Экстази и МДМА в Хмельницком? \r\nКупить Экстази и МДМА в Черкассах? Купить Экстази и МДМА в Черновцах? Купить Экстази и МДМА в Житомере? Купить Экстази и МДМА в Сумах? \r\nКупить Экстази и МДМА в Ровно? Купить Экстази и МДМА в Ивано Франковске? Купить Экстази и МДМА в Тернополе? Купить Экстази и МДМА в Кропивницком? \r\nКупить Экстази и МДМА в Луцке? Купить Экстази и МДМА в Кременчуге? Купить Экстази и МДМА в Белой церкви? Купить Экстази и МДМА в Ужгороде? \r\nКупить Экстази и МДМА в Броварах? Купить Экстази и МДМА в Никополе? Купить Экстази и МДМА в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Экстази и МДМА можно купить только в нашем магазине, так как Купить Экстази и МДМА в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Экстази и МДМАом круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Экстази и МДМА круглосуточно. \r\nАбсолютно все закладки Экстази и МДМАа с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Экстази и МДМА. \r\nКупить Экстази и МДМА с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Экстази и МДМА в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Экстази и МДМА в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Экстази и МДМА в Украине в виде гидрохлорида без примесей, чистота Экстази и МДМАа в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Экстази и МДМА можно!', '2025-02-10 20:19:42', ''),
(306, 'KristigeBialm', '88766748952', 'metamphetamine@kypit-v-ukraine.online', 'Купить Метамфетамин в Украине? САЙТ - KOKAINES.STORE Купить Метамфетамин Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Метамфетамин в Киеве? САЙТ - |https://kokaines.store/| \r\nМетамфетамин с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nМетамфетамин по Украине Купить? САЙТ - |https://kokaines.store/| \r\nМетамфетамин Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nМетамфетамин в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Метамфетамин в Киеве? Купить Метамфетамин в Харькове? Купить Метамфетамин в Одессе? Купить Метамфетамин в Днепре? Купить Метамфетамин в Львове? \r\nКупить Метамфетамин в Запорожье? Купить Метамфетамин в Кривом Рогу? Купить Метамфетамин в Николаеве? Купить Метамфетамин в Виннице? \r\nКупить Метамфетамин в Чернигове? Купить Метамфетамин в Полтаве? Купить Метамфетамин в Херсоне? Купить Метамфетамин в Хмельницком? \r\nКупить Метамфетамин в Черкассах? Купить Метамфетамин в Черновцах? Купить Метамфетамин в Житомере? Купить Метамфетамин в Сумах? \r\nКупить Метамфетамин в Ровно? Купить Метамфетамин в Ивано Франковске? Купить Метамфетамин в Тернополе? Купить Метамфетамин в Кропивницком? \r\nКупить Метамфетамин в Луцке? Купить Метамфетамин в Кременчуге? Купить Метамфетамин в Белой церкви? Купить Метамфетамин в Ужгороде? \r\nКупить Метамфетамин в Броварах? Купить Метамфетамин в Никополе? Купить Метамфетамин в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Метамфетамин можно купить только в нашем магазине, так как Купить Метамфетамин в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Метамфетамином круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Метамфетамин круглосуточно. \r\nАбсолютно все закладки Метамфетамина с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Метамфетамин. \r\nКупить Метамфетамин с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Метамфетамин в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Метамфетамин в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Метамфетамин в Украине в виде гидрохлорида без примесей, чистота Метамфетамина в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Метамфетамин можно!', '2025-02-10 23:38:39', ''),
(307, 'TedGreds', '82347199859', 'moqagides18@gmail.com', 'Sawubona, bengifuna ukwazi intengo yakho.', '2025-02-11 03:25:24', ''),
(308, 'Eduardocoase', '87436553129', 'kyutalepya@web.de', '<a href=\"https://ghostwriter-anthropologie.de/\"> ghostwriter anthropologie </a> ', '2025-02-11 11:34:02', ''),
(309, 'Droids-hack', '86117296678', 'tvusb@hartific.top', 'Интересуетесь взломанными играми на Андроид? Тогда вы в нужном месте! Сегодня мы расскажем, как скачать игры с модами интересных приложений. \r\n \r\nПочему скачивать взломанные игры? Причина очевидна: они дают возможность получить все уровни, разблокировать закрытые функции и другие преимущества. Это делают игровой процесс интереснее. \r\n \r\nЕсли вы ищете способ, чтобы скачать надежные взломанные приложения, рекомендуем посетить этот сайт - <a href=\"http://barelylegalteens.xxxbit.com/index.php?a=out&l=https://mods-menu.ru/\">droids-hack.ru</a>. Там вы найдете огромный выбор взломанных программ. \r\n \r\nНекоторые из самых востребованных игр для модификации: Clash of Clans, а также множество других. Любая из этих игр может быть скачана с модификациями, что позволяет использовать бесконечными ресурсами. \r\n \r\nДля тех, кто новичок, моды могут показаться непонятными, но на самом деле всё просто. Как правило, вы загружаете APK-файл и устанавливаете. Главное: убедитесь, что вы скачиваете. \r\n \r\nТем не менее, стоит помнить, что использование модов возможно привести к правила лицензий, поэтому пользуйтесь ими осторожно. \r\n \r\nЕсли вас интересуют подобных приложениях, пишите нам. Мы всегда рады ответить на ваши вопросы!', '2025-02-11 16:23:23', ''),
(310, 'PeterGulge', '82512646983', 'semundoran@int.pll', 'Dokumenty kolekcjonerskie to niezwykle ciekawy obszar dla milosników historii i kultury materialnej. Obejmuje szeroki zakres artefaktów, takich jak stare paszporty, dowody osobiste, prawa jazdy, bilety czy legitymacje. Kolekcjonowanie takich dokumentów moze byc pasjonujacym hobby, pozwalajacym na zglebianie historii i obyczajów róznych epok. Jednakze, ze wzgledu na swój charakter, dokumenty te budza równiez pewne kontrowersje, szczególnie w kontekscie ich ewentualnego wykorzystania w sposób niezgodny z prawem. \r\n \r\nHistoria dokumentów kolekcjonerskich \r\n \r\nKolekcjonowanie dokumentów ma swoje korzenie w XIX wieku, kiedy to zainteresowanie historia i archeologia zaczelo rosnac wsród zamozniejszych warstw spolecznych. Z czasem, obok starozytnych rekopisów i ksiazek, pojawilo sie równiez zainteresowanie dokumentami o bardziej wspólczesnym charakterze, takimi jak bilety z wydarzen kulturalnych, legitymacje czy inne przedmioty zwiazane z codziennym zyciem. \r\n \r\nW XX wieku, zwlaszcza po I wojnie swiatowej, dokumenty takie jak paszporty czy dowody osobiste zaczely byc postrzegane jako cenne pamiatki rodzinne, a takze interesujace obiekty dla kolekcjonerów. Ich wartosc wynikala nie tylko z ich rzadkosci, ale takze z kontekstu historycznego, w jakim powstaly i byly uzywane. \r\n \r\nWartosc dokumentów kolekcjonerskich \r\n \r\nWartosc dokumentów kolekcjonerskich zalezy od wielu czynników, takich jak ich stan, wiek, rzadkosc oraz historyczne znaczenie. Na przyklad, paszport z okresu miedzywojennego nalezacy do znanej postaci historycznej moze osiagnac na aukcjach wysoka cene. Z kolei bilety z waznych wydarzen sportowych czy koncertów moga byc poszukiwane przez kolekcjonerów z calego swiata. \r\n \r\nWartosc dokumentów czesto wzrasta, gdy sa one zwiazane z waznymi momentami w historii, takimi jak wojny, rewolucje, czy zmiany polityczne. Na przyklad, dokumenty z czasów PRL-u, takie jak legitymacje partyjne czy przepustki graniczne, moga byc szczególnie cenione przez kolekcjonerów zainteresowanych historia Polski. \r\n \r\nczytaj dalej \r\n \r\nhttps://dowodziki.net/ \r\nhttps://dokumenciki.net/ \r\nhttps://forumkolekcjonerskie.com/ \r\nhttps://dobreplastiki.com/pl/', '2025-02-12 08:24:51', ''),
(311, 'Nicholas Doby', '84479419273', 'dobyfinancial@sendnow.win', 'Greetings, Mr./Ms. \r\n \r\nI’m Nicholas Doby from an investment consultancy. We connect clients globally with low or no-interest loans to help achieve your goals. Whether for personal or business/project funding, we collaborate with reputable investors to turn your proposals into reality. Share your business plan and executive summary with us at: contact@dobyfinancial.com to explore funding options. \r\n \r\nSincerely, \r\nNicholas Doby \r\nSenior Financial Consultant \r\nhttps://dobyfinancial.com', '2025-02-12 12:03:54', ''),
(312, 'Boorma', '89624494964', 'taklimova1976@mail.ru', 'Have no money? Earn it online.] https://topinnews.info/', '2025-02-12 12:35:46', ''),
(313, 'Dysonvev', '88825759488', 'plent1@yahoo.com', 'books in ancient times was papyrus', '2025-02-12 12:37:29', ''),
(314, 'Bennytef', '82117374863', 'dimdim333@gmail.com', 'loli porn \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n==> xzy.cz/5151 <== \r\n \r\n==> eit.tw/gs3oW3 <==', '2025-02-12 13:31:42', ''),
(315, 'ArthurftAcusa', '88418252946', 'cocaine@kypit-v-ukraine.online', 'Купить Кокаин в Украине? САЙТ - KOKAINES.STORE Купить Кокаин Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Кокаин в Киеве? САЙТ - |https://kokaines.store/| \r\nКокаин с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nКокаин по Украине Купить? САЙТ - |https://kokaines.store/| \r\nКокаин Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nКокаин в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Кокаин в Киеве? Купить Кокаин в Харькове? Купить Кокаин в Одессе? Купить Кокаин в Днепре? Купить Кокаин в Львове? \r\nКупить Кокаин в Запорожье? Купить Кокаин в Кривом Рогу? Купить Кокаин в Николаеве? Купить Кокаин в Виннице? \r\nКупить Кокаин в Чернигове? Купить Кокаин в Полтаве? Купить Кокаин в Херсоне? Купить Кокаин в Хмельницком? \r\nКупить Кокаин в Черкассах? Купить Кокаин в Черновцах? Купить Кокаин в Житомере? Купить Кокаин в Сумах? \r\nКупить Кокаин в Ровно? Купить Кокаин в Ивано Франковске? Купить Кокаин в Тернополе? Купить Кокаин в Кропивницком? \r\nКупить Кокаин в Луцке? Купить Кокаин в Кременчуге? Купить Кокаин в Белой церкви? Купить Кокаин в Ужгороде? \r\nКупить Кокаин в Броварах? Купить Кокаин в Никополе? Купить Кокаин в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Кокаин можно купить только в нашем магазине, так как Купить Кокаин в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Кокаином круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Кокаин круглосуточно. \r\nАбсолютно все закладки Кокаина с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Кокаин. \r\nКупить кокаин с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Кокаин в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Кокаин в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Кокаин в Украине в виде гидрохлорида без примесей, чистота Кокаина в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Кокаин можно!', '2025-02-13 02:00:01', ''),
(316, 'KarenhfaGoK', '83628365412', 'mephrdrone@kypit-v-ukraine.online', 'Купить Мефедрон в Украине? САЙТ - KOKAINES.STORE Купить Мефедрон Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Мефедрон в Киеве? САЙТ - |https://kokaines.store/| \r\nМефедрон с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nМефедрон по Украине Купить? САЙТ - |https://kokaines.store/| \r\nМефедрон Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nМефедрон в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Мефедрон в Киеве? Купить Мефедрон в Харькове? Купить Мефедрон в Одессе? Купить Мефедрон в Днепре? Купить Мефедрон в Львове? \r\nКупить Мефедрон в Запорожье? Купить Мефедрон в Кривом Рогу? Купить Мефедрон в Николаеве? Купить Мефедрон в Виннице? \r\nКупить Мефедрон в Чернигове? Купить Мефедрон в Полтаве? Купить Мефедрон в Херсоне? Купить Мефедрон в Хмельницком? \r\nКупить Мефедрон в Черкассах? Купить Мефедрон в Черновцах? Купить Мефедрон в Житомере? Купить Мефедрон в Сумах? \r\nКупить Мефедрон в Ровно? Купить Мефедрон в Ивано Франковске? Купить Мефедрон в Тернополе? Купить Мефедрон в Кропивницком? \r\nКупить Мефедрон в Луцке? Купить Мефедрон в Кременчуге? Купить Мефедрон в Белой церкви? Купить Мефедрон в Ужгороде? \r\nКупить Мефедрон в Броварах? Купить Мефедрон в Никополе? Купить Мефедрон в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Мефедрон можно купить только в нашем магазине, так как Купить Мефедрон в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Мефедроном круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Мефедрон круглосуточно. \r\nАбсолютно все закладки Мефедрона с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Мефедрон. \r\nКупить Мефедрон с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Мефедрон в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Мефедрон в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Мефедрон в Украине в виде гидрохлорида без примесей, чистота Мефедрона в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Мефедрон можно!', '2025-02-13 06:20:47', ''),
(317, 'Lavillciz', '81972747537', 'revers36@1ti.ru', '<a href=https://chimmed.ru/products/2-amino-4-methylbenzenesulfonamide-id=4732851>2-amino-4-methylbenzenesulfonamide - kupit\' online v internet-magazine chimmed </a> \r\nTegs: <u>s,s - + -n,n\'-bis 3,5-di-tert-butylsalicylidene -1,2-cyclohexanediamine - kupit\' online v internet-magazine chimmed </u> \r\n<i>4- 3,4-dichloro-phenyl -2,4-dioxo-butyric acid methyl ester - kupit\' online v internet-magazine chimmed </i> \r\n<b>2-chloro-5- trifluoromethyl -4-iodopyridine - kupit\' online v internet-magazine chimmed </b> \r\n \r\n1- 1,3-benzodioxol-5-yl -n- 4-methoxybenzyl methanamine - kupit\' online v internet-magazine chimmed  https://chimmed.ru/products/1-13-benzodioxol-5-yl-n-4-methoxybenzylmethanamine-id=4732852', '2025-02-13 09:08:37', ''),
(318, 'Boorma', '83158318898', 'alya.katrin@mail.ru', '# 1 financial expert in the net! Check out the new Robot.] :) http://go.netiq.biz/alza-cz/?netiqurl=https%3A%2F%2Ftopinnews.info%2F%3Fq%3Dref1456', '2025-02-13 11:54:02', ''),
(319, 'RobertGreds', '87628682853', 'ibucezevuda439@gmail.com', 'Hai, saya ingin tahu harga Anda.', '2025-02-14 15:40:43', ''),
(320, 'KarenhfaGoK', '83256262832', 'mephrdrone@kypit-v-ukraine.online', 'Купить Мефедрон в Украине? САЙТ - KOKAINES.STORE Купить Мефедрон Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Мефедрон в Киеве? САЙТ - |https://kokaines.store/| \r\nМефедрон с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nМефедрон по Украине Купить? САЙТ - |https://kokaines.store/| \r\nМефедрон Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nМефедрон в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Мефедрон в Киеве? Купить Мефедрон в Харькове? Купить Мефедрон в Одессе? Купить Мефедрон в Днепре? Купить Мефедрон в Львове? \r\nКупить Мефедрон в Запорожье? Купить Мефедрон в Кривом Рогу? Купить Мефедрон в Николаеве? Купить Мефедрон в Виннице? \r\nКупить Мефедрон в Чернигове? Купить Мефедрон в Полтаве? Купить Мефедрон в Херсоне? Купить Мефедрон в Хмельницком? \r\nКупить Мефедрон в Черкассах? Купить Мефедрон в Черновцах? Купить Мефедрон в Житомере? Купить Мефедрон в Сумах? \r\nКупить Мефедрон в Ровно? Купить Мефедрон в Ивано Франковске? Купить Мефедрон в Тернополе? Купить Мефедрон в Кропивницком? \r\nКупить Мефедрон в Луцке? Купить Мефедрон в Кременчуге? Купить Мефедрон в Белой церкви? Купить Мефедрон в Ужгороде? \r\nКупить Мефедрон в Броварах? Купить Мефедрон в Никополе? Купить Мефедрон в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Мефедрон можно купить только в нашем магазине, так как Купить Мефедрон в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Мефедроном круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Мефедрон круглосуточно. \r\nАбсолютно все закладки Мефедрона с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Мефедрон. \r\nКупить Мефедрон с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Мефедрон в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Мефедрон в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Мефедрон в Украине в виде гидрохлорида без примесей, чистота Мефедрона в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Мефедрон можно!', '2025-02-14 16:33:50', ''),
(321, 'BryanLob', '89648195477', '1q0nbg4km@mozmail.com', 'Immerse yourself in the world of cutting-edge technology with the global version of the POCO M6 Pro, which combines advanced features, stylish design, and an affordable price. This smartphone is designed for those who value speed, quality, and reliability. \r\n \r\nWhy is the POCO M6 Pro your ideal choice? \r\n \r\n- Powerful Processor: The octa-core Helio G99-Ultra delivers lightning-fast performance. Gaming, streaming, multitasking—everything runs smoothly and without lag. \r\n \r\n- Stunning Display: The 6.67-inch AMOLED screen with FHD+ resolution (2400x1080) and a 120Hz refresh rate offers incredibly sharp and vibrant visuals. With a touch sampling rate of 2160 Hz, every touch is ultra-responsive. \r\n \r\n- More Memory, More Possibilities: Choose between the 8/256 GB or 12/512 GB configurations to store all your files, photos, videos, and apps without compromise. \r\n \r\n- Professional Camera: The 64 MP main camera with optical image stabilization (OIS), along with additional 8 MP and 2 MP modules, allows you to capture stunning photos in any conditions. The 16 MP front camera is perfect for selfies and video calls. \r\n \r\n- Long Battery Life, Fast Charging: The 5000 mAh battery ensures all-day usage, while the powerful 67W turbo charging brings your device back to life in just a few minutes. \r\n \r\n- Global Version: Support for multiple languages, Google Play, and all necessary network standards (4G/3G/2G) makes this smartphone universal for use anywhere in the world. \r\n \r\n- Convenience and Security: The built-in fingerprint sensor and AI-powered face unlock provide quick and reliable access to your device. \r\n \r\n- Additional Features: NFC, IR blaster, dual speakers, and IP54 splash resistance—everything you need for a comfortable experience. \r\n \r\nThe POCO M6 Pro is not just a smartphone; it’s your reliable companion in the world of technology. \r\n \r\nHurry and grab it at a special price of just 15,000 rubles! Treat yourself to a device that impresses with its power, style, and functionality. \r\n \r\nTake a step into the future today—purchase it on <a href=https://ify.ac/1Y26>AliExpress</a>!', '2025-02-14 16:51:48', '');
INSERT INTO `tbl_inquiry` (`id`, `Name`, `ContactNo`, `Email`, `Message`, `InqDate`, `CreatedBy`) VALUES
(322, 'KristigeBialm', '88481415698', 'metamphetamine@kypit-v-ukraine.online', 'Купить Метамфетамин в Украине? САЙТ - KOKAINES.STORE Купить Метамфетамин Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Метамфетамин в Киеве? САЙТ - |https://kokaines.store/| \r\nМетамфетамин с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nМетамфетамин по Украине Купить? САЙТ - |https://kokaines.store/| \r\nМетамфетамин Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nМетамфетамин в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Метамфетамин в Киеве? Купить Метамфетамин в Харькове? Купить Метамфетамин в Одессе? Купить Метамфетамин в Днепре? Купить Метамфетамин в Львове? \r\nКупить Метамфетамин в Запорожье? Купить Метамфетамин в Кривом Рогу? Купить Метамфетамин в Николаеве? Купить Метамфетамин в Виннице? \r\nКупить Метамфетамин в Чернигове? Купить Метамфетамин в Полтаве? Купить Метамфетамин в Херсоне? Купить Метамфетамин в Хмельницком? \r\nКупить Метамфетамин в Черкассах? Купить Метамфетамин в Черновцах? Купить Метамфетамин в Житомере? Купить Метамфетамин в Сумах? \r\nКупить Метамфетамин в Ровно? Купить Метамфетамин в Ивано Франковске? Купить Метамфетамин в Тернополе? Купить Метамфетамин в Кропивницком? \r\nКупить Метамфетамин в Луцке? Купить Метамфетамин в Кременчуге? Купить Метамфетамин в Белой церкви? Купить Метамфетамин в Ужгороде? \r\nКупить Метамфетамин в Броварах? Купить Метамфетамин в Никополе? Купить Метамфетамин в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Метамфетамин можно купить только в нашем магазине, так как Купить Метамфетамин в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Метамфетамином круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Метамфетамин круглосуточно. \r\nАбсолютно все закладки Метамфетамина с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Метамфетамин. \r\nКупить Метамфетамин с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Метамфетамин в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Метамфетамин в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Метамфетамин в Украине в виде гидрохлорида без примесей, чистота Метамфетамина в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Метамфетамин можно!', '2025-02-14 17:41:57', ''),
(323, 'vavadaopips', '89623792248', 'zidoyemuhi151@gmail.com', 'Ищете лучшее онлайн-казино? Тогда вавада — это место, где стоит играть. Платформа вавада предлагает удобный интерфейс, большой выбор игр, а также выгодные предложения для новичков и постоянных пользователей. \r\n \r\nЗдесь вы найдете слоты, рулетку и другие популярные игры. Почему выбирают вавада? Всё просто: гарантированные выплаты, удобная система платежей и поддержка 24/7. \r\n \r\nЗарегистрируйтесь прямо сейчас на сайте <a href=https://vavada.website.yandexcloud.net/>вавада</a> и начните выигрывать уже прямо сейчас! Узнайте, почему тысячи игроков выбирают вавада. \r\n \r\nУдачи в игре!', '2025-02-14 19:19:39', ''),
(324, 'TedGreds', '84245594743', 'ibucezevuda439@gmail.com', 'Hi, I wanted to know your price.', '2025-02-14 20:35:47', ''),
(325, 'Bennytef', '87864788237', 'dimdim333@gmail.com', 'loli porn \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n==> xzy.cz/5151 <== \r\n \r\n==> eit.tw/gs3oW3 <==', '2025-02-15 00:21:34', ''),
(326, 'HowardfeVew', '83136522415', 'mefedron-mephedrone@russia-cocaine-kypit.online', 'Купить Мефедрон Москва? САЙТ -| COCAINES.STORE | Как Купить Мефедрон по России? САЙТ - | COCAINES.STORE | \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКупить Мефедрон максимального качества в Москве? САЙТ - https://cocaines.store \r\nСколько стоит Мефедрон в Москве сегодня? САЙТ - https://cocaines.store \r\nКупить Мефедрон в городах России? САЙТ - https://cocaines.store \r\nКупить Мефедрон с доставкой в руки В Москве? САЙТ - https://cocaines.store \r\nГде в Москве Купить Мефедрон с доставкой? САЙТ - https://cocaines.store \r\nКупить с доставкой по России Мефедрон? САЙТ - https://cocaines.store \r\nКупить Наркотики в Москве? САЙТ - https://cocaines.store \r\nКак Купить наркотики в России? САЙТ - https://cocaines.store \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл Робот (GOOGLE ROBOT) \r\nКупить Мефедрон в Москве? Купить Мефедрон в Санкт Петербурге? Купить Мефедрон в Питере? Купить Мефедрон в Новосибирске? \r\nКупить Мефедрон в Екатеринбурге? Купить Мефедрон в Казани? Купить Мефедрон в Нижнем Новгороде? Купить Мефедрон в Красноярске? \r\nКупить Мефедрон в Челябинске? Купить Мефедрон в Самаре? Купить Мефедрон в Уфе? Купить Мефедрон в Ростове? Купить Мефедрон в Краснодаре? \r\nКупить Мефедрон в Омске? Купить Мефедрон в Воронеже? Купить Мефедрон в Перьми? Купить Мефедрон в Волгограде? \r\nТекстовые теги для поиска- \r\nКупить Мефедрон в России можно очень легко, особенно Купить Мефедрон в Москве можно без проблем, потому что в Москве Мефедрон \r\nПродаеться на каждом углу. Это могут быть и клубы, дискотеки так и с машины! Особенно приятно что Купить Мефедрон в Москве \r\nможно закладками. Купить Закладками Мефедрон в Москве может любой человек - как мужчина так и девушка! \r\nОднажды Купить Мефедрон в Москве пробовала даже бабушка, и у неё всё получилось. Часто продают закладки Мефедрона в Москве через Телеграм \r\nМой знакомый хотел попробовать найти Мефедрон в Москве при поможи поискового приспособления для поиска закладок, но у него не получилось \r\nПотому что Мефедрон в Москве очень хорошо спрятан, и без точного адреса Мефедрон в Москве не возможно найти никак. \r\nКолумбийский, Мараканский, Мексиканский - это далеко не полный список стран, которые экспортируют Мефедрон в Москву для \r\nразвлечения людей. Гарантией и безопасностью Мефедрон в Москве всегда впечетлял, ведь это основное правило покупки! \r\nРоссийская Федерация всегда славилась своим разнообразием наркотических веществ, и всегда на первом месте был Мефедрон в Москве! \r\nМаленькие шарики и круглые свертки - это закладки Мефедрона в Москве, которые бережно и с трепетом разложили от лишних глаз. \r\nКаково было моё удивление, когда привезли с доставкой Мефедрон в Москве прямо в руки! Это было просто ВАУ-еффект! \r\nПока кто то сидит дома или ходит на работу - жизнь в Москве с Мефедроном проходит не заметно, быстро и легко! \r\nЕсть магазины, в которых Купить Мефедрон в Москве можно с гарантией и доставкой в руки круглосуточно! \r\nВсё анонимно и безопастность просто зашкаливает, никогда Мефедрон в Москве не сможет обнаружить полиция. \r\nКолючий кактус или национальность человека не имеет значения для покупки Мефедрона в Москве, потому что люди бывают разные \r\nу всех разные потребности и желания. Но магазины готовы предоставить услугу по покупке Мефедрона в Москве не зависимо от настроения, \r\nВедь настроение после покупки у всех будет одинаковое - ТОЛЬКО ПОЛНЫЙ ПОЗИТИВ!', '2025-02-15 15:54:16', ''),
(327, 'Verever', '89244784341', 'papopips@o4ko.space', 'Здравствуйте, прочитал пост девушки об этой организации и не только этой под руководством директора Абросимова В.Н. \r\nСам пост здесь https://telegra.ph/Otzyv-o-moshennikah-Armor-ZMI-gorod-Marks-MP-orbita-TD-ZKS-01-15. Хочу поделиться своей историей. Сам отзыв я оставил здесь: https://rateorg.com/57688. Также читайте отзывы про эти конторы \r\nhttps://reviews.yandex.ru/shop/td-zks.ru \r\nhttps://2gis.ru/engels/firm/70000001026666256/tab/reviews \r\nhttps://xn--80aadjlwktfy.xn--p1ai/avto_i_transport/avtomobili/7993-nedobrosovestnyy-postavschik.html (здесь от 2013 года отзыв, они уже более десяти лет обманывают людей, немыслимо!!!) \r\nhttps://vk.com/wall-56628241_882 \r\nОтзыв \r\nКак только начал работать с этой компанией, сразу стало понятно, что это не более чем обычная шарага. ООО «Армор-ЗМИ» это, по сути, мелкая организация с ужасным менеджментом. Когда я заказал металлические конструкции, думал, что получу что-то хотя бы на уровне. Ну а что можно ожидать от фирмы с уставным капиталом в 10 000 рублей? Не ожидал ничего особенного, но такой откровенной лажи даже не мог себе представить. \r\nСначала все казалось норм, но как только пошел процесс, всё пошло по наклонной. Сроки доставки не просто затягиваются, они просто исчезают! Звонишь, пытаешься понять, что происходит, а они кидают отговорки и постоянно на что-то ссылаются то машины нет, то сотрудников. Сами металлоконструкции вообще не соответствуют заявленному качеству. Кажется, что они просто взяли дешёвое железо и, не утруждая себя дополнительной обработкой, отправили мне. Все криво, косо, как будто на коленке сделано. \r\nГенеральный директор, Вадим Абросимов, вообще отдельная история. Звоню, пытаюсь поговорить, а на том конце трубки человек, который по делу вообще ничего сказать не может. Приятель, который посоветовал эту компанию, признался, что лизинговые автомобили, которые они арендуют, это их единственная реальная активность. Продукция? Да никто ей не занимается! \r\nТак что если хотите купить что-то приличное и не угробить проект держитесь подальше от этой шараги. Самое страшное такие компании продолжают работать, потому что не знаю, кто реально хочет связываться с ними на долгий срок. \r\nНе наступайте на те же грабли. Будьте внимательны. Да, с позволения девушки, которая писала отзыв, я оставлю контакты всех организаций где так бесславно трудится недобросовестный директор Абросимов В.Н.: \r\nСайт TD-zks.ru телефоны 89370291117, 88453544710, почта info@td-zks.ru. ИНН 6449075860 \r\nСайт Mp-orbita.ru +7 (927) 227-13-48, почта info@mp-orbita.ru. ИНН 6449104817 \r\nСайт Запчасти-к-станкам.рф телефоны 89372555454, 89376333838 почты armor.zmi@mail.ru,89372555454@yandex.ru. юрлицо АрморЗМИ ИНН 6449102915 \r\nСайт Запчасти-для-станков.рф телефоны 88453711348, 89272281348 почта mettex-64@mail.ru. ИНН 6449104817 \r\nБудьте очень внимательны, если наткнулись на данные организации - бегите без оглядки, не теряйте деньги и время. Спасибо за внимание. \r\nhttps://telegra.ph/Otzyv-o-moshennikah-Armor-ZMI-gorod-Marks-direktor-Abrosimov-VN-01-16 \r\n \r\n \r\nhttps://tinyurl.com/moshenniki \r\n<a href=https://adbooks.ru/adbooks-ru-predstavlyaet-serialy-ssha#comment-2137>Отзыв о запчасти-к-станкам.рф - жулики</a>\r\n<a href=https://konpart.de/component/k2/item/1-ae-cam36/1-ae-cam36.html>Отзыв о запчасти-к-станкам.рф - обманщики</a>\r\n<a href=https://windsphere.biz/yybbs2/yybbs.cgi?list=>Отзыв о МП Орбита Энгельс -- мошенники</a>\r\n<a href=https://yougig.co/my-bbc-designed-studio-monitors/#comment-435213>Отзыв о ИНН 6449075860 - аферисты</a>\r\n<a href=https://acides-animes.com/the-inventor-recrute/#comment-12303>Отзыв о Директор Абросимов В.Н. - обманщики</a>\r\n 5b8_acb ', '2025-02-15 16:36:57', ''),
(328, 'Michaeltub', '89612417187', 'li.so.v.evg.e.ni.j.1.96@gmail.com', 'https://sosunok.club/ https://1000xyev.xyz/ https://xtubp.vip/ https://365sekas.club/ https://chelentano.online/ https://pornobab.club/ https://devkaeb.online/ https://pornohyx.online/ https://zaebun.cc/ https://pornotubos.top/ https://devaxa.xyz/ https://seksham.club/ https://prisunul.vip/ https://pornuha.icu/ https://shljushka.icu/  \r\nhttps://homsexru.com/categories/ <a href=https://homsexru.com/>домашнее порно</a> \r\nhttps://es.bazaporno.xyz/\r\nhttps://es.500huev.vip/\r\nhttps://en.broporno.vip/\r\nhttps://sv.2chlena.top/\r\nhttps://tr.drochit.online/\r\n', '2025-02-15 21:44:55', ''),
(329, 'RaymondRaw', '88547238158', 'raymondCareetate@gmail.com', 'Yo! airops.me \r\n \r\n \r\n  \r\n \r\n \r\n \r\nThe cost of sending one million messages is $59. \r\n \r\nThis message was automatically generated. \r\n \r\nContact us. \r\nTelegram - https://t.me/FeedbackFormEU \r\nSkype  live:contactform_18 \r\nWhatsApp - +375259112693 \r\nWhatsApp  https://wa.me/+375259112693 \r\nWe only use chat for communication.', '2025-02-16 18:42:55', ''),
(330, 'RobertGreds', '82251655745', 'aferinohis056@gmail.com', 'Sveiki, es gribēju zināt savu cenu.', '2025-02-17 14:44:24', ''),
(331, 'AndrewToula', '87493429391', 'yaroslav.sevastyanov.1988@mail.ru', 'Если раньше при производстве тары использовались доски, то сейчас стараются экономить, применяя остатки, отходы древесины в процессе ее распиловки https://yaschiki.ru/product/derevyannii-yashchik-1300-600-700/\r\n  Это помогает купить упаковку в Москве дешевле, но при этом не ухудшая качество ящиков https://yaschiki.ru/product/derevyannaya-obreshetka-1200-800-1000/\r\n \r\nДеревянные ящики могут быть разной конфигурации — решетчатые, используемые там, где важно сохранить воздухообмен и глухие, сплошные, используемые там, где требуется надежная защита от механических воздействий https://yaschiki.ru/product/yashchik-iz-osb-1200-600-1400/\r\n \r\nкоторая обеспечивает высокий уровень удобства при погрузке, разгрузке, что позволяет заметно увеличить скорость погрузочно-разгрузочных работ https://yaschiki.ru/product-category/derevyannie-yashchiki/\r\n \r\nВнутренние размеры: 350 х 260 х 180 https://yaschiki.ru/product/derevyannii-yashchik-1400-1200-1500/\r\n \r\nПрактически любой вид бизнеса предполагает необходимость транспортировки грузов – это могут быть продукты питания, оборудование или промтовары https://yaschiki.ru/product/derevyannii-yashchik-1450-1000-2200/\r\n  Чтобы обеспечить надежную защиту от повреждений в процессе перевозки, применяется специальная тара https://yaschiki.ru/upakovka-zapchastei-na-sever/\r\n \r\nВнутренние размеры: 700 x 350 x 400 https://yaschiki.ru/product/derevyannaya-obreshetka-1400-1000-1300/\r\n \r\n', '2025-02-18 03:15:39', ''),
(332, 'Boorma', '84519421174', 'richardsr23@cox.net', 'Join the society of successful people who make money here.] )) https://drive.google.com/file/d/1ab6OnjlzyDz_0wQrMJBrQnRVG_eSfWpj/view?usp=sharing', '2025-02-18 04:46:18', ''),
(333, 'Williamecolf', '89975351917', 'ignatevipatii19908014@mail.ru', 'Заявка принята! \r\nАренда автобуса https://bus-standart.ru/avtopark/avtobusy/avtobus-yutong-40-mest-zheltyj/\r\n  Безопасность на первом месте https://bus-standart.ru/mikroavtobusy/dlya-shkolnikov/\r\n \r\nАвтобус HIGER 6109 (565) Вместимость 40 мест https://bus-standart.ru/moskovskaya-oblast/aprelevka/page/3/\r\n \r\nВ компании продуманы все нюансы пассажирских перевозок на микроавтобусах и автобусах, в том числе, порядок оформления заказа: \r\nВ числе прочих преимуществ можно назвать: \r\nзапомнить / сравнить https://bus-standart.ru/moskovskaya-oblast/himki/page/2/\r\n \r\n', '2025-02-18 12:55:09', ''),
(334, 'Roberttop', '89728769555', 'ponomaryov.borya.1983@bk.ru', 'Такелаж сопряжен с погрузочно-разгрузочными операциями и транспортировкой крупногабаритных или очень тяжелых грузов, а также монтажными работами https://drogal.ru/glossary/tyazhelovesnii-gruz/\r\n  Ввиду большого веса и громоздкости грузов приходится использовать грузоподъемные механизмы и грузозахватные устройства https://drogal.ru/glossary/transportnaya-logistika/\r\n \r\nКомпания оказывает полный спектр услуг, которые связаны с перемещением разнообразных грузов https://drogal.ru/glossary/sipuchie-gruzi/\r\n  Кроме такелажных, стропальных, погрузочно-разгрузочных работ не последнее значение имеет процесс транспортировки https://drogal.ru/uslugi/kranovye-raboty/podem-gruzov-cherez-okno/\r\n  Успешность результата зависит от корректного выбора транспортного средства, уровня квалификации водителя и ряда других факторов, которые учитываются сотрудниками компании https://drogal.ru/portfolio-items/usluga-upakovki-gruza/\r\n \r\nСпециалисты компании «СТОГРУЗ» выполнят возложенную на них работу даже в самых сложных условиях https://drogal.ru/glossary/stropalnie-raboti/\r\n  Мы обеспечим эффективный и оперативный переезд склада, цеха и завода, переместим и поднимем оборудование, изготовим качественную транспортную упаковку и обрешетку https://drogal.ru/glossary/konteinernie-perevozki/\r\n \r\nСвои техника и оснастка снижают стоимость услуг https://drogal.ru/glossary/process-perevozki/\r\n \r\nГАЗель NEXT Гидроборт https://drogal.ru/glossary/stropalnie-raboti/\r\n \r\nСтоимость такелажных работ зависит: \r\n', '2025-02-18 14:56:43', ''),
(335, 'Curtiskak', '86164758933', 'ramiraselezneva19908003@bk.ru', 'Планируется https://medvea.ru/katalog/15.-rengenologicheskoe-oborudovanie/15.2.-rentgenovskie-apparatyi/perenosnoj-rentgenovskij-apparat-pxp-60hf-(mex60).html\r\n \r\nультразвуковые; электротерапевтические; физиотерапевтические; магнитные и пр https://medvea.ru/katalog/ingalyaczionnaya-ustanovka-niko/peredvizhnaya-4-x-mestnaya-ingalyaczionnaya-ustanovka-niko.html\r\n \r\nЗаказать звонок https://medvea.ru/katalog/20.-xirurgicheskoe-oborudovanie/20.2.-otsasyivateli/otsasyivatel-(aspirator)-xirurgicheskij,-mevacs-38.html\r\n \r\nПродукция от НПЦ Армед https://medvea.ru/katalog/31.-oftalmologicheskie-stolyi/stol-mediczinskij-s-elektroprivodom-step-02-(isp.3),-rossiya.html\r\n \r\nместо в России на рынке госзаказа с 2020 года https://medvea.ru/katalog/7.-laboratornoe-oborudovanie/7.6.-czentrifugi/czentrifuga-laboratornaya-molochnaya-czlm-1-8.html\r\n \r\nКомпания основана на базе оборонно-промышленного предприятия ПАО «ГЗАС им https://medvea.ru/katalog/8.-mikroskopyi/8.5.-mikroskopyi-mikromed/mikroskop-biologicheskij-mikromed-2-(var.-2-led-m).html\r\n  А https://medvea.ru/katalog/36.-ukladki-protivoepidemicheskie-mediczinskie/kopiya-protivoepidemicheskaya-ukladka-№-5.html\r\n С https://medvea.ru/katalog/14.-reanimaczionnoe-oborudovanie/prikrovatnyie-monitoryi-paczienta/modulnyij-monitor-paczienta-wq-003.html\r\n  Попова», входящего в состав международной группы компаний «Аринс Технолоджи» https://medvea.ru/katalog/7.-laboratornoe-oborudovanie/7.12.-veterinarnyie-analizatoryi/veterinarnyij-analizator-mochi-urilit-31-vet.html\r\n  Осуществляет прямые поставки медицинской техники от завода-изготовителя под ТМ «Линия Здоровья» https://medvea.ru/katalog/6.-kardiologicheskoe-oborudovanie/6.1.-elektrokardiografyi/elektrokardiograf-ek3t-01-«r-d».html\r\n \r\n', '2025-02-18 15:31:59', ''),
(336, 'XRumer23opips', '81392881558', 'xrumer23opips@gmail.com', 'https://telegra.ph/ORB11TA-01-29 \r\nORB11TA РАБОТАЕТ!', '2025-02-18 19:00:00', ''),
(337, 'Boorma', '88252974721', 'panupongdid@gmail.com', 'Make money online, staying at home this cold winter.] )) https://topinnews.info/', '2025-02-18 23:57:43', ''),
(338, 'Robertfevox', '81194889756', 'kokain-cocaine@russia-cocaine-kypit.online', 'Купить Кокаин Москва? САЙТ -| COCAINES.STORE | Как Купить Кокаин по России? САЙТ - | COCAINES.STORE | \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКупить Кокаин максимального качества в Москве? САЙТ - https://cocaines.store \r\nСколько стоит Кокаин в Москве сегодня? САЙТ - https://cocaines.store \r\nКупить Кокаин в городах России? САЙТ - https://cocaines.store \r\nКупить Кокаин с доставкой в руки В Москве? САЙТ - https://cocaines.store \r\nГде в Москве Купить Кокаин с доставкой? САЙТ - https://cocaines.store \r\nКупить с доставкой по России кокаин? САЙТ - https://cocaines.store \r\nКупить Наркотики в Москве? САЙТ - https://cocaines.store \r\nКак Купить наркотики в России? САЙТ - https://cocaines.store \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл Робот (GOOGLE ROBOT) \r\nКупить Кокаин в Москве? Купить Кокаин в Санкт Петербурге? Купить Кокаин в Питере? Купить Кокаин в Новосибирске? \r\nКупить Кокаин в Екатеринбурге? Купить Кокаин в Казани? Купить Кокаин в Нижнем Новгороде? Купить Кокаин в Красноярске? \r\nКупить Кокаин в Челябинске? Купить Кокаин в Самаре? Купить Кокаин в Уфе? Купить Кокаин в Ростове? Купить Кокаин в Краснодаре? \r\nКупить Кокаин в Омске? Купить Кокаин в Воронеже? Купить Кокаин в Перьми? Купить Кокаин в Волгограде? \r\nТекстовые теги для поиска- \r\nКупить Кокаин в России можно очень легко, особенно Купить Кокаин в Москве можно без проблем, потому что в Москве Кокаин \r\nПродаеться на каждом углу. Это могут быть и клубы, дискотеки так и с машины! Особенно приятно что Купить Кокаин в Москве \r\nможно закладками. Купить Закладками Кокаин в Москве может любой человек - как мужчина так и девушка! \r\nОднажды Купить Кокаин в Москве пробовала даже бабушка, и у неё всё получилось. Часто продают закладки Кокаина в Москве через Телеграм \r\nМой знакомый хотел попробовать найти Кокаин в Москве при поможи поискового приспособления для поиска закладок, но у него не получилось \r\nПотому что Кокаин в Москве очень хорошо спрятан, и без точного адреса Кокаин в Москве не возможно найти никак. \r\nКолумбийский, Мараканский, Мексиканский - это далеко не полный список стран, которые экспортируют Кокаин в Москву для \r\nразвлечения людей. Гарантией и безопасностью Кокаин в Москве всегда впечетлял, ведь это основное правило покупки! \r\nРоссийская Федерация всегда славилась своим разнообразием наркотических веществ, и всегда на первом месте был Кокаин в Москве! \r\nМаленькие шарики и круглые свертки - это закладки Кокаина в Москве, которые бережно и с трепетом разложили от лишних глаз. \r\nКаково было моё удивление, когда привезли с доставкой Кокаин в Москве прямо в руки! Это было просто ВАУ-еффект! \r\nПока кто то сидит дома или ходит на работу - жизнь в Москве с Кокаином проходит не заметно, быстро и легко! \r\nЕсть магазины, в которых Купить Кокаин в Москве можно с гарантией и доставкой в руки круглосуточно! \r\nВсё анонимно и безопастность просто зашкаливает, никогда Кокаин в Москве не сможет обнаружить полиция. \r\nКолючий кактус или национальность человека не имеет значения для покупки Кокаина в Москве, потому что люди бывают разные \r\nу всех разные потребности и желания. Но магазины готовы предоставить услугу по покупке Кокаина в Москве не зависимо от настроения, \r\nВедь настроение после покупки у всех будет одинаковое - ТОЛЬКО ПОЛНЫЙ ПОЗИТИВ!', '2025-02-19 00:31:27', ''),
(339, 'WilliamTet', '81917935926', 'sileterde1976@mail.ru', 'Цель сбора данных: интернет-магазин ведет статистику посещений для функционирования своих серверов и учета собственного трафика https://tribatron.ru/product/reshjotka-ventiljacionnaja-160h230/\r\n  В данном случае собранная статистическая информация не ассоциируется с конкретными пользователями и обрабатывается только в виде обобщенной статистики https://tribatron.ru/category/poleznye-stati-i-rekomendacii/\r\n  IP-адрес клиента и время доступа к системе, в соответствии с пользовательским идентификатором, сохраняются в базе данных в целях предотвращения мошенничества https://tribatron.ru/product-category/katalog/nastennye-veshalki-i-krjuchki/nastennye-veshalki/\r\n \r\nТовара; заявленного дефекта; упаковки; клейма производителя https://tribatron.ru/o-nas/\r\n \r\nПро-Сам https://tribatron.ru/product/ruchka-knopka-malaja/\r\n \r\nПокупатель — любое физическое или юридическое лицо, способное принять и оплатить заказанный им Товар в порядке и на условиях, установленных настоящим Соглашением и действующим законодательством РФ https://tribatron.ru/product-category/katalog/\r\n \r\n11 https://tribatron.ru/product/nastennaja-veshalka-s-derevjannym-sharikom-nvd-2-5/\r\n 4 https://tribatron.ru/product/nastennye-veshalki-nv-7/\r\n  Продавец не сообщает Покупателю об удалении или отказе в публикации отзывов https://tribatron.ru/product/porog-ugol-al-267/\r\n  Продавец имеет право не публиковать отзыв Покупателя по причине несоответствия реальному опыту использования Товаров или в случае, если информация не является полезной для других Покупателей Сайта https://tribatron.ru/product-category/katalog/aljuminievyj-profil/stykoperekryvajushhie-raznourovnevye-porogi/\r\n \r\n8 https://tribatron.ru/product/t-obraznyj-profil-20h8mm-al-477/\r\n 8 https://tribatron.ru/product/petlja-nakladnaja-pn-85/\r\n  Возврат денежных средств Покупателю производится в соответствии с действующим законодательством РФ, но в любом случае не позднее 30 календарных дней со дня получения соответствующего заявления Покупателя в письменном виде или по электронной почте https://tribatron.ru/product/reshjotka-ventiljacionnaja-175h350/\r\n \r\n', '2025-02-19 00:48:03', ''),
(340, 'JohnGreds', '82251718272', 'yawiviseya67@gmail.com', 'Hallo, ek wou jou prys ken.', '2025-02-19 08:18:13', ''),
(341, 'GeorgeGreds', '89498512672', 'ocopesuq299@gmail.com', 'Hej, jeg ønskede at kende din pris.', '2025-02-21 00:09:01', ''),
(342, 'Boorma', '85611423988', 'blackseodoorway@vk.com', 'One dollar is nothing, but it can grow into $100 here.] toper ) https://topinnews.info/', '2025-02-22 02:36:29', ''),
(343, 'Mike Willy Schneider\r\n', '86369467421', 'info@speed-seo.net', 'Greetings, \r\n \r\nCurious about how your site is ranking? \r\nLearn its strengths and weaknesses with our Free SEO Audit! \r\n \r\nIn just a couple of minutes, you’ll get a in-depth report of your search performance and steps to help improve your search position. \r\n \r\nGet started towards higher rankings and business success. \r\n \r\nRun Your Free SEO Check Now \r\nhttps://www.speed-seo.net/check-site-seo-score/ \r\n \r\nDon’t let undetected SEO issues slow your growth. \r\nOptimize your site today and outrank competitors in search results! \r\n \r\nNeed more info? Whatsapp with a SEO expert: https://www.speed-seo.net/whatsapp-with-us/ \r\n \r\nWishing you success, \r\n \r\n \r\nMike Willy Schneider\r\n \r\nSpeed SEO \r\nPhone/WhatsApp: +1 (833) 454-8622', '2025-02-22 08:43:32', ''),
(344, 'RobertGreds', '87541539816', 'aferinohis056@gmail.com', 'Hola, volia saber el seu preu.', '2025-02-22 12:43:34', ''),
(345, 'Mike Arthur Girard\r\n', '85912445438', 'mike@monkeydigital.co', 'Hi, \r\n \r\nThis is Mike from Monkey Digital, \r\nI am contacting you to discuss a great business deal. \r\n \r\nHow would you like to feature our promotions on your website and redirect via your unique referral link towards high-demand SEO solutions from our website? \r\n \r\nThis way, you make a solid 35% commission, continuously from any purchases that generate from your website. \r\n \r\nThink about it, all businesses require SEO, so this is a massive opportunity. \r\n \r\nWe already have thousands of affiliates and our payments are paid out monthly. \r\nRecently, we paid out $27280 in affiliate earnings to our affiliates. \r\n \r\nIf this sounds good, kindly chat with us here: \r\nhttps://monkeydigital.co/affiliates-whatsapp/ \r\n \r\nOr sign up today: \r\nhttps://www.monkeydigital.co/join-our-affiliate-program/ \r\n \r\nBest Regards, \r\nMike Arthur Girard\r\n \r\nPhone/whatsapp: +1 (775) 314-7914', '2025-02-22 21:46:41', ''),
(346, 'MiaGreds', '86262613778', 'ebojajuje04@gmail.com', 'Ola, quería saber o seu prezo.', '2025-02-23 07:46:52', ''),
(347, 'stenlixopips', '87789289425', 'stenlyopips@gmail.com', 'Databases for Xrumer 23 ai Strong and GSA Search Engine Ranker with 12-month updates\r\n \r\nWe offer the best website databases for working with Xrumer 23 ai Strong and GSA Search Engine Ranker. The databases are suitable for a professional SEO company and creating hundreds of thousands of backlinks. Our databases are used by many SEO professionals from different countries of the world. The price for the databases is low, having bought them you receive updates for 12 months. You can read more and order a subscription to the databases here: https://dseo24.monster/vip-base-for-xrumer-and-gsa-ser/ On the site page you can choose any language of the pages.', '2025-02-23 14:35:49', ''),
(348, 'GeorgeGreds', '89799533478', 'ocopesuq299@gmail.com', 'Hola, quería saber tu precio..', '2025-02-23 22:12:20', ''),
(349, 'Wealthy Pot', '82786418976', '2wealthypot@azmail.fun', 'WealthyPot.com provides a progressive financial blog intended to guide readers with practical advice, insider tips, and proven strategies for financial success. Covering a wide range of subjects including money allocation, capital growth, wealth accumulation, and retirement planning, the site works to demystify complex financial concepts for everyone at all levels. Whether you’re interested to improve personal finances, explore new investment opportunities, or create a safe financial future, The WealthyPot resource serves as your reliable resource. <a href=https://wealthypot.com>best earning tips</a>. Be empowered, keep control!', '2025-02-24 14:51:56', ''),
(350, 'Boorma', '85322291289', 'mazy6x@gmail.com', 'Check out the newest way to make a fantastic profit.] )) https://topinnews.info/', '2025-02-25 01:20:20', ''),
(351, 'Irvingclago', '86976832614', 'juncpecni1980@mail.ru', 'Гражданское право  https://yuristi.com/privacy  \r\n25 сентября 2023, 17:45, Михаил, г  https://yuristi.com/privacy  Москва 3 ответа  https://yuristi.com/  \r\nЮридические услуги • Юридическая консультация • \r\nХочу выразить огромную благодарность сотрудникам Юридической компании Наталье Гиоргиевне и Евгению Александрович за отличную работу, за высокий профессионализм  https://yuristi.com/privacy  … \r\n4  https://yuristi.com/ 2) усыновители, если они обращаются за оказанием бесплатной юридической помощи по вопросам, связанным с обеспечением и защитой прав и законных интересов усыновленных детей; \r\n6) признание гражданина безработным и установление пособия по безработице; \r\n', '2025-02-27 11:43:07', ''),
(352, 'LeonardRucky', '89276672216', 'siatimscompma1978@mail.ru', 'Для юридических лиц https://bitovkiarenda.ru/bytovka-mini-office/\r\n \r\nБазовые характеристики https://bitovkiarenda.ru/bytovka-dlya-chetyreh-chelovek-24x3m/\r\n \r\nСтолы обеденные https://bitovkiarenda.ru/category/wc-cabine/\r\n \r\nПроводите ли вы ремонт и обслуживание бытовок? \r\nСуществует несколько причин арендовать временные бытовые сооружения: \r\nСтолы обеденные https://bitovkiarenda.ru/\r\n \r\n', '2025-02-27 13:32:05', ''),
(353, 'Mike Thijs Peeters\r\n', '81994421737', 'info@professionalseocleanup.com', 'Hi there, \r\n \r\nWhile checking your airops.me for its ranks, I have noticed that \r\nthere are some toxic links pointing towards it. \r\n \r\nGrab your free clean up and improve ranks in no time \r\nhttps://www.professionalseocleanup.com/ \r\n \r\nAsk us how we do it: \r\nhttps://www.professionalseocleanup.com/whatsapp/ \r\n \r\nRegards \r\nMike Thijs Peeters\r\n \r\nPhone: +1 (855) 221-7591', '2025-02-27 18:17:16', ''),
(354, 'JoshuaNum', '86913328311', 'anna.shapiro.78@mail.ru', 'Собственное производство полного цикла http://aldial.ru/kolpak-na-stolb-klassicheskij.html\r\n \r\nНаша компания производит металлоизделия на заказ в Москве, соответствующие всем современным требованиям http://aldial.ru/kontakty.html\r\n  Специалисты учитывают действующие ГОСТы и иные стандарты http://aldial.ru/370/my-s-muzhem-byli-v-vostorge.html\r\n \r\nКоординатно-пробивной пресс Euromac CX 100030 для изготовления изделий из металлического листа толщиной 0 http://aldial.ru/364/zakaz-privezli-tochno-v-srok.html\r\n 5-6 мм, размером до 1050?1250 мм — для пробивки и высечки отверстий под любым углом, до 300 уд http://aldial.ru/410/idealnye-dobornye-elementy.html\r\n /мин http://aldial.ru/cat_beds\r\n \r\nЧерез банк http://aldial.ru/kolpak-na-stolb-s-suzheniem.html\r\n  Оплата счета банковской картой http://aldial.ru/cat_ac-n-fas\r\n \r\nБольшой стаж работы http://aldial.ru/dymnik-grand.html\r\n \r\nРассчитать стоимость изготовления изделий из листа в Москве http://aldial.ru/418/gde-najti-stoimost-nashih-izdelij.html\r\n \r\n', '2025-02-28 01:48:29', ''),
(355, 'BobbyVargo', '81888519667', 'balpunarti1976@mail.ru', 'Различают сваи забивные, или заводского изготовления, и набивные, которые устраивают непосредственно на строительной площадке в полостях пробуренных скважин заданного диаметра https://kordas.ru/vacans/\r\n  Сваи-стойки, прорезая слои слабых грунтов, передают нагрузку своим острием на глубоко расположенный прочный грунт, а висячие сваи воспринимают ее преимущественно боковой поверхностью за счет сил трения по всей высоте сваи https://kordas.ru/servicesall/\r\n  Практически чаще всего имеет место сочетание этих двух состояний работы сваи https://kordas.ru/adverts/\r\n  В соответствии с направлением погружения конструкций в грунт различают сваи вертикальные и наклонные https://kordas.ru/vacans/\r\n  Анкерные и корневидные сваи применяют в тех случаях, когда фундамент предназначается для восприятия значительных горизонтальных и выдергивающих усилий https://kordas.ru/adverts/manage/\r\n  Расположение свай в плане может быть: одиночным - под отдельно стоящие опоры; ленточным в несколько рядов - под стены зданий; кустовым - под тяжелые колонны и опоры; в виде сплошного свайного поля - под специальные высотные сооружения (дымовые трубы, доменные печи и т https://kordas.ru/about/\r\n  п.). Из забивных свай наиболее ударостойкими являются железобетонные предварительно напряженные сваи, верхняя часть которых дополнительно армируется или усиливается ударопрочным фибробетонным оголовком https://kordas.ru/adverts/manage/\r\n  Известно, что в процессе забивки свай в них возникают не только сжимающие, но и значительные растягивающие усилия, которые воспринимает стержневая, проволочная или прядевая арматура https://kordas.ru/adverts/manage/\r\n  Для изготовления свай используют бетон не ниже М200, для предварительно напряженных - бетон М300, М400 https://kordas.ru/adverts/manage/\r\n  При возведении фундаментов в слабых, неустойчивых, водонасыщенных грунтах находят применение следующие виды железобетонных свай: с уширениями по стволу; полые круглого сечения; призматические и пирамидальные https://kordas.ru/vacans/\r\n  Последние, благодаря развитым наклонным поверхностям могут воспринимать большие, нагрузки по сравнению с призматическими при меньшем расходе материала https://kordas.ru/adverts/manage/\r\n  Ромбовидные сваи сплошного сечения рекомендуются на пучинистых грунтах https://kordas.ru/\r\n  Представляют интерес также сваи с инвентарной многократно используемой арматурой и составные многосекционные, которые стыкуются между собой сваркой закладных деталей, болтовым соединением металлических фланцев или замковыми устройствами специальной конструкции https://kordas.ru/contacts/\r\n  В качестве анкерных инвентарных устройств широко распространены винтовые сваи металлические или комбинированные с использованием железобетона и пластмассы https://kordas.ru/contacts/\r\n  Винтовой наконечник имеет диаметр лопасти, превышающий диаметр сваи, благодаря чему такие сваи хорошо воспринимают как вдавливающие, так и выдергивающие нагрузки https://kordas.ru/about/\r\n  Массовому внедрению забивных свай способствовало быстрое освоение серийного производства высокопроизводительного копрового и сваебойного оборудования (для коротких свай длиной до 8 м, длинных 16 - 20 м и составных), которое позволило прорезать толщу слабых грунтов и опирать сваи на прочные коренные породы https://kordas.ru/contacts/\r\n  Опыт применения свайных фундаментов показал, что весьма эффективной является конструкция свая-колонна, позволяющая полностью исключить работы по устройству ростверков, а также связанные с этим земляные работы https://kordas.ru/vacans/\r\n  Использование свай-колонн при строительстве сельскохозяйственных объектов позволяет уменьшить стоимость работ нулевого цикла и сократить продолжительность строительства https://kordas.ru/contacts/\r\n  В особых условиях строительства, при возведении фундаментов глубокого заложения, применяют стальные сваи, которые изготовляют из прокатных профилей или труб длиной 20 - 30 м, а также трубобетонные стальные полые трубы, заполненные бетоном https://kordas.ru/author/kord_admin/\r\n  Шпунтовые сваи (деревянные, стальные и железобетонные) используют при устройстве сплошного ограждения, подпорных стен, временного ограждения котлованов и траншей https://kordas.ru/objects/\r\n  Металлический шпунт промышленного сортамента изготовляется различного профиля и может быть применен многократно https://kordas.ru/\r\n  Ростверк - конструкция, которая объединяет сваи и служит для равномерной передачи нагрузки сооружения на них и на грунтовое основание https://kordas.ru/objects/\r\n  Различают сборные, сборно-монолитные и монолитные высокие и низкие ростверки https://kordas.ru/hello-world/\r\n  При безростверковых свайных фундаментах для крупнопанельных зданий до двенадцати этажей вместо ростверков применяют сборные железобетонные оголовки, которые насаживают на головы свай и замоноличивают бетоном М200 https://kordas.ru/reviews/\r\n  Устройство монолитных ростверков свяла но с выполнением трудоемких опалубочных, арматурных и бетонных работ, которые отсутствуют при сборном варианте https://kordas.ru/hello-world/\r\n  Наиболее экономичны предварительно напряженные железобетонные ростверки https://kordas.ru/servicesall/\r\n \r\nРис : БМ-811 https://kordas.ru/vacans/\r\n \r\nНапример, в средней полосе России, в частности в Московской области статистическая глубина сезонного промерзания грунта не превышает 2 м https://kordas.ru/adverts/manage/\r\n  Пройти зимой через пучинистый слой почвы до несущего пласта надёжно поможет лидерное бурение https://kordas.ru/contacts/\r\n \r\nУстройство шпунтового ограждения шпунтом Ларсена и трубошпунтом https://kordas.ru/about/\r\n \r\nОстальные цены на услуги можно посмотреть здесь , \r\nВыбор параметров используемой техники осуществляется специалистами на основании параметров грунта, характеристик объекта, метода установки свай https://kordas.ru/category/uncategorized/\r\n \r\n', '2025-02-28 02:24:19', ''),
(356, 'Boorma', '88212862755', 'rsousa6453@gmail.com', 'There\'s a lot of hype about making money online. I decided to test different methods for a month to see what actually works. Some failed, but one was surprisingly effective. Want to know which one? ) https://1borsa.com/966ol', '2025-02-28 02:24:23', ''),
(357, 'Curtiskak', '83364653268', 'ramiraselezneva19908003@bk.ru', 'Компания «ENDOMED» с 1996 года осуществляет профессиональную деятельность в области производства, поставок и сервисного обслуживания медицинского оборудования https://medvea.ru/katalog/5.-ingalyatoryi-i-nejbulajzeryi/5.2.-zapchasti-k-ingalyatoram/raspyilitel-rapidflaem-4-v-komplekte-s-zagubnikom-i-ekonomajzerom.html\r\n  ENDOMED соответствует международной системе менеджмента качества - сертификат ISO 13485 https://medvea.ru/katalog/10.-oborudovanie-dlya-skoroj-i-neotlozhnoj-pomoshhi/\r\n \r\nКомпания занимается регистрацией медицинских изделий https://medvea.ru/katalog/20.-xirurgicheskoe-oborudovanie/20.6.-setki-(endroprotezyi)/endoprotez-esfil-setchatyij-polipropilenovyij-sterilnyij-v-individualnoj-upakovke.html\r\n \r\nКомпания является мировым лидером в сфере биоимпедансного анализа состава тела человека https://medvea.ru/katalog/7.-laboratornoe-oborudovanie/7.7.-oborudovanie/kolbonagrevatel-kh-500.html\r\n \r\nДополнительным терапевтическим медоборудованием считаются одноразовые инструменты, кварцевые лампы и глюкометры https://medvea.ru/katalog/3.-ginekologicheskoe-oborudovanie/3.2.-videokompleksyi/videokompleks-dlya-kolposkopov-ks-02-zoom-komfort.html\r\n \r\nКомпания входит в число мировых лидеров в сфере наукоемких технологий по использованию СМАД для измерения дополнительных параметров, таких как центральное артериальное давление и жесткость сосудистой стенки https://medvea.ru/katalog/7.-laboratornoe-oborudovanie/7.7.-oborudovanie/plita-nagrevatelnaya-es-hg3030-(grafit).html\r\n \r\nфедеральный поставщик медицинского оборудования https://medvea.ru/katalog/42.-vannyi-mediczinskie-vodolechebnyie/42.6.-kuxni-dlya-gryaze-i-teplolecheniya/\r\n \r\n', '2025-02-28 03:02:26', ''),
(358, 'TedGreds', '81274297595', 'ocopesuq299@gmail.com', 'Ndewo, achọrọ m ịmara ọnụahịa gị.', '2025-02-28 06:49:33', ''),
(359, 'Mike Leon Olsen\r\n', '88592811649', 'mike@monkeydigital.co', 'Hello, \r\n \r\nI wanted to connect with something that could seriously improve your website’s traffic. We work with a trusted ad network that allows us to deliver genuine, country-targeted social ads traffic for just $10 per 10,000 visits. \r\n \r\nThis isn\'t junk clicks—it’s actual users, tailored to your preferred location and niche. \r\n \r\nWhat you get: \r\n \r\n10,000+ real visitors for just $10 \r\nLocalized traffic for any country \r\nLarger traffic packages available based on your needs \r\nProven to work—we even use this for our SEO clients! \r\n \r\nInterested? Check out the details here: \r\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\nOr ask any questions on WhatsApp: \r\nhttps://monkeydigital.co/whatsapp-us/ \r\n \r\nLooking forward to helping you grow! \r\n \r\nBest, \r\nMike Leon Olsen\r\n \r\nPhone/whatsapp: +1 (775) 314-7914', '2025-02-28 07:58:00', ''),
(360, 'Candyund', '87514823987', 'georgemavros1977@gmail.com', 'and 12 thousand Georgian manuscripts', '2025-02-28 19:52:53', ''),
(361, 'maryannLeary', '88584215248', 'maryannbloom1989@directinboxs.com', ' видео <a href=https://mailsco.online/>mailsco online</a> процедура, нуждающийся в внимания на деталях.', '2025-03-01 06:05:15', ''),
(362, 'Eduardocoase', '88413226152', 'kyutalepya@web.de', '<a href=\"https://ghostwriter-politikwissenschaften.de/\"> ghostwriter politikwissenschaften </a> ', '2025-03-01 18:57:40', ''),
(363, 'Tommyhaf', '82414572995', 'marketing@mailbanger.xyz', 'Backed by 13 years of expertise, MailBanger.com has been a reliable source in email marketing. Our platform offers millions of verified leads to maximize ROI. Whether you’re targeting local customers, our accurately segmented lists are designed to meet your marketing needs. See why businesses trust us at MailBanger.com! \r\n \r\nWith more than 13 years in the industry, MailBanger.com has delivered results through accurate direct mail contacts. With millions of leads across industries, we make it easy to supercharge your marketing efforts. Join the thousands who trust MailBanger.com today! \r\n \r\nNeed trusted leads for your campaigns? With 13 years of experience, we provide premium lists for email, telemarketing, and direct mail marketing. Our industry-specific lists are built to boost your ROI. Take the guesswork out of your campaigns—visit MailBanger.com today! \r\n \r\nWith MailBanger.com, you’re choosing a leader in marketing lists. We offer the tools you need to grow your business. From telemarketing databases, our affordable solutions deliver results. See how we can help you at MailBanger.com.', '2025-03-02 17:36:45', ''),
(364, 'Independentyyx', '88921659663', 'xinjia.wang@gmail.com', 'Testaru. Best known', '2025-03-04 15:06:57', ''),
(365, 'TedGreds', '89938594467', 'ocopesuq299@gmail.com', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', '2025-03-04 22:18:31', ''),
(366, 'XRumer23opips', '83843711364', 'xrumer23opips@gmail.com', 'https://telegra.ph/ORB11TA-01-29 \r\nORB11TA РАБОТАЕТ! \r\nhttps://telegra.ph/PROVINCIYA-RESHAET-02-09 \r\nПРОВИНЦИЯ РЕШАЕТ \r\nhttps://telegra.ph/SYNDICATE-02-08 \r\nСИНДИКАТ!!!', '2025-03-05 05:21:15', ''),
(367, 'RobertGreds', '89176526894', 'aferinohis056@gmail.com', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', '2025-03-05 23:12:01', ''),
(368, 'ManuelFat', '85664518646', 'combontsegal37@mail.ru', 'Термопанели обеспечивают максимально ровный рисунок клинкерной плитки на фасаде, а монтаж прост и может быть выполнен самостоятельно при помощи инструментов https://teplovtermo.ru/\r\n \r\nфильтр товаров https://teplovtermo.ru/\r\n \r\nДобавить в избранное https://teplovtermo.ru/\r\n \r\n- Легкий монтаж в короткие сроки Все что Вам нужно — это саморезы, шуруповерт, алмазный диск и рабочий труд, не требующий специальной подготовки https://teplovtermo.ru/\r\n  Монтаж термопанелей осуществляется дюбель-гвоздями (саморезами) по пластиковой направляющей практически на любое основание https://teplovtermo.ru/\r\n  Дополнительные фундаменты не требуются https://teplovtermo.ru/\r\n  Чистота и точность монтажа, отсутствие мокрых процессов исключают нанесение ущерба окружающей территории и позволяют избежать проблем фасада в дальнейшем https://teplovtermo.ru/\r\n \r\nТермопанели с утеплителем ЭППС https://teplovtermo.ru/\r\n \r\nТолщина панели https://teplovtermo.ru/\r\n \r\n', '2025-03-06 01:21:15', ''),
(369, 'Robertsat', '85587918848', 'galya.usenko.63@mail.ru', 'Купить в 1 клик https://zz24.ru/kovannyie-otkatnyie-vorota/\r\n \r\nСнизить стоимость кованого забора, установив с тыла и по бокам участка дешевые сварные секции https://zz24.ru/privod-sectional-800pro-dlya-sekczionnyix-vorot/\r\n  Такое комбинированное ограждение выглядит наиболее рациональным решением, если, например, ваша усадьба с трех сторон граничит с соседскими землевладениями https://zz24.ru/tipovoe-ograzhdenie-29x3m-m-03-v1/\r\n  Для большей гармонии с секциями фасада сварные участки такого комбинированного забора могут быть украшены коваными декоративными элементами: балясинами, корзинами и т https://zz24.ru/privod-sliding-800-dlya-otkatnyix-vorot-vesom-do-800-kg-shirina-proema-do-45-m/\r\n д https://zz24.ru/komplekt-transchain-11-dlya-ustanovki-valnogo-privoda-cherez-czep-s-peredatochnyim-otnosheniem-11/\r\n \r\nДля производства заборов не берут металлические пруты, так как конструкция из профилированной трубы получается более легкой, цена на нее ниже https://zz24.ru/kom-kt-avtomatiki-dlya-otkatnyix-vorot-sl1000ac-kit/\r\n  Технические характеристики обоих типов металлоизделий одинаковы и схожи с коваными ограждениями, стоящими во много раз больше https://zz24.ru/zakazat-karkas-otkatnyix-vorot-pod-obshivku-model-02/\r\n \r\nФото сварных заборов https://zz24.ru/reshetka-svarnaya-na-okna-6/\r\n \r\nВысокое качество изделий обеспечивается мастерством, опытом и ответственностью наших специалистов https://zz24.ru/schityivatel-bluetooth-nakladnoj-s-sinej-podsvetkoj-dlya-15-polzovatelej/\r\n \r\nЦена: 97 500 руб https://zz24.ru/adapter-distanczionnoj-razblokirovki-dlya-otkatnyix-vorot/\r\n \r\n', '2025-03-06 01:21:29', ''),
(370, 'AndrewToula', '89537849374', 'yaroslav.sevastyanov.1988@mail.ru', 'Внутренние размеры: 570 х 380 х 100 https://yaschiki.ru/product/derevyannii-yashchik-1400-1200-1500/\r\n \r\nПомимо этого, компания «НеваБизнесПак» предлагает купить большие деревянные ящики для перевозок груза морским путем https://yaschiki.ru/morskaya-upakovka-sbornogo-gruza/\r\n  Их изготавливают из дерева в соответствии с ГОСТ https://yaschiki.ru/product/derevyannii-yashchik-2300-1600-1500/\r\n  Тара, выполненная подобным образом, не только обеспечивает сохранность товаров от механических повреждений на всем пути следования, но и надежно защищает груз от воздействия влаги и соли https://yaschiki.ru/upakovku-v-termousadku/\r\n \r\nЯщики из ДВП (древесноволокнистой плиты) \r\nЖесткая деревянная тара характеризуется: \r\nЧтобы перевезти вещи, можно использовать разные материалы: картонные коробки, деревянные ящики, мешки, пакеты и т https://yaschiki.ru/morskaya-upakovka-sbornogo-gruza/\r\n  д https://yaschiki.ru/product/derevyannaya-obreshetka-1400-1000-1300/\r\n  Для каждого вида вещей — своя упаковка https://yaschiki.ru/upakovka-press-form-dlya-otpravki-v-kitai/\r\n \r\nПаллетные борта https://yaschiki.ru/product/poddon-2800-2500-280/\r\n \r\n', '2025-03-06 02:08:01', ''),
(371, 'CharlesRER', '83957328954', 'ofeliyasemenova1993@list.ru', '\r\nInformation Deemed Reliable But Not Guaranteed https://sellerweb.ru/product/adapter-bluetooth-5-4-sellerweb-bl54/\r\n  The data relating to real estate for sale on this website appears in part through the BrightMLS Internet Data Exchange program, a voluntary cooperative exchange of property listing data between licensed real estate brokerage firms in which OCF Realty participates, and is provided by BrightMLS through a licensing agreement https://sellerweb.ru/adapter-bt-604-bluetooth-5-3/\r\n  The information provided by this website is for the personal, non-commercial use of consumers and may not be used for any purpose other than to identify prospective properties consumers may be interested in purchasing https://sellerweb.ru/product-tag/realtek/\r\n  Some properties which appear for sale on this website may no longer be available because they are under contract, have sold or are no longer being offered for sale https://sellerweb.ru/category/bluetooth/page/2/\r\n  Some real estate firms do not participate in IDX and their listings do not appear on this website https://sellerweb.ru/privacy-policy/\r\n  Some properties listed with participating firms do not appear on this website at the request of the seller https://sellerweb.ru/product/adapter-bluetooth-5-4-dlya-pk-do-100-metrov-rb54/\r\n  Web Design by The 215 Guys https://sellerweb.ru/category/setevaya-karta-wi-fi/\r\n \r\nAn old rendering of 3503 Midvale Avenue https://sellerweb.ru/product/adapter-bluetooth-5-3-sellerweb-rtl-809/\r\n \r\n\r\nКакие типы файлов cookie мы используем? \r\n1200 905 р https://sellerweb.ru/product/adapter-bluetooth-5-0-audio-sellerweb-t13/\r\n \r\n', '2025-03-06 03:14:31', ''),
(372, 'OliviaGreds', '82847185444', 'ebojajuje04@gmail.com', 'Hola, volia saber el seu preu.', '2025-03-06 08:11:03', ''),
(373, 'JohnGreds', '81357727414', 'yawiviseya67@gmail.com', 'হাই, আমি আপনার মূল্য জানতে চেয়েছিলাম.', '2025-03-06 16:56:46', '');
INSERT INTO `tbl_inquiry` (`id`, `Name`, `ContactNo`, `Email`, `Message`, `InqDate`, `CreatedBy`) VALUES
(374, 'Newton Poole', '81439721344', 'melaniefell51@gmail.com', 'Hello!! \r\nMy name is Newton Poole, I work as the Research and Procurement Pharmacist in a pharmaceutical company. I am writing to extend a business request to you.  I am looking for a trustworthy entrepreneur/individual to represent my company in sourcing some of Herbal oil basic raw materials used in the manufacturing of high-quality antiviral vaccines, cancer treatment, and other life-saving treatments. I am assuring you that good profits will be earned from the commission that will be paid to middle-person(s). \r\nI will provide exclusive details to you upon your acceptance. \r\nContact WhatsApp: +1 (512) 612-8854 \r\ncontact by email only when you don\'t have WhatsApp: newtonpoole@chemist.com \r\nI await your response to provide further details to you. \r\nRegards \r\nNewton Poole.', '2025-03-07 06:24:26', ''),
(375, 'NathanFoect', '87395835915', 'psincurousenlepen@mail.ru', 'Бумажные наполнители https://bestpack.ru/\r\n \r\n\r\nООО \r\nКак сделать заказ? \r\nК — универсальный, прочный крафт; BW — картон из беленой целлюлозы, предназначен для нанесения цветных принтов; MK — материал из смеси небеленых и беленых целлюлозных волокон; Т2 — прочный и недорогой картон, содержащий не более 60 % макулатуры; WT — лайнер из вторсырья с мелованным слоем; OY — крапчатый картон, полученный путем смешения небеленого вторсырья и беленой целлюлозы; С — лист из 85 % и более макулатуры; Т — дешевый картон из 100%-го вторсырья https://bestpack.ru/политика-конфиденциальности/\r\n \r\nОпытная команда профессионалов, используя отлаженную систему интернет – заказов, отработанную логистику работы с клиентами, без проблем и в короткие сроки доведет свою работу от приема заявки на поставку упаковочных товаров до момента их доставки https://bestpack.ru/accept/\r\n  Более 70% клиентов возвращаются к нам вновь https://bestpack.ru/services/\r\n \r\n', '2025-03-07 14:49:27', ''),
(376, 'Squierbwq', '81367817752', 'rschieferecke@gmail.com', 'By the end of the 15th century, 35', '2025-03-07 21:00:14', ''),
(377, 'JasonRag', '86687874518', 'li.sov.evg.en.i.j1.9.6@gmail.com', 'https://podborochka.vip/ https://full-porno.icu/ https://dolbezhka.club/ https://drochilnik.xyz/ https://sosyha.online/ https://8porn.club/ https://lomkapron.xyz/ https://porno363.online/ https://perdosa.online/ https://sexgig.icu/ https://moysex.xyz/ https://ebunovo.online/ https://sexham.online/ https://pornik.xyz/ https://pornozona.club/  \r\nhttps://homsexru.com/categories/ <a href=https://homsexru.com/>домашнее порно</a> \r\nhttps://it.365sexp.xyz/\r\nhttps://fr.mobajlporno.cam/\r\nhttps://tr.ebaha.top/\r\nhttps://en.eropponof.icu/\r\nhttps://de.24-xxx.icu/\r\n', '2025-03-08 01:54:21', ''),
(378, 'GarAlirl', '84897582858', 'recettes@cialis-otc.com', 'canada pharmacy do you swallow ondansetron http://medicprof.ru/podacha-kisloroda-pri-pomoshi-kislorodnoy-podushki tucsonloopy \r\nfavoured http://www.pingwins.nl/2017/11/26/openingstijden-december-januari/ canada pharmacy no prescription generic viagra \r\ncanadian pharmacy ticagrelor, global leaders http://s-sign.co.jp/d201_hekimen/d201_019/ dziennik \r\nmuchammad http://dverispas.ru/index.php?key=ps canada pharmacy fluticasone propionate other names \r\ncanadian pharmacy latanoprost gotas https://personaljournal.ca/canadapharmacyusacom/for-those-in-the-usa-seeking-a-dependable-source-of-affordable-medications vistagorham', '2025-03-08 04:02:30', ''),
(379, 'okmanena', '86934243462', 'oknaekaterinburg@rambler.ru', 'Предлагаем ознакомиться остекление в Екатеринбурге <a href=https://окна-екатеринбург.рф>алюминиевые окна цена</a> о теплом и холодном остеклении объектов. остекление зданий .', '2025-03-08 12:58:26', ''),
(380, 'Mike Julien Meyer\r\n', '89812739965', 'info@digital-x-press.com', 'Greetings, \r\n \r\nI know that many have difficulty understanding that search engine optimization requires time and a well-planned long-term commitment. \r\n \r\nUnfortunately, very few webmasters have the patience to observe the gradual yet business-changing results that can elevate their online presence. \r\n \r\nWith Google’s evolving algorithms, a steady, ongoing optimization plan is essential for securing a positive ROI. \r\n \r\nIf you see this as the best method, partner with us! \r\n \r\nDiscover Our Custom SEO Plans \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\nContact Us on WhatsApp \r\nhttps://www.digital-x-press.com/whatsapp-us/ \r\n \r\nWe provide exceptional value for your SEO spend, and you will appreciate choosing us as your SEO partner. \r\n \r\nThank you, \r\nDigital X SEO Experts \r\nPhone/WhatsApp: +1 (844) 754-1148', '2025-03-08 20:50:34', ''),
(381, 'Davidgfehon', '84269629817', 'gashish-i-shishki@kypit-v-ukraine.online', 'Купить Экстази и МДМА в Украине? САЙТ - KOKAINES.STORE Купить Экстази и МДМА Киев, Одесса, Львов, Харьков и др \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКак Купить Экстази и МДМА в Киеве? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА с доставкой в руки Купить? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА по Украине Купить? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА Харьков, Одесса, Львов, Ивано-Франковск? САЙТ - |https://kokaines.store/| \r\nЭкстази и МДМА в Городах Украины с доставкой в руки? САЙТ - |https://kokaines.store/| \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл бот, это тебе - \r\nКупить Экстази и МДМА в Киеве? Купить Экстази и МДМА в Харькове? Купить Экстази и МДМА в Одессе? Купить Экстази и МДМА в Днепре? Купить Экстази и МДМА в Львове? \r\nКупить Экстази и МДМА в Запорожье? Купить Экстази и МДМА в Кривом Рогу? Купить Экстази и МДМА в Николаеве? Купить Экстази и МДМА в Виннице? \r\nКупить Экстази и МДМА в Чернигове? Купить Экстази и МДМА в Полтаве? Купить Экстази и МДМА в Херсоне? Купить Экстази и МДМА в Хмельницком? \r\nКупить Экстази и МДМА в Черкассах? Купить Экстази и МДМА в Черновцах? Купить Экстази и МДМА в Житомере? Купить Экстази и МДМА в Сумах? \r\nКупить Экстази и МДМА в Ровно? Купить Экстази и МДМА в Ивано Франковске? Купить Экстази и МДМА в Тернополе? Купить Экстази и МДМА в Кропивницком? \r\nКупить Экстази и МДМА в Луцке? Купить Экстази и МДМА в Кременчуге? Купить Экстази и МДМА в Белой церкви? Купить Экстази и МДМА в Ужгороде? \r\nКупить Экстази и МДМА в Броварах? Купить Экстази и МДМА в Никополе? Купить Экстази и МДМА в Павлограде? \r\nПока пока Гугл бот, рад был встречи с тобой! \r\nТеги общего пользования - \r\nМаксимального качества Экстази и МДМА можно купить только в нашем магазине, так как Купить Экстази и МДМА в Украине нереально где то в \r\nдругом месте. Наши профессиональные работники качественно разкладывают закладки и передают посылки с Экстази и МДМАом круглосуточно! \r\nНе взирая на комендантский час, военное время, угрозу личной безопасности - наши закладчики розкладывают Экстази и МДМА круглосуточно. \r\nАбсолютно все закладки Экстази и МДМАа с гарантией, по этому у нас так много покупателей, которые любят, ценят и хотят Купить Наш Экстази и МДМА. \r\nКупить Экстази и МДМА с доставкой в руки есть возможность в таких городах как Киев, Харьков, Львов, Днепр, Николаев и другие. \r\nКачество каждой партии проверяем лично, по этому Купить Экстази и МДМА в Киеве или Львове, Харькове или Одессе можно не опасаясь. \r\nКогда звучит фраза \"Купить Экстази и МДМА в Украине\" - то каждый уважающий себя Украинец сразу же вспоминает наш сайт, потому что только \r\nтут можно Купить Экстази и МДМА в Украине в виде гидрохлорида без примесей, чистота Экстази и МДМАа в украине составляет 93-98% ГХД. \r\nНет разницы - на праздник, на день рожденье, На Новый год, просто погулять - Наш сайт не подведет НИКОГДА! И всегда Купить Экстази и МДМА можно!', '2025-03-10 00:09:46', ''),
(382, 'Robertsat', '85285144237', 'galya.usenko.63@mail.ru', 'Точный расчет рабочей сметы и согласование договора https://zz24.ru/razblokirovka-dlya-frog-a-s-ryichagom-a4364/\r\n \r\nХудожественные (ажурные) секционные заборы https://zz24.ru/lampa-signalnaya-svetodiodnaya-24-v/\r\n \r\nВысота каркаса https://zz24.ru/svarnyie-raspashnyie-vorota-15-11/\r\n  У нас представлены варианты от 1,5 до 4 метров https://zz24.ru/komplekt-privodov-dlya-raspashnyix-vorot-alutech-ambo-am5000kit-n/\r\n  Материал для секций https://zz24.ru/svarnoj-metallicheskij-zabor-s-elementami-kovki-1522-byistraya-dostavka-i-montazh-garantiya!/\r\n  Каркас сварного забора изготавливается из профильной трубы 40х20 мм https://zz24.ru/kovano-svarnyie-raspashnyie-vorota-15-20/\r\n  В качестве заполнителя и для лаг используется металлическая профтруба 20х20х1,5 мм, которая может быть приварена с одной или с двух сторон от вертикальных планок https://zz24.ru/tipovoe-ograzhdenie-24x368m-m-01-v1/\r\n  Покрытие https://zz24.ru/kovano-svarnyie-raspashnyie-vorota-15-24/\r\n  Все конструкции покрыты грунтовкой ГФ-021 красно-коричневого или серого цветов https://zz24.ru/kom-kt-avtomatiki-dlya-otkatnyix-vorot-sl1000acm-full/\r\n  Дополнительно мы рекомендуем своим клиентам покраску специальным полимерным порошком с последующей термообработкой https://zz24.ru/svarnyie-otkatnyie-vorota-s-kovanyimi-elementami-model-15-23/\r\n  Это позволяет продлить срок службы металлических изделий и увеличить их прочность https://zz24.ru/svarnoj-metallicheskij-zabor-s-elementami-kovki-1525-byistraya-dostavka-i-montazh-garantiya!/\r\n  Ковка https://zz24.ru/rejka-zubchataya-1-m-modul-4-cgzs/\r\n  Вы можете украсить свой забор дополнительными ковано-сварными элементами https://zz24.ru/antenna-43392-mgcz/\r\n  Наши менеджеры предложат вам каталог с эскизами и фото деталей, подскажет что есть в наличии на нашем складе или согласуют срок выполнения заказа https://zz24.ru/avtomatika-dlya-otkatnyix-vorot/?utm_term=avtomatika-dlya-otkatnyix-vorot-doorhan\r\n \r\nПанели украшают элементами художественной ковки — пиками, виноградной лозой, накладками, шишками, завитками, листьями, цветами, корзинками https://zz24.ru/perila-svarnyie/\r\n  Декоративные детали с объемной фактурой служат для украшения заборных секций, декорируют места креплений https://zz24.ru/dvuxskatnyie-tepliczyi/\r\n  Для защиты от попадания внутрь влаги, листвы, мусора верх столбов закрывают заглушками из ПВХ или декоративными колпаками из металла — с шарами, в форме пирамид, конусов или полусфер https://zz24.ru/kovano-svarnyie-raspashnyie-vorota-15-22/\r\n \r\nОт 28 600 руб https://zz24.ru/komplekt-privodov-dlya-raspashnyix-vorot-alutech-ambo-am5000kit/\r\n \r\nот 1 150 р https://zz24.ru/svarnyie-otkatnyie-vorota-model-15-08/\r\n \r\n', '2025-03-10 16:53:24', ''),
(383, 'AndrewToula', '87278791211', 'yaroslav.sevastyanov.1988@mail.ru', 'Примеры ответов Нейро на вопросы из разных сфер https://yaschiki.ru/product/poddon-2600-2400-250/\r\n \r\nДеревянную упаковку делают из доступного сырья https://yaschiki.ru/upakovka-oborudovaniya-v-termousadochnuyu-plenku/\r\n  Их хвойных пород получают тару, устойчивую к гниению с высокой механической прочностью и небольшим весом https://yaschiki.ru/upakovka-v-termoplenku/\r\n  Но в связи с возможным выделением смол такие контейнеры не подходят для перевозки продуктов питания https://yaschiki.ru/izgotovlenie-yashchikov-na-zakaz/\r\n  Из лиственных деревьев делают универсальную тару, обычно используют фанеру или древесностружечные плиты https://yaschiki.ru/product/derevyannii-yashchik-400-400-400/\r\n \r\nВопрос для Нейро https://yaschiki.ru/fanernaya-upakovka-dlya-oborudovaniya/\r\n \r\nТранспортные ящики - одни из самых популярных среди транспортной упаковки https://yaschiki.ru/product/derevyannii-yashchik-1500-1500-2200/\r\n  Они могут быть нескольких типов, включая деревянные ящики, фанерные ящики, ящики для OSB или ящики из древесноволокнистых плит https://yaschiki.ru/izgotovlenie-yashchikov-na-zakaz/\r\n  Большим преимуществом ящиков является их легкость, герметичность и отсутствие металлических соединительных элементов, таких как гвозди или шурупы https://yaschiki.ru/product/derevyannii-yashchik-1400-1000-1700/\r\n  Транспортные ящики также чрезвычайно устойчивы к любым механическим повреждениям, а также к неблагоприятным условиям благодаря своей высокой герметичности https://yaschiki.ru/product/derevyannii-yashchik-2300-600-400/\r\n \r\nЖесткая деревянная упаковка – виды и требования к изготовлению https://yaschiki.ru/product/derevyannii-yashchik-500-400-500/\r\n \r\nДЕРЕВЯННАЯ ТАРА https://yaschiki.ru/product/derevyannii-yashchik-1200-1200-750/\r\n \r\n', '2025-03-10 17:33:34', ''),
(384, 'ManuelFat', '88973288439', 'combontsegal37@mail.ru', '- Толщина утеплителя: 60мм - 100мм https://teplovtermo.ru/\r\n \r\nПрименение фасадных панелей в новом строительстве и при реконструкции на любых поверхностях и типах стен https://teplovtermo.ru/\r\n  Одновременно превосходное утепление и декоративная отделка фасада панелями https://teplovtermo.ru/\r\n  Возможность монтажа круглый год в любую погоду при температуре от +35 до -10С https://teplovtermo.ru/\r\n  Высокие теплотехнические характеристики фасадных панелей, обусловленные низким коэффициентом теплопроводности, отсутствием стыков в изоляции и как следствие этого экономия энергозатрат https://teplovtermo.ru/\r\n  Долговечность и надежность конструкции, подтвержденная испытаниями https://teplovtermo.ru/\r\n  Дополнительная полезная площадь за счет внешнего утепления https://teplovtermo.ru/\r\n  Быстрый и легкий монтаж, не требующий усиления фундамента и использования специалистов высокой квалификации https://teplovtermo.ru/\r\n  Высокая ремонтопригодность https://teplovtermo.ru/\r\n  Большой выбор цветовой гаммы и фактуры отделочных материалов https://teplovtermo.ru/\r\n \r\n- Плотность: 30кг/м3 https://teplovtermo.ru/\r\n \r\nТехнология впрессовывания декоративных элементов в утеплитель позволяет добиться более прочного соединения слоев, чем при склеивании; На стенах не образуется конденсат, они остаются сухими https://teplovtermo.ru/\r\n  Обустройство вентиляции с внутренних поверхностей панелей не требуется; Технология монтажа термопанелей  защищает от проникновения воды даже при сильном ливне; В качестве основания для термопанелей может использоваться любой материал, т https://teplovtermo.ru/\r\n  к https://teplovtermo.ru/\r\n  они крепятся саморезами https://teplovtermo.ru/\r\n  В утеплителе предусмотрены пластиковые профили, благодаря которым термопанель хорошо закрепляется на стене и не деформируется https://teplovtermo.ru/\r\n \r\nNeopor ГППС - 60, 80 и 100 мм ППС - от 30 до 100 мм ППУ - от 30 до 100 мм https://teplovtermo.ru/\r\n \r\nПринцип облицовки и монтажа термопанели https://teplovtermo.ru/\r\n \r\n', '2025-03-10 17:40:02', ''),
(385, 'Foambhu', '83963621855', 'sheddremodelingconsultantsllc@gmail.com', 'from lat. manus - \"hand\" and scribo - \"I write\") <>]', '2025-03-10 20:45:52', ''),
(386, 'CharlesRER', '84742377339', 'ofeliyasemenova1993@list.ru', '\r\n\r\n© 1995–2025 Forwint Solutions Ltd https://sellerweb.ru/opredelenie-versii-bluetooth-programma/\r\n  --> © 1995–2025 Netec Financial Ltd., 103 Sham Peng Tong Plaza, Victoria, Mahe, Seychelles --> Мы в Telegram: https://t https://sellerweb.ru/product/adapter-bluetooth-5-4-sellerweb-ba54/\r\n me/platiru Маркет в Telegram (бот): https://t https://sellerweb.ru/kabel-hdmi-type-c/\r\n me/platiMarketBot --> © 2025 ООО \"Ким сервис ПЛЮС\", 197353-3301-ООО, Кыргыз Республикасы, Бишкек, Октябрь району, 4 мкрн., 112 https://sellerweb.ru/product-category/airtag/\r\n \r\nServices https://sellerweb.ru/product/setevaya-karta-wi-fi-6e-2-4ghz-5ghz-6ghz-bluetooth-5-2-dlya-kompyutera-pci-e-sellerweb-f32/\r\n \r\nПолитика использования файлов cookie https://sellerweb.ru/product/salazki-ssd-hdd-2-5?-plastik-sellerweb-10313/\r\n \r\nНеобходимые файлы cookie позволяют нам предложить вам наилучший возможный опыт при доступе и навигации по нашему сайту и использовании его функций https://sellerweb.ru/product/adapter-bluetooth-5-0-audio-sellerweb-t13/\r\n  Например, эти файлы cookie позволяют нам узнать, что вы создали учетную запись и вошли в нее https://sellerweb.ru/product/adapter-bluetooth-5-1-sellerweb-a10/\r\n \r\n', '2025-03-10 20:54:51', ''),
(387, 'NathanFoect', '86629863389', 'psincurousenlepen@mail.ru', 'ООО \r\nУ нас Вы можете забрать товар на складе, день в день без предварительного заказа или воспользоваться удобной курьерской доставкой ??! Также работаем с транспортными компаниями для доставки в другие города https://bestpack.ru/accept/\r\n \r\nгруппа компаний \r\nВаш магазин почти не тратит деньги и время на покупку упаковки и приносит больше прибыли https://bestpack.ru/production/\r\n \r\nСтанция метро https://bestpack.ru/about/\r\n \r\n\r\n', '2025-03-12 12:19:29', ''),
(388, 'GeorgeGreds', '82412961944', 'ocopesuq299@gmail.com', 'Ողջույն, ես ուզում էի իմանալ ձեր գինը.', '2025-03-12 22:19:43', ''),
(389, 'Curtiskak', '83194853142', 'ramiraselezneva19908003@bk.ru', 'Получено РУ на бесконтактный тонометр с функцией пахиметрии TOP-1000 https://medvea.ru/katalog/14.-reanimaczionnoe-oborudovanie/prikrovatnyie-monitoryi-paczienta/modulnyij-monitor-paczienta-wq-003.html\r\n \r\nКрупный импортер медицинского оборудования и официальный дистрибьютор класса А по ряду брендов https://medvea.ru/katalog/5.-ingalyatoryi-i-nejbulajzeryi/5.2.-zapchasti-k-ingalyatoram/raspyilitel-(kolba)-dlya-lekarstvennyix-sredstv-rf2.html\r\n  Лучший дистрибьютор Canon по объемам продаж в 2018-2019 г https://medvea.ru/katalog/2.-apparatyi-dlya-passivnoj-mobilizaczii-sustavov-(artromot)/apparat-artromot-sp3-(apparat-dlya-razrabotki-golenostopnogo-sustava).html\r\n \r\nhttps://medvea.ru/katalog/18.-fizioterapevticheskoe-oborudovanie/18.4.-elektroterapiya,-smv-terapiya,-darsonvalizacziya/apparat-fizioterapii-«elfor-prof».html\r\n  26 https://medvea.ru/katalog/17.-termoindikatoryi-xolodovoj-czepi/17.3.elektronnyie-termoindikatoryi-dlya-odnokratnogo-ispolzovaniya/\r\n 60 Оборудование для облучения, электрическое диагностическое  https://medvea.ru/katalog/22.-kresla-donorskie/donorskoe-kreslo-dr04.html\r\n  и терапевтическое, применяемые в медицинских целях  https://medvea.ru/katalog/10.-oborudovanie-dlya-skoroj-i-neotlozhnoj-pomoshhi/10.4.-termoodeyala-mediczinskie/\r\n \r\nКомпания «Русмедимпорт» организует обучение специалистов заказчика по работе на приобретенных аппаратах практикующими врачами https://medvea.ru/katalog/7.-laboratornoe-oborudovanie/7.4.-analizatoryi/bioximicheskij-analizator-stat-fax-3300.html\r\n  В перечень услуг также входит профессиональный монтаж и настройка оборудования, консультирование по использованию медтехники и послепродажный сервис https://medvea.ru/katalog/15.-rengenologicheskoe-oborudovanie/15.1.-negatoskopyi/negatoskop-n-86.html\r\n  Наши заказчики https://medvea.ru/katalog/3.-ginekologicheskoe-oborudovanie/3.2.-videokompleksyi/videokompleks-dlya-kolposkopov-ks-02-zoom-komfort.html\r\n \r\nОтзывы о компании https://medvea.ru/katalog/7.-laboratornoe-oborudovanie/7.14.reagentyi-i-materialyi/razbavitel-dilyuent-dlya-gematologii.html\r\n \r\nEchoStation Echolight, Италия https://medvea.ru/katalog/12.-otolaringologiya,-surdo,defektologiya/\r\n \r\n', '2025-03-13 22:34:11', ''),
(390, 'Josephlor', '84628726633', '54@foxfix.online', 'https://avtoznak-dublikat.ru', '2025-03-14 03:17:54', ''),
(391, 'JacobKic', '87629263299', 'terjetade1977@mail.ru', 'Художественные изделия из гипса, бетона, стеклопластика и сочетания этих материалов становятся украшением садово-парковых городских зон, фасадов зданий, частных садовых участков  https://topdecorpro.ru/2023/01/12/1639/  Неприхотливые в уходе, но эффектные скульптуры любому пространству придают величия и роскоши  https://topdecorpro.ru/2023/05/18/dekoracii-v-moskvarium/  \r\nЭтап третий  https://topdecorpro.ru/nashi-klienty/  После согласования работы заказчиком скульптор изготавливает модель из мягкого материала (пластилин или глина) в масштабе 1:1  https://topdecorpro.ru/svarochnye-raboty/  Данная модель также согласовывается с заказчиком  https://topdecorpro.ru/category/novosti/page/3/  \r\nПолитика в отношении обработки персональных данных  https://topdecorpro.ru/2023/03/28/trubki-dlya-cirkovogo-shou/  \r\nПолигональный лев из стеклопластика  https://topdecorpro.ru/2021/09/16/rasshirjaem-kollektiv/  \r\nИзготовление скульптур и статуй на заказ  https://topdecorpro.ru/author/admin2/page/2/  \r\nЭтапы изготовления  https://topdecorpro.ru/2021/09/16/rasshirjaem-kollektiv/  \r\n', '2025-03-14 14:01:36', ''),
(392, 'Robertsat', '86961213566', 'galya.usenko.63@mail.ru', 'Товаров в каталоге: 10 шт https://zz24.ru/kovanyie-raspashnyie-vorota-15-30/\r\n \r\nСварной забор СТ-4РЦ https://zz24.ru/monitoryi-dlya-videodomofonov/\r\n \r\nСекции из сетки отличаются хорошей аэрацией, создают визуальное ощущение легкости и прозрачности, а так же не создают излишней затененности https://zz24.ru/lampa-signalnaya-svetodiodnaya-23024-v-svet-goluboj/\r\n \r\nДля изготовления ограждений с длительным сроком эксплуатации, целесообразно остановить выбор на следующих материалах: \r\nЦена: 2 690 руб https://zz24.ru/avtomatika-dlya-otkatnyix-vorot/?utm_term=avtomatika-otkatnyix-vorot-came\r\n \r\nДекоративные элементы забора https://zz24.ru/svarnoj-metallicheskij-zabor-1511-s-byistroj-dostavkoj-i-montazhom-garantiya!/\r\n \r\n', '2025-03-14 14:01:54', ''),
(393, 'ManuelFat', '88191838745', 'combontsegal37@mail.ru', 'Цена за шт https://teplovtermo.ru/\r\n : \r\nЦена за кв https://teplovtermo.ru/\r\n м: \r\nДва разных слоя надежно соединяются с помощью специальной технологии, при которой клинкерная плитка впрессовывается в утеплитель https://teplovtermo.ru/\r\n  Главное достоинство термопанелей – низкая теплопроводность, благодаря чему помещения не нагреваются в жару летом, а зимой в них сохраняется тепло https://teplovtermo.ru/\r\n \r\nВнимание! Вы можете заказать термопанели с любой представленной на нашем сайте плиткой, скомбинировав ее с любым типом и толщиной утеплителя! В разделах представлена лишь часть наименований! \r\nВиды фасадных термопанелей https://teplovtermo.ru/\r\n \r\nЦена за кв https://teplovtermo.ru/\r\n м: \r\n', '2025-03-14 14:53:13', ''),
(394, 'TedGreds', '84371153726', 'ocopesuq299@gmail.com', 'Szia, meg akartam tudni az árát.', '2025-03-15 04:26:16', ''),
(395, 'Diplomi_etpn', '88765787965', 'zlwrejeqrpn@rudiplomust.com', 'купить диплом лнр <a href=https://diplommruss.ru/>купить диплом лнр</a> .', '2025-03-15 12:30:29', ''),
(396, 'RobertGreds', '85776952634', 'aferinohis056@gmail.com', 'Hi, kam dashur të di çmimin tuaj', '2025-03-15 12:53:22', ''),
(397, 'Nicolepeara', '84944742918', 'footballcountcom@gmail.com', 'Canada - UFO Sightings at Airports: Have there been any unexplained UFO sightings at Canadian airports utilizing the AirOps application, and if so, could this advanced technology have unintended extraterrestrial interactions?VKLTV? -  \r\n \r\nAre you ready to elevate your betting game? Look no further! https://1wlmhc.com/v3/jetx-landing?p=e2sa VKLTV  is your ultimate guide to navigating the thrilling world of online gambling and sports betting. \r\n \r\nCanada - UFO Sightings at Airports: Have there been any unexplained UFO sightings at Canadian airports utilizing the AirOps application, and if so, could this advanced technology have unintended extraterrestrial interactions? \r\n• https://vkltv.top/bonus-category/welcome-bonus/  Top Bookmaker Ratings: Discover the most trusted casinos and bookmakers, all ranked for your convenience. \r\n• https://vkltv.top/corner-strategy/ Expert Sports Forecasts: Stay ahead with the latest predictions and trends from seasoned analysts. \r\n• https://1wlmhc.com/v3/lucky-jet-updated?p=r62f  Personalized Recommendations: Tailored insights designed to match your betting style and preferences. \r\n• https://1wlmhc.com/v3/2158/1win-mines?p=xrja Winning Strategies: Unlock tips and guides to improve your chances of success in every wager. \r\n• https://1wlmhc.com/?p=0fth  Easy to Use:  Designed for beginners and experts alike, it’s betting made simple and effective. \r\n \r\nCanada - UFO Sightings at Airports: Have there been any unexplained UFO sightings at Canadian airports utilizing the AirOps application, and if so, could this advanced technology have unintended extraterrestrial interactions? \r\n \r\nhttps://vkltv.top/the-markov-chain-in-sports-betting/ VKLTV  - with tools and knowledge to make smarter decisions, whether you’re betting on sports or exploring the best online casinos. Don’t just gamble — strategize and win! \r\n \r\nVisit https://vkltv.top/TV/eurosport-1/ today! \r\nWhere your winning streak begins. \r\n \r\n \r\n \r\nhttps://refpa7921972.top/L?tag=s_3440826m_355c_&site=3440826&ad=355&r=registration?type=fast - https://e.radikal.host/2024/09/22/1xBet.md.png', '2025-03-15 18:57:51', ''),
(398, 'Rubbermzp', '84694972199', 'akumaxxkoko@gmail.com', 'handwritten synonym', '2025-03-16 04:54:52', ''),
(399, 'Mike Oliver Goossens\r\n', '88281765299', 'info@strictlydigital.net', 'Greetings, \r\n \r\nReceiving some bunch of links linking to airops.me may result in 0 value or worse for your site. \r\n \r\nIt really isn’t important the number of backlinks you have, what matters is the amount of keywords those websites are optimized for. \r\n \r\nThat is the critical thing. \r\nNot the meaningless Domain Authority or SEO score. \r\nThese can be faked easily. \r\nBUT the number of ranking keywords the websites that point to your site rank for. \r\nThat’s the bottom line. \r\n \r\nMake sure these backlinks redirect to your site and your rankings will skyrocket! \r\n \r\nWe are offering this exclusive service here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nHave questions, or need more information, message us here: \r\nhttps://www.strictlydigital.net/whatsapp-us/ \r\n \r\nSincerely, \r\nMike Oliver Goossens\r\n \r\nstrictlydigital.net \r\nPhone/WhatsApp: +1 (877) 566-3738', '2025-03-16 09:47:35', ''),
(400, 'Securitygdc', '87386783173', 'jason@merambuilding.com', 'from a printed book, reproduction', '2025-03-16 22:27:42', ''),
(401, 'NestorheHoosY', '86836794343', 'gashish@cocaine-toshkent.online', 'Купить Гашиш в Ташкенте? Сайт - TOSHKENT-COCAINE.VIP Гашиш в Узбекистане - TOSHKENT-COCAINE.VIP \r\n. \r\n. \r\n| Купить Гашиш в Ташкенте или другом городе Узбекистана - https://toshkent-cocaine.vip/ | \r\n| Сколько стоит Гашиш в Ташкенте и по Узбекистану доставка - https://toshkent-cocaine.vip/ | \r\n| Лучший Гашиш в Ташкенте с возможностью доставки в руки купить - https://toshkent-cocaine.vip/ | \r\n| Купить через курьера в руки Гашиш в Ташкенте - https://toshkent-cocaine.vip/ | \r\n| Чистый Гашиш купить в Узбекистане - https://toshkent-cocaine.vip/ | \r\n| Для заказа Гашиша в Ташкенте и других городах писать на сайт - https://toshkent-cocaine.vip/ | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nОк Гугл, как купить Гашиш в Ташкенте - \r\nКупить Гашиш в Бухаре, Купить Гашиш в Ташкенте, Купить Гашиш в Самарканд, Купить Гашиш в Маргилан, \r\nКупить Гашиш в Карши , Купить Гашиш в Фергана, Купить Гашиш в Ургенч, Купить Гашиш в Андижан, Купить Гашиш в Коканд, \r\nКупить Гашиш в Термез, Купить Гашиш в Чирчик, Купить Гашиш в Навои, Купить Гашиш в Джизак, Купить Гашиш в Гюлистан. \r\nЦена на Гашиш в Узбекистане, Купить Гашиш в Розницу в Узбекистане, Моя лучшая покупка Гашиша была именно в Ташкенте, \r\nПриехал Курьер и привез мне Гашиш в Ташкенте. Я хочу остаться в Ташкенте на всегда из за того что тут можно \r\nКупить Гашиш в Ташкенте', '2025-03-17 02:30:17', ''),
(402, 'Williampfum', '88712368779', 'alpha-pvp@cocaine-toshkent.online', 'Купить Альфа ПВП в Ташкенте? Сайт - TOSHKENT-COCAINE.VIP Альфа ПВП в Узбекистане - TOSHKENT-COCAINE.VIP \r\n. \r\n. \r\n| Купить Альфа ПВП в Ташкенте или другом городе Узбекистана - https://toshkent-cocaine.vip/ | \r\n| Сколько стоит Альфа ПВП в Ташкенте и по Узбекистану доставка - https://toshkent-cocaine.vip/ | \r\n| Лучший Альфа ПВП в Ташкенте с возможностью доставки в руки купить - https://toshkent-cocaine.vip/ | \r\n| Купить через курьера в руки Альфа ПВП в Ташкенте - https://toshkent-cocaine.vip/ | \r\n| Чистый Альфа ПВП купить в Узбекистане - https://toshkent-cocaine.vip/ | \r\n| Для заказа Альфа ПВПа в Ташкенте и других городах писать на сайт - https://toshkent-cocaine.vip/ | \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nОк Гугл, как купить Альфа ПВП в Ташкенте - \r\nКупить Альфа ПВП в Бухаре, Купить Альфа ПВП в Ташкенте, Купить Альфа ПВП в Самарканд, Купить Альфа ПВП в Маргилан, \r\nКупить Альфа ПВП в Карши , Купить Альфа ПВП в Фергана, Купить Альфа ПВП в Ургенч, Купить Альфа ПВП в Андижан, Купить Альфа ПВП в Коканд, \r\nКупить Альфа ПВП в Термез, Купить Альфа ПВП в Чирчик, Купить Альфа ПВП в Навои, Купить Альфа ПВП в Джизак, Купить Альфа ПВП в Гюлистан. \r\nЦена на Альфа ПВП в Узбекистане, Купить Альфа ПВП в Розницу в Узбекистане, Моя лучшая покупка Альфа ПВПа была именно в Ташкенте, \r\nПриехал Курьер и привез мне Альфа ПВП в Ташкенте. Я хочу остаться в Ташкенте на всегда из за того что тут можно \r\nКупить Альфа ПВП в Ташкенте', '2025-03-17 16:35:17', ''),
(403, 'GeorgeGreds', '87593231196', 'ocopesuq299@gmail.com', 'Ola, quería saber o seu prezo.', '2025-03-17 21:16:44', ''),
(404, 'Healthpem', '85376241386', 'dylan@wikiinnovatorllc.com', 'In my opinion, if all website owners and bloggers made good content as you did, the web will probably be much more useful than ever before. best price buy http://www.doctorlondon.org/usa-kamagra/ kamagra cost where can i buy https://www.bridgeclinic.org/buy-prednisone-deltasone-online-at-lowest-price/ how to get cheap Memoire Historique Et Critique Sur Les Principales Circonstances de La Vie de Roger de St.', '2025-03-18 08:43:14', ''),
(405, 'PeterGulge', '84352564755', 'semundoran@int.pll', 'Dokumenty kolekcjonerskie to niezwykle ciekawy obszar dla milosników historii i kultury materialnej. Obejmuje szeroki zakres artefaktów, takich jak stare paszporty, dowody osobiste, prawa jazdy, bilety czy legitymacje. Kolekcjonowanie takich dokumentów moze byc pasjonujacym hobby, pozwalajacym na zglebianie historii i obyczajów róznych epok. Jednakze, ze wzgledu na swój charakter, dokumenty te budza równiez pewne kontrowersje, szczególnie w kontekscie ich ewentualnego wykorzystania w sposób niezgodny z prawem. \r\n \r\nHistoria dokumentów kolekcjonerskich \r\n \r\nKolekcjonowanie dokumentów ma swoje korzenie w XIX wieku, kiedy to zainteresowanie historia i archeologia zaczelo rosnac wsród zamozniejszych warstw spolecznych. Z czasem, obok starozytnych rekopisów i ksiazek, pojawilo sie równiez zainteresowanie dokumentami o bardziej wspólczesnym charakterze, takimi jak bilety z wydarzen kulturalnych, legitymacje czy inne przedmioty zwiazane z codziennym zyciem. \r\n \r\nW XX wieku, zwlaszcza po I wojnie swiatowej, dokumenty takie jak paszporty czy dowody osobiste zaczely byc postrzegane jako cenne pamiatki rodzinne, a takze interesujace obiekty dla kolekcjonerów. Ich wartosc wynikala nie tylko z ich rzadkosci, ale takze z kontekstu historycznego, w jakim powstaly i byly uzywane. \r\n \r\nWartosc dokumentów kolekcjonerskich \r\n \r\nWartosc dokumentów kolekcjonerskich zalezy od wielu czynników, takich jak ich stan, wiek, rzadkosc oraz historyczne znaczenie. Na przyklad, paszport z okresu miedzywojennego nalezacy do znanej postaci historycznej moze osiagnac na aukcjach wysoka cene. Z kolei bilety z waznych wydarzen sportowych czy koncertów moga byc poszukiwane przez kolekcjonerów z calego swiata. \r\n \r\nWartosc dokumentów czesto wzrasta, gdy sa one zwiazane z waznymi momentami w historii, takimi jak wojny, rewolucje, czy zmiany polityczne. Na przyklad, dokumenty z czasów PRL-u, takie jak legitymacje partyjne czy przepustki graniczne, moga byc szczególnie cenione przez kolekcjonerów zainteresowanych historia Polski. \r\n \r\nczytaj dalej \r\n \r\nhttps://dyplomik.com/pl/', '2025-03-19 11:58:04', ''),
(406, 'LeonardRucky', '88381334778', 'siatimscompma1978@mail.ru', 'Размеры 5 https://bitovkiarenda.ru/kakuyu-stroitelnuyu-bytovku-vybrat-dlya-biznesa-prakticheskie-sovety-po-vyboru-i-organizaczii-rabochego-prostranstva/\r\n 85x2 https://bitovkiarenda.ru/proizvodstvo-stroitelnyh-bytovok-iz-chego-i-kak/\r\n 4 м? Отделка внутренняя вагонка пвх Общая площадь 14 https://bitovkiarenda.ru/usloviya-arendy-bytovok/\r\n 04 м? Окна с окном Утепление с утеплением https://bitovkiarenda.ru/pustaya-bytovka/\r\n \r\nКак подготовить основу под бытовку? Придется ли нам строить фундамент? \r\nСтолы обеденные https://bitovkiarenda.ru/prorabskaya-bytovka/\r\n \r\nЖелезные кровати https://bitovkiarenda.ru/category/catalog/bpage/2/soglasie-na-obrabotku-personalnyh-dannyh/soglasie-na-obrabotku-personalnyh-dannyh\r\n \r\nСтулья для строительной бытовки — это прочные складные сиденья с металлическим каркасом и устойчивыми ножками, предназначенные для использования на стройке https://bitovkiarenda.ru/category/blog/\r\n  Они обеспечивают комфорт, долговечность и безопасность благодаря качественным материалам и яркому цвету https://bitovkiarenda.ru/o-kompanii/\r\n \r\nДополнительно: \r\n', '2025-03-19 14:59:56', ''),
(407, 'Davidgeono', '86554713936', 'tacusol-6816@mail.ru', 'Среди предложений иомпании  отлично впишется в любой интерьер https://www.legnostyle.ru/catalog/mebel/scg-28.html\r\n   Огромный выбор мебели для гостиниц, баров и бильярдных могут заинтересовать также профессионалов https://www.legnostyle.ru/catalog/lestnici/elitnye/lestnica-l1-13.html\r\n \r\nВ Гонконге в прошлом году проживало около 60 тысяч мультимиллионеров, чьи активы оцениваются в 10 млн гонконгских долларов и более, что в перерасчёте в американские \r\nЧто включает в себя само понятие  могут рассказать о социальном статусе своего владельца больше, чем любые словесные характеристики https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/dver-p2.html\r\n   В элитной мебели прекрасно всё https://www.legnostyle.ru/catalog/kuhni/kuhna-25.html\r\n   Выбор материала, дизайнерское решение, безупречное исполнение, качественная фурнитура и масса иных, более мелких деталей, характеризуют мебель высокого класса https://www.legnostyle.ru/catalog/inter-eri/s20.html\r\n \r\nОтделка мебели кожей позволяет сделать и без того идеальную итальянскую мебель еще более интересной и необычной https://www.legnostyle.ru/catalog/mebel/shkafy-sekcii-gorki/scg-34.html\r\n   Для дизайнеров кожа как отделочный материал, выше любых модных тенденций https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-o3.html\r\n   Она может быть использована везде - в абажуре, в шкафах, в кроватях, даже на полу и на стенах https://www.legnostyle.ru/catalog/mebel/mebel-dla-domasnei-biblioteki/b-1.html\r\n \r\n Количество категорий людей, которые приезжают в Китай, строго ограничено https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/arka-a6.html\r\n   Как правило, это туристы, бизнесмены или студенты https://www.legnostyle.ru/mezhkomnatnye-dveri-knizhka.html?PAGEN_2=20\r\n   Есть еще эмигранты и рабочие https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/?PAGEN_1=13\r\n    И если бизнесмены с \r\nКитай с 1975 года смог успешно вернуть из космоса более двадцати спутников https://www.legnostyle.ru/catalog/mejkomnatnie-dveri/nestandarnye/model-i19.html\r\n   Китайцы уверены, что технология, связанная с такими космическими аппаратам, уже доказала свою надежность https://www.legnostyle.ru/catalog/mebel/iz-duba/?PAGEN_1=18\r\n \r\n', '2025-03-19 15:38:18', ''),
(408, 'Batteriescat', '83318415191', 'hummer2185@gmail.com', 'manuscripts underwent in the Middle', '2025-03-20 08:32:13', ''),
(409, 'Humminbirdiwg', '87815912115', 'laurenbloomgarden@gmail.com', 'manuscripts significantly', '2025-03-20 17:31:09', ''),
(410, 'TedGreds', '82144976171', 'aferinohis056@gmail.com', 'Hai, saya ingin tahu harga Anda.', '2025-03-20 22:55:49', ''),
(411, 'RobertGreds', '83535331776', 'aferinohis056@gmail.com', 'Salut, ech wollt Äre Präis wëssen.', '2025-03-21 13:41:21', ''),
(412, 'Luis Alves', '87988346259', 'projectoffice111@gmail.com', 'Dear Sir/Madam, \r\nIt is my utmost desire in engaging this moment to introduce to you myself as well our Firm. \r\nMy name is Luis Alves, a private investment Consultant. I\'m contacting you to inquire if your company welcomes investors, as we currently offer business finance loans to companies and corporate businesses that need funding to execute their projects. \r\nWe carry out disposals, acquisitions, and financing of companies from USD 10 million up to USD 1 Billion with an APR of 2% per annum. \r\nIf you have a viable business seeking for quick Loan or Funding Partners, kindly get in touch as I look forward to your thoughtful response. \r\nPlease reach out to me, through this following email: luisalves@izafinconsultant.com if you need further details about the funding scheme. \r\nBest regards, \r\nMr. Luis Alves. \r\nE-mail: luisalves@izafinconsultant.com', '2025-03-21 15:53:30', ''),
(413, 'Mike Helmut Visser\r\n', '89743756363', 'mike@monkeydigital.co', 'Hey, \r\n \r\nThis is Mike from Monkey Digital, \r\nI am getting in touch regarding a exciting business deal. \r\n \r\nHow would you like to feature our promotions on your website and redirect via your custom affiliate link towards hot-selling products from our platform? \r\n \r\nThis way, you make a recurring 35% commission, month after month from any transactions that generate from your website. \r\n \r\nThink about it, all businesses benefit from SEO, so this is a huge opportunity. \r\n \r\nWe already have over 12,000 affiliates and our commissions are processed every month. \r\nLast month, we paid out a significant amount in payouts to our affiliates. \r\n \r\nIf you want in, kindly chat with us here: \r\nhttps://monkeydigital.co/affiliates-whatsapp/ \r\n \r\nOr sign up today: \r\nhttps://www.monkeydigital.co/join-our-affiliate-program/ \r\n \r\nBest Regards, \r\nMike Helmut Visser\r\n \r\nPhone/whatsapp: +1 (775) 314-7914', '2025-03-22 20:58:40', ''),
(414, 'Mike Daan Jensen\r\n', '87715997247', 'info@speed-seo.net', 'Hello, \r\n \r\nInterested in how your online presence is performing? \r\nDiscover its areas of improvement with our Complimentary SEO Audit! \r\n \r\nIn just 2 minutes, you’ll get a comprehensive breakdown of your site’s optimization and actionable insights to enhance your visibility. \r\n \r\nGet started towards higher rankings and growth. \r\n \r\nRun Your Free SEO Check Now \r\nhttps://www.speed-seo.net/check-site-seo-score/ \r\n \r\nDon’t let overlooked SEO issues hold you back. \r\nImprove your site today and outrank competitors in your industry! \r\n \r\nNeed more info? Whatsapp with a SEO expert: https://www.speed-seo.net/whatsapp-with-us/ \r\n \r\nBest regards, \r\n \r\n \r\nMike Daan Jensen\r\n \r\nSpeed SEO \r\nPhone/WhatsApp: +1 (833) 454-8622', '2025-03-23 12:13:23', ''),
(415, 'Verever', '83173321931', 'papopips@o4ko.space', 'Здравствуйте, прочитал пост девушки об этой организации и не только этой под руководством директора Абросимова В.Н. \r\nСам пост здесь https://telegra.ph/Otzyv-o-moshennikah-Armor-ZMI-gorod-Marks-MP-orbita-TD-ZKS-01-15. Хочу поделиться своей историей. Сам отзыв я оставил здесь: https://rateorg.com/57688. Также читайте отзывы про эти конторы \r\nhttps://reviews.yandex.ru/shop/td-zks.ru \r\nhttps://2gis.ru/engels/firm/70000001026666256/tab/reviews \r\nhttps://xn--80aadjlwktfy.xn--p1ai/avto_i_transport/avtomobili/7993-nedobrosovestnyy-postavschik.html (здесь от 2013 года отзыв, они уже более десяти лет обманывают людей, немыслимо!!!) \r\nhttps://vk.com/wall-56628241_882 \r\nОтзыв \r\nКак только начал работать с этой компанией, сразу стало понятно, что это не более чем обычная шарага. ООО «Армор-ЗМИ» это, по сути, мелкая организация с ужасным менеджментом. Когда я заказал металлические конструкции, думал, что получу что-то хотя бы на уровне. Ну а что можно ожидать от фирмы с уставным капиталом в 10 000 рублей? Не ожидал ничего особенного, но такой откровенной лажи даже не мог себе представить. \r\nСначала все казалось норм, но как только пошел процесс, всё пошло по наклонной. Сроки доставки не просто затягиваются, они просто исчезают! Звонишь, пытаешься понять, что происходит, а они кидают отговорки и постоянно на что-то ссылаются то машины нет, то сотрудников. Сами металлоконструкции вообще не соответствуют заявленному качеству. Кажется, что они просто взяли дешёвое железо и, не утруждая себя дополнительной обработкой, отправили мне. Все криво, косо, как будто на коленке сделано. \r\nГенеральный директор, Вадим Абросимов, вообще отдельная история. Звоню, пытаюсь поговорить, а на том конце трубки человек, который по делу вообще ничего сказать не может. Приятель, который посоветовал эту компанию, признался, что лизинговые автомобили, которые они арендуют, это их единственная реальная активность. Продукция? Да никто ей не занимается! \r\nТак что если хотите купить что-то приличное и не угробить проект держитесь подальше от этой шараги. Самое страшное такие компании продолжают работать, потому что не знаю, кто реально хочет связываться с ними на долгий срок. \r\nНе наступайте на те же грабли. Будьте внимательны. Да, с позволения девушки, которая писала отзыв, я оставлю контакты всех организаций где так бесславно трудится недобросовестный директор Абросимов В.Н.: \r\nСайт TD-zks.ru телефоны 89370291117, 88453544710, почта info@td-zks.ru. ИНН 6449075860 \r\nСайт Mp-orbita.ru +7 (927) 227-13-48, почта info@mp-orbita.ru. ИНН 6449104817 \r\nСайт Запчасти-к-станкам.рф телефоны 89372555454, 89376333838 почты armor.zmi@mail.ru,89372555454@yandex.ru. юрлицо АрморЗМИ ИНН 6449102915 \r\nСайт Запчасти-для-станков.рф телефоны 88453711348, 89272281348 почта mettex-64@mail.ru. ИНН 6449104817 \r\nБудьте очень внимательны, если наткнулись на данные организации - бегите без оглядки, не теряйте деньги и время. Спасибо за внимание. \r\nhttps://telegra.ph/Otzyv-o-moshennikah-Armor-ZMI-gorod-Marks-direktor-Abrosimov-VN-01-16 \r\n \r\n \r\nhttps://tinyurl.com/moshenniki \r\n<a href=https://designer-clothes.net/best-luxury-clothes-brands/#comment-6391>Отзыв о ТД ЗКС - обманщики</a>\r\n<a href=http://thrope.co.kr/bbs/board.php?bo_table=online&wr_id=3189>Отзыв о Армор ЗМИ М</a>\r\n<a href=https://medre.ru/mc/meditcinskij-tcentr-evromed.php>Отзыв о ИНН 6449104817 - жулики</a>\r\n<a href=http://grangelaresidencial.com/index.php/ca/component/k2/item/1/1>Отзыв о MP-Orbita.ru - кидают на деньги</a>\r\n<a href=https://savitov.ru/2021/12/21/hello-world/>Отзыв о ИНН 6449104817 - жулики</a>\r\n 5b1_acb ', '2025-03-25 11:01:45', ''),
(416, 'RobertGreds', '82763534316', 'aferinohis056@gmail.com', 'Hai, saya ingin tahu harga Anda.', '2025-03-26 20:21:28', ''),
(417, 'April Cameron', '81881133179', 'bluerockinvestmentslimited@gmail.com', 'Greetings, \r\n \r\nI hope this message finds you well, I\'m April Cameron from Blue Rock, and I\'m reaching out to introduce an exclusive investment opportunity that aligns with your financial objectives. If you\'re interested in learning more, please reply to this email at ac@bluerockinvest.co.uk.? \r\n \r\nBest regards, \r\n \r\nApril Cameron', '2025-03-26 23:29:43', ''),
(418, 'Visionfpx', '81417251625', 'ambra.tomaello@topregal.com', 'only a few survived.', '2025-03-28 17:23:03', ''),
(419, 'Mike Arne Laurent\r\n', '88853225713', 'mike@monkeydigital.co', 'Dear Webmaster, \r\n \r\nI wanted to reach out with something that could seriously boost your website’s traffic. We work with a trusted ad network that allows us to deliver authentic, country-targeted social ads traffic for just $10 per 10,000 visits. \r\n \r\nThis isn\'t bot traffic—it’s real visitors, tailored to your preferred location and niche. \r\n \r\nWhat you get: \r\n \r\n10,000+ high-quality visitors for just $10 \r\nLocalized traffic for your chosen location \r\nHigher volumes available based on your needs \r\nTrusted by SEO experts—we even use this for our SEO clients! \r\n \r\nInterested? Check out the details here: \r\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\nOr connect instantly on WhatsApp: \r\nhttps://monkeydigital.co/whatsapp-us/ \r\n \r\nLet\'s get started today! \r\n \r\nBest, \r\nMike Arne Laurent\r\n \r\nPhone/whatsapp: +1 (775) 314-7914', '2025-03-29 04:15:16', ''),
(420, 'Testerfek', '87713125745', 'castilloj80@gmail.com', 'Century to a kind of destruction:', '2025-03-29 08:11:55', ''),
(421, 'GeorgeGreds', '86196565667', 'xiceruxuk02@gmail.com', 'Dia duit, theastaigh uaim do phraghas a fháil.', '2025-03-29 08:45:53', ''),
(422, 'Scannerrzl', '81969479942', 'mike49er@sbcglobal.net', 'term manuscript (late lat.manuscriptum,', '2025-03-30 07:44:43', ''),
(423, 'TedGreds', '83785217815', 'aferinohis056@gmail.com', 'Szia, meg akartam tudni az árát.', '2025-03-30 09:58:16', ''),
(424, 'Mike Alain Brown\r\n', '87334897175', 'info@professionalseocleanup.com', 'Maybe you`re not aware of this, but airops.me  has a dangerous number of links pointing to it. \r\n \r\nWe can help: \r\nhttps://www.professionalseocleanup.com/ \r\nMike Alain Brown\r\n \r\ninfo@professionalseocleanup.com \r\nPhone/WhatsApp: +1 (833) 454-8622 \r\nhttps://www.professionalseocleanup.com/whatsapp/', '2025-03-30 14:36:54', ''),
(425, 'EOTechuxs', '88374598938', 'msnewemail99@gmail.com', 'works of art.', '2025-03-30 15:22:27', '');
INSERT INTO `tbl_inquiry` (`id`, `Name`, `ContactNo`, `Email`, `Message`, `InqDate`, `CreatedBy`) VALUES
(426, 'GeorgeLuh', '89181272222', 'prosperhaven007@gmail.com', 'You\'re drowning in debt and desperately searching for a lifeline. The constant worry about money has taken over your life, affecting your sleep, relationships, and mental wellbeing. Trust me, I get it—debt can feel like quicksand, the harder you struggle, the deeper you sink. But here\'s the good news: 2025 offers new opportunities, strategies, and tools to help you break free from debt\'s crushing grip faster than you might think possible. \r\n \r\nIn this guide, we\'ll explore practical, actionable steps to accelerate your debt payoff journey. No empty promises or get-rich-quick schemes—just proven strategies adapted for today\'s economic climate. Whether you\'re dealing with credit card debt, student loans, medical bills, or a combination of financial obligations, the techniques we\'ll discuss can help you create a roadmap to financial freedom. \r\n \r\n<b>The Debt Crisis in America: Why 2025 Is Different</b> \r\n \r\nThe average American household carries over $97,000 in debt in 2025, including mortgages, car loans, credit cards, and student loans. What\'s truly alarming isn\'t just the amount but how these debts increasingly consume a larger portion of monthly income. \r\n \r\nHere\'s why getting out of debt in 2025 requires a different approach: \r\n \r\n<>] Interest rates have fluctuated dramatically over the past year \r\n<>] New financial technology has created opportunities for refinancing and debt consolidation \r\n<>] The gig economy and remote work have expanded income-boosting possibilities \r\n<>] Federal policies on student loans and medical debt have introduced new relief options \r\n<>] Artificial intelligence tools have made personalized financial planning more accessible \r\n \r\nAnd there\'s the kicker—research shows that those who follow structured debt elimination plans are nearly three times more likely to become debt-free than those who tackle debt haphazardly. \r\n \r\n<b>Step 1: Face Your Financial Reality (The Crucial First Move)</b> \r\n \r\nBefore diving into specific strategies, you need to confront the full extent of your debt situation. It\'s like trying to navigate out of a maze while blindfolded—impossible unless you can see the whole picture. \r\n \r\n<b>Create Your Complete Debt Inventory</b> \r\n \r\nLet\'s start with a thorough audit. Grab a notebook or open a spreadsheet and list every single debt you owe: \r\n \r\n<>] Creditor name (who you owe) \r\n<>] Current balance (total amount owed) \r\n<>] Interest rate (the percentage you\'re being charged) \r\n<>] Minimum monthly payment \r\n<>] Due date \r\n<>] Debt type (credit card, mortgage, student loan, etc.) \r\n \r\nFor many, this process reveals surprising insights. I\'ve worked with clients who discovered forgotten debts, realized they were paying outrageous interest rates on small balances, or found errors that, once corrected, immediately improved their situation. \r\n \r\n<quote>One client, Sarah, was shocked to find she was paying 29.99% interest on a store credit card with a $2,300 balance while focusing all her extra payments on a 5.5% car loan. This simple inventory exercise helped her redirect her strategy and save over $400 in interest in just three months.</quote> \r\n \r\n<b>Calculate Your Debt-to-Income Ratio</b> \r\n \r\nYour debt-to-income (DTI) ratio is a critical metric that lenders use to evaluate your financial health, but it\'s also valuable for your personal assessment. To calculate it: \r\n \r\n<>] Add up all your monthly debt payments \r\n<>] Divide by your gross monthly income (before taxes) \r\n<>] Multiply by 100 to get a percentage \r\n \r\nFor example, if you pay $2,000 monthly toward debts and earn $5,000 monthly, your DTI is 40%. \r\n \r\nBelow 30%: Generally considered manageable \r\n30-43%: Cause for concern, action needed \r\nAbove 43%: Financial danger zone, urgent intervention required \r\n \r\nIf your DTI exceeds 43%, don\'t panic—the strategies in this guide become even more crucial for your financial recovery. \r\n \r\n<b>Step 2: Stop the Bleeding (Preventing New Debt)</b> \r\n \r\nBefore focusing on debt payoff, you must stop accumulating more debt. It\'s like trying to empty a bathtub while the faucet is still running—counterproductive and frustrating. \r\n \r\n<b>Create a Zero-Based Budget</b> \r\n \r\nUnlike traditional budgeting where you simply track expenses, a zero-based budget assigns every dollar of income a specific job until you reach zero unallocated dollars. This approach forces intentionality with your money. \r\n \r\nHere\'s a simplified process: \r\n \r\n<>] List all income sources for the month \r\n<>] List all required expenses (housing, food, utilities, minimum debt payments) \r\n<>] Allocate remaining funds to additional debt payments, savings, and discretionary spending \r\n<>] Adjust categories until your income minus expenses equals zero \r\n \r\nThis budgeting style typically helps people find an extra 5-10% of their income that was previously \"leaking\" out of their finances unnoticed. \r\n \r\n<b>The Cash Diet Challenge</b> \r\n \r\nConsider taking the \"cash diet\" challenge for 30 days. It\'s exactly what it sounds like—using cash for all discretionary spending instead of cards. Studies consistently show that people spend 12-18% less when using physical cash versus cards because of the psychological \"pain\" of parting with tangible money. \r\n \r\nFor maximum impact, use envelope budgeting: \r\n \r\n<>] Label envelopes for different spending categories (groceries, entertainment, etc.) \r\n<>] Place the budgeted amount of cash in each envelope at the beginning of the month \r\n<>] When an envelope is empty, that category\'s budget is spent \r\n<>] No borrowing from other envelopes! \r\n \r\nWhile it may seem old-fashioned, this tactile approach to money management can create powerful spending awareness. \r\n \r\n<b>Identify and Eliminate Financial Leaks</b> \r\n \r\nTake a hard look at your recurring expenses—those seemingly small monthly subscriptions and memberships that collectively drain your resources: \r\n \r\n<>] Streaming services you rarely use \r\n<>] Gym memberships when you exercise elsewhere \r\n<>] Magazine subscriptions that pile up unread \r\n<>] Food delivery service memberships despite the markup \r\n<>] Premium app subscriptions with free alternatives \r\n \r\n<quote>I once helped a client audit her subscriptions, and we discovered 14 different monthly charges totaling $267. She immediately cut $189 worth, directing that money toward her debt instead—resulting in nearly $2,300 more toward debt payment annually.</quote> \r\n \r\n<b>Step 3: Choose Your Debt Elimination Strategy</b> \r\n \r\nWith your debt inventory complete and new debt accumulation halted, it\'s time to develop a systematic approach to eliminating existing debt. Two popular methods stand out for their effectiveness and psychological benefits. \r\n \r\n<b>The Avalanche Method: Mathematically Optimal</b> \r\n \r\nThe debt avalanche approach focuses on interest rates, directing extra payments toward the highest-interest debt first while making minimum payments on everything else. Once the highest-interest debt is eliminated, you roll that payment into the next highest, creating an increasingly powerful \"avalanche\" of debt payments. \r\n \r\n<b>Pros:</b> \r\n<>] Saves the most money in interest \r\n<>] Often results in the fastest total payoff time \r\n<>] Appeals to analytically-minded people \r\n \r\n<b>Cons:</b> \r\n<>] May take longer to experience your first debt elimination \r\n<>] Can be demotivating if high-interest debts have large balances \r\n \r\nLet\'s see how this might work with a sample debt profile: \r\n \r\n<b>Debt           | Balance   | Interest Rate | Min. Payment</b> \r\n<b>----------------|-----------|---------------|--------------</b> \r\nCredit Card A   | $4,500    | 22.99%        | $135 \r\nPersonal Loan   | $8,000    | 12.5%         | $267 \r\nCredit Card B   | $1,200    | 19.99%        | $35 \r\nCar Loan        | $11,500   | 6.9%          | $375 \r\nStudent Loan    | $22,000   | 5.05%         | $225 \r\n \r\nWith the avalanche method, you\'d target Credit Card A first, then Credit Card B, followed by the Personal Loan, Car Loan, and finally the Student Loan—strictly based on interest rates from highest to lowest. \r\n \r\n<b>The Snowball Method: Psychologically Powerful</b> \r\n \r\nThe debt snowball takes a different approach, focusing on quick wins by paying off the smallest balances first, regardless of interest rates. As with the avalanche, you make minimum payments on all debts but direct extra funds to the smallest balance until it\'s gone. \r\n \r\n<b>Pros:</b> \r\n<>] Creates motivating early wins \r\n<>] Simplifies finances faster by reducing the number of monthly payments \r\n<>] Research shows higher completion rates due to psychological benefits \r\n \r\n<b>Cons:</b> \r\n<>] Usually costs more in total interest \r\n<>] Mathematically less efficient than the avalanche method \r\n \r\nUsing our same sample debt profile, the snowball order would be: \r\n \r\n<>] Credit Card B ($1,200) \r\n<>] Credit Card A ($4,500) \r\n<>] Personal Loan ($8,000) \r\n<>] Car Loan ($11,500) \r\n<>] Student Loan ($22,000) \r\n \r\n<b>Which Method Is Right for You?</b> \r\n \r\nThe best approach depends on your personality and motivation style: \r\n \r\n<>] Choose the avalanche if you\'re motivated by efficiency and saving money \r\n<>] Choose the snowball if you need the psychological boost of early wins \r\n \r\nHere\'s a compromise that works for many people: If your highest-interest debt is also relatively small, start there to get both mathematical and psychological benefits. From there, assess whether you need the motivation of quick wins (snowball) or prefer maximum savings (avalanche). \r\n \r\n<b>Step 4: Accelerate Your Debt Payoff with Income Boosting</b> \r\n \r\nWhile cutting expenses helps, increasing your income can dramatically accelerate your debt elimination. In 2025\'s gig economy, opportunities abound for generating additional cash flow. \r\n \r\n<b>Leverage Your Primary Job</b> \r\n \r\nBefore looking elsewhere, maximize earnings at your current employment: \r\n \r\n<>] Request a salary review: 60% of people who ask for raises receive them \r\n<>] Pursue overtime opportunities when available \r\n<>] Acquire valuable certifications that may qualify you for higher pay \r\n<>] Negotiate non-salary benefits like transportation allowances or meal subsidies that reduce expenses \r\n \r\n<b>Explore Side Hustles Aligned with Your Skills</b> \r\n \r\nThe gig economy has evolved beyond basic delivery and rideshare services. Consider these options based on your existing skills: \r\n \r\n<>] Professional service freelancing: Accounting, design, writing, coding \r\n<>] Teaching or tutoring: Online platforms connect experts with students \r\n<>] Consulting: Businesses often prefer hiring contractors over employees \r\n<>] Product creation: Digital downloads, courses, or physical products \r\n<>] Space rental: From parking spaces to spare rooms \r\n \r\nThe key is finding opportunities that offer the highest return for your time investment. A junior graphic designer might earn $15/hour at their day job but command $50+/hour for freelance projects—making this a more efficient use of limited time than driving for a rideshare service. \r\n \r\n<b>Monetize Underutilized Assets</b> \r\n \r\nLook around your home—you likely own things that could generate income: \r\n \r\n<>] Vehicle rental on peer-to-peer platforms when not in use \r\n<>] Equipment rental for specialized tools or electronics \r\n<>] Storage space rental in garages, attics, or spare rooms \r\n<>] Sell unused items through marketplace apps \r\n \r\n<quote>One client paid off $7,200 in credit card debt in just five months by renting his pickup truck through a peer-to-peer service on weekends and evenings when he wasn\'t using it.</quote> \r\n \r\n<b>Step 5: Debt Consolidation and Refinancing Options for 2025</b> \r\n \r\nStrategic debt restructuring can lower interest rates and simplify your payment process. However, this approach requires careful evaluation to ensure it truly helps your situation. \r\n \r\n<b>Balance Transfer Credit Cards</b> \r\n \r\nSeveral credit card issuers offer 0% introductory APR periods on balance transfers, typically ranging from 12-21 months in 2025. This allows you to move high-interest credit card debt to a new card and pay zero interest during the promotional period. \r\n \r\n<b>What to watch for:</b> \r\n<>] Transfer fees (typically 3-5% of the transferred amount) \r\n<>] The regular APR after the promotional period ends \r\n<>] Credit score requirements (usually 680+ for the best offers) \r\n<>] Promotional period length \r\n \r\n<b>Calculation tip:</b> Compare the balance transfer fee against the interest you\'d pay on your current card during the same timeframe. For example, a 4% fee on a $6,000 balance costs $240 upfront, but if you\'re currently paying 22% interest, you\'d pay approximately $1,320 in interest over a year—making the transfer worthwhile. \r\n \r\n<b>Personal Debt Consolidation Loans</b> \r\n \r\nFixed-rate personal loans can be used to pay off multiple high-interest debts, leaving you with a single monthly payment, often at a lower interest rate. \r\n \r\n<b>Best for:</b> \r\n<>] Credit card debt consolidation \r\n<>] Medical bills \r\n<>] High-interest personal loans \r\n \r\n<b>What to watch for:</b> \r\n<>] Origination fees \r\n<>] Prepayment penalties \r\n<>] Extended loan terms that might increase total interest paid \r\n<>] Secured vs. unsecured options \r\n \r\nIn 2025, several online lenders offer pre-qualification with soft credit checks, allowing you to compare potential rates without affecting your credit score. \r\n \r\n<b>Home Equity Options (Proceed with Caution)</b> \r\n \r\nIf you own a home with equity, you might consider: \r\n \r\n<>] Home equity loans (fixed amount, fixed rate) \r\n<>] Home equity lines of credit or HELOCs (variable rates, flexible borrowing) \r\n \r\nThese typically offer the lowest interest rates among consolidation options but use your home as collateral, creating significant risk. \r\n \r\n<b>Warning:</b> Converting unsecured debt (like credit cards) to secured debt (like home equity products) means potentially losing your home if you default. Only consider this option if you\'re certain about your ability to make payments. \r\n \r\n<b>Step 6: Negotiate with Creditors (Most People Skip This!)</b> \r\n \r\nMany people don\'t realize that creditors often prefer negotiation over default or collections. Here are effective negotiation strategies by debt type: \r\n \r\n<b>Credit Card Debt Negotiation</b> \r\n \r\n<b>For cards with good payment history:</b> \r\n<>] Interest rate reduction: Simply calling and asking for a lower rate succeeds about 70% of the time for accounts in good standing \r\n<>] Hardship programs: Temporary rate reductions or payment plans for financial difficulties \r\n<>] Annual fee waivers: Often possible with a simple phone call \r\n \r\n<b>For accounts in collections or severely delinquent:</b> \r\n<>] Lump-sum settlements: Offering 30-50% of the balance as immediate payment \r\n<>] Structured settlements: Negotiated payments over 3-18 months \r\n<>] Pay-for-delete arrangements: Negotiating removal from credit reports upon payment \r\n \r\n<b>Medical Debt Strategies</b> \r\n \r\nMedical debt offers unique negotiation opportunities: \r\n \r\n<>] Itemized bill reviews: Studies show 80% of medical bills contain errors \r\n<>] Financial assistance programs: Many hospitals have unpublicized programs \r\n<>] Prompt-pay discounts: Offering immediate partial payment often results in 15-30% discounts \r\n<>] Interest-free payment plans: Most medical providers offer these if asked \r\n \r\n<b>Student Loan Options in 2025</b> \r\n \r\nFederal student loans provide various relief options: \r\n \r\n<>] Income-driven repayment plans \r\n<>] Public Service Loan Forgiveness programs \r\n<>] Temporary forbearance or deferment \r\n<>] Rehabilitation programs for defaulted loans \r\n \r\nPrivate student loans have fewer options but may offer: \r\n \r\n<>] Temporary hardship programs \r\n<>] Interest rate reductions for automated payments \r\n<>] Refinancing opportunities \r\n \r\n<b>Remember:</b> Successful negotiation requires preparation, persistence, and documentation. Always get agreements in writing before making payments based on negotiated terms. \r\n \r\n<b>Step 7: Protect Your Progress with Strategic Habits</b> \r\n \r\nGetting out of debt is an achievement, but staying out of debt requires building financial resilience. \r\n \r\n<b>Create an Emergency Fund Buffer</b> \r\n \r\nEven while paying off debt, set aside a small emergency fund—initially aim for $1,000, then build toward one month\'s expenses. This prevents new debt accumulation when unexpected expenses arise. \r\n \r\nResearch shows that households with even small emergency savings of $250-500 are significantly less likely to turn to high-interest debt during financial shocks. \r\n \r\n<b>Automate Your Financial Life</b> \r\n \r\nRemove willpower from the equation by automating good financial habits: \r\n \r\n<>] Set up automatic payments for at least the minimum on all debts \r\n<>] Create automatic transfers to savings on payday \r\n<>] Establish account alerts for low balances or unusual spending \r\n<>] Use expense tracking apps that categorize spending automatically \r\n \r\n<b>Practice Financial Self-Care</b> \r\n \r\nDebt freedom requires psychological endurance. Implement these practices: \r\n \r\n<>] Celebrate small milestones to maintain motivation \r\n<>] Find free or low-cost stress relief activities \r\n<>] Connect with debt-free communities for support \r\n<>] Practice gratitude for progress made \r\n<>] Visualize life after debt to maintain focus \r\n \r\n<quote>As one client told me, \"The spreadsheets track my financial progress, but my journal tracks my emotional progress—both are equally important in this journey.\"</quote> \r\n \r\n<b>Real-World Debt Elimination Success Stories</b> \r\n \r\nLet\'s look at how these strategies have worked for real people facing substantial debt in 2025: \r\n \r\n<b>Mike and Jen: $67,000 Debt-Free in 26 Months</b> \r\n \r\nThis couple faced $67,000 in combined debt: credit cards, car loans, and student loans. Their approach: \r\n \r\n<>] Used the debt snowball to eliminate smaller debts first \r\n<>] Sold one car and bought a cheaper replacement to eliminate a $23,000 loan \r\n<>] Lived on one income and used the second income entirely for debt payment \r\n<>] Temporarily downsized their apartment, saving $600 monthly \r\n<>] Both took on weekend work, adding $1,500 monthly to debt payments \r\n \r\n<quote><b>Key insight:</b> \"The lifestyle sacrifices were temporary, but the financial freedom is permanent.\"</quote> \r\n \r\n<b>Alisha: $42,000 Medical Debt Resolved for $17,800</b> \r\n \r\nAfter a complicated pregnancy without adequate insurance, Alisha faced overwhelming medical bills: \r\n \r\n<>] Requested itemized bills and identified $7,200 in billing errors \r\n<>] Qualified for a hospital financial assistance program, reducing the bill by 35% \r\n<>] Negotiated a lump-sum settlement on the remaining balance by offering immediate payment \r\n<>] Used a combination of savings and a low-interest family loan to make the payment \r\n \r\n<quote><b>Key insight:</b> \"I never would have thought to question the bill amounts before this experience. Now I know medical bills are absolutely negotiable.\"</quote> \r\n \r\n<b>Marcus: $31,000 Credit Card Debt Eliminated in 19 Months</b> \r\n \r\nA small business owner who accumulated credit card debt during a slow period: \r\n \r\n<>] Transferred balances to two 0% APR cards, saving over $5,500 in interest \r\n<>] Restructured his business finances to extract an additional $1,100 monthly \r\n<>] Temporarily moved in with family, directing $1,400 monthly housing costs to debt \r\n<>] Sold unused business equipment, applying $8,300 directly to debt \r\n<>] Negotiated with two creditors for reduced payoff amounts \r\n \r\n<quote><b>Key insight:</b> \"The shame I felt about my debt kept me from taking action for too long. Once I treated it as a problem to solve rather than a personal failure, everything changed.\"</quote> \r\n \r\n<b>Specialized Debt Strategies for 2025</b> \r\n \r\nDifferent types of debt require specialized approaches in 2025\'s financial landscape: \r\n \r\n<b>Mortgage Acceleration Tactics</b> \r\n \r\nIf your mortgage is your largest debt: \r\n \r\n<>] Biweekly payments instead of monthly (26 half-payments instead of 12 full ones) \r\n<>] Recasting options after lump-sum payments \r\n<>] Principal-only extra payments \r\n \r\nNote that with current mortgage rates, aggressive mortgage payoff isn\'t always the best financial move—sometimes investing might yield better returns than paying off low-interest mortgage debt. \r\n \r\n<b>Auto Loan Escape Plans</b> \r\n \r\nUpside-down car loans (owing more than the car\'s value) require strategic thinking: \r\n \r\n<>] Gap insurance for protection if underwater on the loan \r\n<>] Refinancing options for high-interest auto loans \r\n<>] Voluntary surrender vs. repossession consequences \r\n<>] Trade-down strategies to eliminate car debt \r\n \r\n<b>Tax Debt Resolution Approaches</b> \r\n \r\nTax debt carries unique powers and options: \r\n \r\n<>] IRS installment agreements \r\n<>] Offer in Compromise possibilities \r\n<>] Currently Not Collectible status \r\n<>] Statute of limitations on collections \r\n \r\nAlways consult with a tax professional for these situations, as DIY approaches can be particularly risky with tax authorities. \r\n \r\n<b>Technology Tools for Debt Elimination in 2025</b> \r\n \r\nThe financial technology landscape continues to evolve, offering powerful tools to assist your debt payoff journey: \r\n \r\n<b>Debt Payoff Apps and Platforms</b> \r\n \r\n<>] Payoff tracking visualizations: See progress and projection charts \r\n<>] Round-up tools: Automatically apply spare change to debt \r\n<>] Behavioral psychology features: Achievement systems that boost motivation \r\n<>] Community support components: Connect with others on similar journeys \r\n \r\nMost of these apps offer free basic versions with premium features for subscribers. \r\n \r\n<b>AI-Powered Financial Coaching</b> \r\n \r\nArtificial intelligence financial tools have become remarkably sophisticated in 2025: \r\n \r\n<>] Personalized debt elimination strategies based on spending patterns \r\n<>] Predictive analysis of potential savings from different approaches \r\n<>] Automated negotiation assistance for creditor communications \r\n<>] Customized side hustle suggestions based on your skills and market demand \r\n \r\nWhile AI tools provide valuable guidance, combine their insights with human judgment for optimal results. \r\n \r\n<b>Avoiding Debt Settlement and Consolidation Scams</b> \r\n \r\nAs debt problems increase, so do predatory \"solutions.\" Be wary of: \r\n \r\n<>] Upfront fee requirements before services are delivered \r\n<>] Guarantees of specific debt reduction percentages \r\n<>] Instructions to stop communicating with creditors \r\n<>] Promises to remove accurate negative information from credit reports \r\n<>] High-pressure sales tactics or artificial time limits on offers \r\n \r\n<b>Remember:</b> If it sounds too good to be true in the debt relief space, it almost certainly is. \r\n \r\n<b>Life After Debt: Building Long-Term Financial Health</b> \r\n \r\nThe habits that eliminate debt can be redirected to build wealth once you\'re debt-free: \r\n \r\n<>] Maintain your debt payment amount as savings/investments \r\n<>] Establish a complete emergency fund (3-6 months of expenses) \r\n<>] Increase retirement contributions to at least employer match levels \r\n<>] Begin investing for medium-term goals (5-10 years away) \r\n<>] Create an annual financial review process to stay on track \r\n \r\nThe psychological freedom from eliminating debt often significantly improves quality of life—many former debtors report better sleep, reduced anxiety, improved relationships, and greater career satisfaction after becoming debt-free. \r\n \r\n<b>Conclusion: Your Debt-Free Future Starts Today</b> \r\n \r\nBreaking free from debt isn\'t just about the numbers—it\'s about reclaiming your future, reducing stress, and creating financial options for yourself and your family. The strategies outlined in this guide have helped thousands achieve debt freedom, even in challenging economic circumstances. \r\n \r\n<b>Remember these core principles:</b> \r\n<>] Complete awareness of your debt situation \r\n<>] Stopping new debt accumulation \r\n<>] Choosing a systematic payoff strategy \r\n<>] Increasing income where possible \r\n<>] Negotiating with creditors \r\n<>] Building financial safeguards \r\n<>] Staying psychologically motivated \r\n \r\nThe journey to debt freedom isn\'t always linear—there will be setbacks and unexpected challenges. What matters is maintaining persistent forward progress, celebrating small wins, and keeping your eyes on the debt-free future that awaits. \r\n \r\nYour financial rebirth begins with a single step. Which strategy from this guide will you implement first? \r\n \r\n \r\n \r\n \r\nhttps://personalfinancesolutionsworldwide.blogspot.com/2023/09/debt-consolidation-loans-in-2025-5-ways.html \r\n \r\n \r\n<a href=https://personalfinancesolutionsworldwide.blogspot.com/2025/02/how-to-get-out-of-debt-fast-in-2025-7.html>How to get out of debt fast in 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2025/02/how-to-get-out-of-debt-fast-in-2025-7.html>Best debt payoff strategies 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2025/03/budget-planner-calculator.html>Free budget planner template 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2023/10/how-to-improve-your-credit-score-in.html>How to improve credit score in 30 days</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2023/11/best-investment-options-for-beginners.html>Best investment apps for beginners 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/01/tax-deductions-in-2025-7-ways-to-slash.html>Tax deductions guide for 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2023/08/debt-consolidation-loans-in-2025-5-ways.html>Debt consolidation loans pros and cons</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/07/how-to-save-for-down-payment-on-house.html>How to save for a house down payment fast</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/06/retirement-planning-101-secure-your.html>Retirement planning steps for 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/05/what-is-good-credit-score-your-ultimate.html>What is a good credit score in 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/09/best-credit-cards-for-specific-needs-eg.html>Best credit cards for travel rewards 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2023/04/how-to-start-investing-with-little.html>How to start investing with $100</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/03/debt-snowball-vs-debt-avalanche-in-2025.html>Debt snowball vs avalanche 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2025/03/budget-planner-calculator.html>Emergency fund calculator 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/11/how-to-save-money-on-bills-slash-your.html>How to negotiate medical bills down</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2025/01/what-are-stocks-and-bonds-your-2025.html>Best high-yield savings accounts 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2023/06/how-to-file-taxes-in-2025-7-steps-to.html>How to file taxes online free 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2023/10/how-to-improve-your-credit-score-in.html>Credit repair tips for beginners</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2025/03/budget-planner-calculator.html>How to create a monthly budget spreadsheet</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2023/07/personal-loans-in-2025-7-smart-ways-to.html>Personal loan rates comparison 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/04/slash-your-grocery-bill-smart-saving.html>Ways to save money on groceries 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/09/best-credit-cards-for-specific-needs-eg.html>Balance transfer credit cards for bad credit</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2024/11/how-to-dispute-errors-on-my-credit.html>How to dispute credit report errors</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2023/12/financial-independence-retire-early.html>Financial planning for millennials 2025</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2025/01/what-are-stocks-and-bonds-your-2025.html>Best retirement accounts for freelancers</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2023/10/how-to-improve-your-credit-score-in.html>How to build credit with no credit history</a>, <a href=https://personalfinancesolutionsworldwide.blogspot.com/2025/02/how-to-get-out-of-debt-fast-in-2025-7.html>Side hustles to pay off debt fast</a>', '2025-03-30 19:51:19', ''),
(427, 'JohnGreds', '89867798967', 'zekisuquc419@gmail.com', 'Γεια σου, ήθελα να μάθω την τιμή σας.', '2025-03-31 00:40:18', ''),
(428, 'RobertGreds', '81763262985', 'aferinohis056@gmail.com', 'Kaixo, zure prezioa jakin nahi nuen.', '2025-04-02 00:31:22', ''),
(429, 'Holographicoua', '86671254375', 'ddsperio@gmail.com', 'Since manuscripts are subject to deterioration', '2025-04-02 02:36:39', ''),
(430, 'Beaterrcs', '88554436987', 'rguedez00@gmail.com', 'multiplies (see also article', '2025-04-02 06:52:55', ''),
(431, 'Zodiaczif', '87413874531', 'charleslobetti@yahoo.com', 'from lat. manus - \"hand\" and scribo - \"I write\") <>]', '2025-04-02 09:15:27', ''),
(432, 'Milwaukeezun', '82798459862', 'business@youssofal.com', 'among them acquired \"Moral', '2025-04-02 16:41:11', ''),
(433, 'Nespressojhs', '85548117734', 'travisborn@elitetmg.com', 'By the end of the 15th century, 35', '2025-04-02 18:18:41', ''),
(434, 'Mike Eric Frangois\r\n', '84281159895', 'info@digital-x-press.com', 'Greetings, \r\n \r\nI know that many struggle accepting that SEO requires time and a well-planned ongoing investment. \r\n \r\nThe reality is, very few site owners have the determination to wait for the progressive yet powerful gains that can completely change their business. \r\n \r\nWith constant search engine updates, a reliable, commitment to SEO is necessary for securing a high return on investment. \r\n \r\nIf you agree this as the right approach, give us a try! \r\n \r\nDiscover Our SEO Growth Packages \r\nhttps://www.digital-x-press.com/unbeatable-seo/ \r\n \r\nReach Out on WhatsApp \r\nhttps://www.digital-x-press.com/whatsapp-us/ \r\n \r\nWe offer unbeatable results for your investment, and you won’t regret choosing us as your growth partner. \r\n \r\nBest regards, \r\nDigital X SEO Experts \r\nPhone/WhatsApp: +1 (844) 754-1148', '2025-04-02 23:41:41', ''),
(435, 'Stanleydox', '81635759488', 'info@alliplnews.my', ' very interesting, but nothing sensible  \r\n_________________ \r\n<a href=\"https://cricket2025.work/3283.html\">cricket 2025</a>', '2025-04-03 00:58:19', ''),
(436, 'Beaterbkj', '87379917189', 'fowlerj@gmail.com', 'multiplies (see also article', '2025-04-04 08:22:07', ''),
(437, 'GeorgeGreds', '89853861166', 'xiceruxuk02@gmail.com', 'Xin chào, tôi muốn biết giá của bạn.', '2025-04-04 13:37:01', ''),
(438, 'Linksysfri', '87225675751', 'freemanandco.wi@gmail.com', 'Europe, and in Ancient Russia', '2025-04-06 20:41:07', ''),
(439, 'Blenderpap', '84392733317', 'schuhmann5586@gmail.com', 'manuscripts held onto', '2025-04-07 21:06:37', ''),
(440, 'TedGreds', '88277633716', 'aferinohis056@gmail.com', 'Ndewo, achọrọ m ịmara ọnụahịa gị.', '2025-04-08 03:22:00', ''),
(441, 'RobertGreds', '87168826127', 'aferinohis056@gmail.com', 'Dia duit, theastaigh uaim do phraghas a fháil.', '2025-04-08 13:33:14', ''),
(442, 'Mojavetow', '82188214894', 'hyeyong@yahoo.com', 'or their samples written', '2025-04-09 03:15:47', ''),
(443, 'CHIRPsft', '81741138542', 'vvsthailand@gmail.com', 'then only a few have reached us', '2025-04-09 04:17:27', ''),
(444, 'Artisanlmd', '81397173741', 'sandwfarmservice@gmail.com', 'manuscripts underwent in the Middle', '2025-04-09 21:49:17', ''),
(445, 'Mike Peder Williams\r\n', '87757959636', 'info@strictlydigital.net', 'Greetings, \r\n \r\nHaving some bunch of links linking to airops.me could have zero worth or worse for your website. \r\n \r\nIt really doesn’t matter the total backlinks you have, what is crucial is the amount of keywords those platforms appear in search for. \r\n \r\nThat is the key factor. \r\nNot the overrated Moz DA or SEO score. \r\nThat anyone can do these days. \r\nBUT the number of Google-ranked terms the websites that point to your site contain. \r\nThat’s what really matters. \r\n \r\nGet these quality links link to your domain and your site will see real growth! \r\n \r\nWe are introducing this powerful offer here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nNeed more details, or want clarification, reach out here: \r\nhttps://www.strictlydigital.net/whatsapp-us/ \r\n \r\nKind regards, \r\nMike Peder Williams\r\n \r\nstrictlydigital.net \r\nPhone/WhatsApp: +1 (877) 566-3738', '2025-04-10 22:55:09', ''),
(446, 'MiaGreds', '87869393584', 'zekisuquc419@gmail.com', 'Salut, ech wollt Äre Präis wëssen.', '2025-04-11 19:16:30', ''),
(447, 'RobertGreds', '85965742818', 'aferinohis056@gmail.com', 'Ndewo, achọrọ m ịmara ọnụahịa gị.', '2025-04-12 14:18:18', ''),
(448, 'Wirelessbur', '81994897122', 'klwvettese@gmail.com', 'for Countess Louise of Savoy', '2025-04-13 00:50:51', ''),
(449, 'Lavillciz', '85632878446', 'revers711@1ti.ru', '<a href=https://chimmed.ru/products/lenz-fl-bot-flask500mlns29-32-id=3961288>lenz fl bot flask, 500ml, ns29 32 - купить онлайн в интернет-магазине химмед </a> \r\nTegs: <u>mouse hn 1 arm2 gene orf cdna clone expression plasmid, c myc tag - купить онлайн в интернет-магазине химмед </u> \r\n<i>mouse hn 1 arm2 gene orf cdna clone expression plasmid, c ofpspark tag - купить онлайн в интернет-магазине химмед </i> \r\n<b>mouse hn 1 arm2 gene orf cdna clone expression plasmid, n ha tag - купить онлайн в интернет-магазине химмед </b> \r\n \r\nlenz fl bot flask, 50ml, ns29 32 - купить онлайн в интернет-магазине химмед  https://chimmed.ru/products/lenz-fl-bot-flask50mlns29-32-id=3889892', '2025-04-13 18:38:59', ''),
(450, 'Avalancheofj', '84839314771', 'coty@powersbailbonds.net', 'or their samples written', '2025-04-13 22:09:57', ''),
(451, 'Premiumprw', '84975751474', 'ghuman1967@gmail.com', 'written on the parchment was scratched out', '2025-04-14 23:36:51', ''),
(452, 'cricketBAW', '88152156113', 'werso081iu@rambler.ru', ' very good  \r\n_________________ \r\n<a href=\"https://2025-ipl.shop/7569.html\">worldcup 2025</a>', '2025-04-16 12:50:24', ''),
(453, 'Businessgob', '88676357515', 'nadine.stoner@m-solv.com', 'among them acquired \"Moral', '2025-04-16 14:31:21', ''),
(454, 'RobertGreds', '81126687663', 'aferinohis056@gmail.com', 'Прывітанне, я хацеў даведацца Ваш прайс.', '2025-04-17 12:45:15', ''),
(455, 'ThomasLiz', '86898218368', 'semuldons@int.pl', 'Dokumenty kolekcjonerskie to niezwykle ciekawy obszar dla milosników historii i kultury materialnej. Obejmuje szeroki zakres artefaktów, takich jak stare paszporty, dowody osobiste, prawa jazdy, bilety czy legitymacje. Kolekcjonowanie takich dokumentów moze byc pasjonujacym hobby, pozwalajacym na zglebianie historii i obyczajów róznych epok. Jednakze, ze wzgledu na swój charakter, dokumenty te budza równiez pewne kontrowersje, szczególnie w kontekscie ich ewentualnego wykorzystania w sposób niezgodny z prawem. \r\n \r\nHistoria dokumentów kolekcjonerskich \r\n \r\nKolekcjonowanie dokumentów ma swoje korzenie w XIX wieku, kiedy to zainteresowanie historia i archeologia zaczelo rosnac wsród zamozniejszych warstw spolecznych. Z czasem, obok starozytnych rekopisów i ksiazek, pojawilo sie równiez zainteresowanie dokumentami o bardziej wspólczesnym charakterze, takimi jak bilety z wydarzen kulturalnych, legitymacje czy inne przedmioty zwiazane z codziennym zyciem. \r\n \r\nW XX wieku, zwlaszcza po I wojnie swiatowej, dokumenty takie jak paszporty czy dowody osobiste zaczely byc postrzegane jako cenne pamiatki rodzinne, a takze interesujace obiekty dla kolekcjonerów. Ich wartosc wynikala nie tylko z ich rzadkosci, ale takze z kontekstu historycznego, w jakim powstaly i byly uzywane. \r\n \r\nWartosc dokumentów kolekcjonerskich \r\n \r\nWartosc dokumentów kolekcjonerskich zalezy od wielu czynników, takich jak ich stan, wiek, rzadkosc oraz historyczne znaczenie. Na przyklad, paszport z okresu miedzywojennego nalezacy do znanej postaci historycznej moze osiagnac na aukcjach wysoka cene. Z kolei bilety z waznych wydarzen sportowych czy koncertów moga byc poszukiwane przez kolekcjonerów z calego swiata. \r\n \r\nWartosc dokumentów czesto wzrasta, gdy sa one zwiazane z waznymi momentami w historii, takimi jak wojny, rewolucje, czy zmiany polityczne. Na przyklad, dokumenty z czasów PRL-u, takie jak legitymacje partyjne czy przepustki graniczne, moga byc szczególnie cenione przez kolekcjonerów zainteresowanych historia Polski. \r\n \r\nczytaj dalej \r\n \r\nhttps://dobreplastiki.com/pl/', '2025-04-17 15:11:08', ''),
(456, 'DanielTix', '87167978887', 'tttt733w@gmail.com', 'multitudinous *lo*li* \r\n \r\n \r\n \r\n \r\n \r\n==> eit.tw/NedNzg <== \r\n \r\n==> 2h.ae/nkEk <==', '2025-04-17 19:55:08', ''),
(457, 'WilliamJar', '84379668679', 'prosperhaven007@gmail.com', 'Discover the secrets to achieving optimal wellness with our expert guidance. From mindful movement and natural skincare to gut health supplements and digital detox retreats, our comprehensive resource covers it all. Learn how to prioritize your mental health, boost your energy, and nourish your body with our actionable tips and expert advice. Whether you\'re looking to improve your sleep hygiene, optimize your fitness routine, or simply find a sense of calm, we\'ve got you covered. Explore our curated content and start your journey towards a balanced, holistic lifestyle today! \r\n \r\n<a href=https://wellness-warrior-guide.blogspot.com/2025/01/sleep-improvement-your-fun-guide-to.html>Wellness Products</a>', '2025-04-18 21:11:39', ''),
(458, 'JohnGreds', '83447533482', 'zekisuquc419@gmail.com', 'Sveiki, aš norėjau sužinoti jūsų kainą.', '2025-04-18 23:15:26', ''),
(459, 'Ipl2025rarly', '83533198263', 'rtx_fl40@rambler.ru', ' not working  \r\n_________________ \r\n<a href=\"https://ipl2025.pics/128.html\">indian premier league 2025</a>', '2025-04-18 23:39:53', ''),
(460, 'Professionalile', '85119321741', 'kreene1987@gmail.com', 'bride, Julie d\'Angenne.', '2025-04-19 01:51:24', ''),
(461, 'Mike Noah Bakker\r\n', '85139836415', 'info@speed-seo.net', 'Hi, \r\nWorried about hidden SEO issues on your website? Let us help — completely free. \r\nRun a 100% free SEO check and discover the exact problems holding your site back from ranking higher on Google. \r\n \r\nRun Your Free SEO Check Now \r\nhttps://www.speed-seo.net/check-site-seo-score/ \r\n \r\nOr chat with us and our agent will run the report for you: https://www.speed-seo.net/whatsapp-with-us/ \r\n \r\nBest regards, \r\n \r\n \r\nMike Noah Bakker\r\n \r\nSpeed SEO Digital \r\nEmail: info@speed-seo.net \r\nPhone/WhatsApp: +1 (833) 454-8622', '2025-04-19 23:06:57', ''),
(462, 'Mike Richard Fournier\r\n', '84426521443', 'mike@monkeydigital.co', 'Hey, \r\n \r\nThis is Mike from Monkey Digital, \r\nI am contacting you regarding a exciting collaboration. \r\n \r\nHow would you like to show our promotions on your website and redirect via your personalized tracking link towards high-demand products from our business? \r\n \r\nThis way, you earn a 35% commission, month after month from any purchases that are made from your website. \r\n \r\nThink about it, everyone benefit from SEO, so this is a huge opportunity. \r\n \r\nWe already have 12k+ affiliates and our commissions are paid out on time. \r\nLast month, we distributed $27280 in commissions to our promoters. \r\n \r\nIf interested, kindly contact us here: \r\nhttps://monkeydigital.co/affiliates-whatsapp/ \r\n \r\nOr sign up today: \r\nhttps://www.monkeydigital.co/join-our-affiliate-program/ \r\n \r\nBest Regards, \r\nMike Richard Fournier\r\n \r\nPhone/whatsapp: +1 (775) 314-7914', '2025-04-20 08:54:30', ''),
(463, 'iplcupfal', '89192281757', 'werso0160iu@rambler.ru', 'Cool, I\'ve been looking for this one for a long time \r\n_________________ \r\n<a href=https://cricket2025.mom/3239.html>cricket-2025</a>', '2025-04-20 10:47:29', ''),
(464, 'Fingerboardnqv', '88718843362', 'gerry33309@aol.com', 'Since the era of Charlemagne', '2025-04-21 00:59:31', ''),
(465, 'Ahmed Abdulla', '87874731294', 'ahmed.abdulla00175@gmail.com', 'Dear Sir/ma, \r\n \r\nWe are a financial services and advisory company mandated by our investors to seek business opportunities and projects for possible funding and debt capital financing. \r\n \r\nPlease note that our investors are from the Gulf region. They intend to invest in viable business ventures or projects that you are currently executing or intend to embark upon as a means of expanding your (their) global portfolio. \r\n \r\nWe are eager to have more discussions on this subject in any way you believe suitable. \r\n \r\nPlease contact me on my direct email: ahmed.abdulla@dejlaconsulting.com \r\n \r\nLooking forward to working with you. \r\n \r\nYours faithfully, \r\nAhmed Abdulla \r\nfinancial advisor \r\nDejla Consulting LLC', '2025-04-22 02:36:39', ''),
(466, 'Artisanuav', '81349277432', 'hasudb@yahoo.com', 'so expensive material', '2025-04-22 10:09:23', ''),
(467, 'GeorgeGreds', '87873246895', 'xiceruxuk02@gmail.com', 'Hi, roeddwn i eisiau gwybod eich pris.', '2025-04-23 08:10:47', ''),
(468, 'LarryAmbug', '87782512348', 'gugloff.444@gmail.com', 'Оформим второе гражданство, вид на жительство (ВНЖ) или резидентство в разных странах СНГ, Европы и Америки. Смотрите <a href=https://www.youtube.com/watch?v=OUSCRDQbB2o><b>вступительное видео</b></a>: \r\nhttps://www.youtube.com/@migrapractice \r\n \r\nВторое гражданство, практическая иммиграция, иммиграция, вид на жительство, ВНЖ, Зелёная карта (green card) США \r\nГражданство стран Евросоюза под ключ \r\nГражданство на основании корней \r\nГражданство Кыргызстана под ключ \r\nГражданство Польши под ключ \r\nГражданство Болгарии под ключ \r\nГражданство Австрии под ключ \r\nГражданство Греции под ключ \r\nГражданство Израиля под ключ \r\n \r\nПишите нам в <a href=https://t.me/LibFinTravel><b>ТЕЛЕГРАМ</b></a>: https://t.me/LibFinTravel \r\n \r\nИли заходите на <a href=https://libertyfintravel.ru/vnj-i-vtoroe-grajdanstvo><b>сайт</b></a>: https://libertyfintravel.ru/vnj-i-vtoroe-grajdanstvo', '2025-04-23 22:20:35', ''),
(469, 'maryannLeary', '86714651962', 'maryannbloom1989@directinboxs.com', ' авто <a href=https://mailsco.online/>mailsco.online</a> лучший степень комфорта и охраны.', '2025-04-24 01:43:24', ''),
(470, 'TedGreds', '86644267775', 'aferinohis056@gmail.com', 'Salut, ech wollt Äre Präis wëssen.', '2025-04-24 15:11:46', ''),
(471, 'Infraredwbt', '84565671451', 'arachnid@notdot.net', 'way. Handwritten book', '2025-04-25 04:48:38', ''),
(472, 'Mike Tobias Andre\r\n', '88813115164', 'mike@monkeydigital.co', 'Hi there, \r\n \r\nI wanted to reach out with something that could seriously boost your website’s visitor count. We work with a trusted ad network that allows us to deliver real, country-targeted social ads traffic for just $10 per 10,000 visits. \r\n \r\nThis isn\'t fake traffic—it’s engaged traffic, tailored to your chosen market and niche. \r\n \r\nWhat you get: \r\n \r\n10,000+ high-quality visitors for just $10 \r\nLocalized traffic for multiple regions \r\nLarger traffic packages available based on your needs \r\nUsed by marketers—we even use this for our SEO clients! \r\n \r\nWant to give it a try? Check out the details here: \r\nhttps://www.monkeydigital.co/product/country-targeted-traffic/ \r\n \r\nOr chat with us on WhatsApp: \r\nhttps://monkeydigital.co/whatsapp-us/ \r\n \r\nLooking forward to getting you more traffic! \r\n \r\nBest, \r\nMike Tobias Andre\r\n \r\nPhone/whatsapp: +1 (775) 314-7914', '2025-04-25 17:52:31', ''),
(473, 'Rigidron', '83538798545', '69javelinamc@gmail.com', 'which is carried out by the printing', '2025-04-26 16:53:15', ''),
(474, 'trustgas', '84841752848', 'dashkasevast@yandex.ru', 'Купить шампуни он-лайн Ульяновск ХХХ \r\nhttps://trustgas.ru/ \r\n \r\nВсёгда лучшая продукция в наличии \r\n \r\n \r\nТолько онлайн \r\n16/03/2025', '2025-04-26 20:45:09', ''),
(475, 'Mike Kristian Johansen\r\n', '85361284819', 'info@hilkom-digital.com', 'Hi, \r\n \r\nIf you’re looking to boost your rankings, a consistent SEO plan is the answer. \r\n \r\nAt Hilkom Digital, we deliver long-term growth through tailored SEO strategies. Our monthly plans are built for performance and designed for businesses that want actual growth — not just temporary wins. \r\n \r\nDue to increased interest and our dedicated workflow, we can only accept a limited number of clients each month. This ensures we maintain quality service for every client. \r\n \r\n______________ \r\nMonthly Package Features: \r\n•	On-site SEO & technical optimization \r\n•	DA50+ backlink building \r\n•	Keyword targeting & monthly progress reports \r\n•	Link profile audit & clean-up \r\n•	Accelerated indexing to boost visibility \r\n•	Multilingual SEO support (DE, ES, FR, EN) \r\n______________ \r\n \r\nSpots are limited — secure your monthly SEO plan now: \r\nhttps://www.hilkom-digital.com/seo-services/ \r\n \r\nWant to talk first? Chat with an SEO expert here: \r\nhttps://www.hilkom-digital.com/whatsapp-us/ \r\n \r\nLet’s boost your digital presence, drive traffic, and grow your business — the smart way. \r\n \r\nBest regards, \r\nMike Kristian Johansen\r\n \r\nHilkom Digital \r\nPhone/WhatsApp: +1 (855) 221-7591 \r\nsupport@hilkom-digital.com', '2025-04-27 01:07:16', ''),
(476, 'DjohnGreds', '87537168216', 'aferinohis056@gmail.com', 'Hi, მინდოდა ვიცოდე თქვენი ფასი.', '2025-04-27 05:35:34', ''),
(477, 'Sprinklereka', '83297891636', 'hnkskjkkmjmekog6jessicadanielson16@gmail.com', 'and was erased, and on cleaned', '2025-04-28 02:37:53', ''),
(478, 'GeorgeGreds', '82777267268', 'xiceruxuk02@gmail.com', 'Aloha, makemake wau eʻike i kāu kumukūʻai.', '2025-04-28 04:33:05', ''),
(479, 'Poslviers', '88255611227', 'posgfrb@ava.xrspmail.com', '<a href=https://wmax.com.ua>Wmax.com.ua</a> - сучасний онлайн-журнал, що пропонує корисні поради на всі випадки життя. Від лайфхаків для побуту та фінансів до здоров’я, технологій і саморозвитку — ми допомагаємо знаходити практичні рішення для щоденних викликів .​', '2025-04-29 03:21:19', ''),
(480, 'ThomasLiz', '84427121225', 'semuldons@int.pl', 'Dokumenty kolekcjonerskie to niezwykle ciekawy obszar dla milosników historii i kultury materialnej. Obejmuje szeroki zakres artefaktów, takich jak stare paszporty, dowody osobiste, prawa jazdy, bilety czy legitymacje. Kolekcjonowanie takich dokumentów moze byc pasjonujacym hobby, pozwalajacym na zglebianie historii i obyczajów róznych epok. Jednakze, ze wzgledu na swój charakter, dokumenty te budza równiez pewne kontrowersje, szczególnie w kontekscie ich ewentualnego wykorzystania w sposób niezgodny z prawem. \r\n \r\nHistoria dokumentów kolekcjonerskich \r\n \r\nKolekcjonowanie dokumentów ma swoje korzenie w XIX wieku, kiedy to zainteresowanie historia i archeologia zaczelo rosnac wsród zamozniejszych warstw spolecznych. Z czasem, obok starozytnych rekopisów i ksiazek, pojawilo sie równiez zainteresowanie dokumentami o bardziej wspólczesnym charakterze, takimi jak bilety z wydarzen kulturalnych, legitymacje czy inne przedmioty zwiazane z codziennym zyciem. \r\n \r\nW XX wieku, zwlaszcza po I wojnie swiatowej, dokumenty takie jak paszporty czy dowody osobiste zaczely byc postrzegane jako cenne pamiatki rodzinne, a takze interesujace obiekty dla kolekcjonerów. Ich wartosc wynikala nie tylko z ich rzadkosci, ale takze z kontekstu historycznego, w jakim powstaly i byly uzywane. \r\n \r\nWartosc dokumentów kolekcjonerskich \r\n \r\nWartosc dokumentów kolekcjonerskich zalezy od wielu czynników, takich jak ich stan, wiek, rzadkosc oraz historyczne znaczenie. Na przyklad, paszport z okresu miedzywojennego nalezacy do znanej postaci historycznej moze osiagnac na aukcjach wysoka cene. Z kolei bilety z waznych wydarzen sportowych czy koncertów moga byc poszukiwane przez kolekcjonerów z calego swiata. \r\n \r\nWartosc dokumentów czesto wzrasta, gdy sa one zwiazane z waznymi momentami w historii, takimi jak wojny, rewolucje, czy zmiany polityczne. Na przyklad, dokumenty z czasów PRL-u, takie jak legitymacje partyjne czy przepustki graniczne, moga byc szczególnie cenione przez kolekcjonerów zainteresowanych historia Polski. \r\n \r\nczytaj dalej \r\n \r\nhttps://dobreplastiki.com/pl/', '2025-04-29 09:40:41', '');
INSERT INTO `tbl_inquiry` (`id`, `Name`, `ContactNo`, `Email`, `Message`, `InqDate`, `CreatedBy`) VALUES
(481, 'Literatura_100_wah', '84957289225', 'ep.i.g.ad.ez.u.t000@gmail.com', 'Желание поступить на бюджет? Подготовься к ЕГЭ по литературе с нами и покори победителем! Узнай больше на сайте. \r\n<a href=http://simplanet.by/bitrix/redirect.php?goto=https://literatura100.ru>разбор произведений здесь</a>', '2025-04-29 12:46:22', ''),
(482, 'OliviaGreds', '83855529593', 'zekisuquc419@gmail.com', 'Ciao, volevo sapere il tuo prezzo.', '2025-04-29 21:25:57', ''),
(483, 'JohnGreds', '85721454853', 'zekisuquc419@gmail.com', 'Zdravo, htio sam znati vašu cijenu.', '2025-04-29 23:40:32', ''),
(484, 'TedGreds', '84138578348', 'aferinohis056@gmail.com', 'Hallo, ek wou jou prys ken.', '2025-04-30 03:00:37', ''),
(485, 'Furrionvet', '88432186562', 'edson15pro@gmail.com', 'which is carried out by the printing', '2025-05-01 01:23:13', ''),
(486, 'KitchenAidkom', '86591323653', 'vthumm@gmail.com', 'mostly in monasteries.', '2025-05-02 00:03:17', ''),
(487, 'RobertJaila', '89718216726', 'robert@bestdeal.wiki', 'http://neoromance.info/link/rank.cgi?mode=link&id=26&url=https://www.xxxfrance.ink/coco/papa-au-travail-je-baise-maman-347527.html\r\nhttp://amodern.ru/go.php?url=xxxfrance.ink/coco/photos-femme-ronde-et-belle-31168.html\r\nhttp://deeline.ru/bitrix/redirect.php?event1=&event2=&event3=&goto=https://www.xxxfrance.ink/coco/maman-baise-dans-sa-cuisine-avec-son-fils-344821.html\r\nhttps://cse.google.sr/url?q=https://www.xxxfrance.ink/coco/frere-nique-soeur-par-surprise-en-francais-24696.html\r\nhttps://www.google.com.br/url?sa=U&ved=2ahUKEwjtisbth4P6AhV-RvEDHXxOAoI4ChAWegQIBRAC&usg=AOvVaw2FyaAYZ-qKBf6jJqznd6p5&q=https://www.xxxfrance.ink/r/nik3arbi/\r\nhttps://images.google.com.mx/url?q=https://www.xxxfrance.ink/coco/xnxx-alg-18-ani-257723.html\r\n \r\na448z', '2025-05-03 22:06:43', ''),
(488, 'Mike Claude Willems\r\n', '86271383532', 'info@digital-x-press.com', 'Hi, \r\nI recognize that many businesses find it challenging recognizing that Answer Engine Optimization (AEO) is a continuous effort and a well-planned ongoing investment. \r\n \r\nUnfortunately, very few marketers have the willingness to wait for the incremental yet significant improvements that can completely change their online presence. \r\n \r\nWith Google’s evolving algorithms, a stable, ongoing approach including Answer Engine Optimization (AEO) is essential for getting a positive ROI. \r\n \r\nIf you recognize this as the ideal strategy, partner with us! \r\n \r\nCheck out Our Monthly SEO Services https://www.digital-x-press.com/unbeatable-seo/ \r\n \r\nChat With Us on Instant Messaging https://www.digital-x-press.com/whatsapp-us/ \r\n \r\nWe offer unbeatable results for your investment, and you will appreciate choosing us as your digital marketing ally. \r\n \r\nWarm regards, \r\nDigital X SEO Experts \r\nPhone/WhatsApp: +1 (844) 754-1148', '2025-05-04 01:59:50', ''),
(489, 'TedGreds', '86245966797', 'aferinohis056@gmail.com', 'Hallo, ek wou jou prys ken.', '2025-05-04 19:26:25', ''),
(490, 'Virtswaro', '87326918366', 'hvznat@gmail.com', 'Looking to excitement up your conversations and sum up a microscopic tension to your online life? \r\nChatVirt.com is the supreme place to explore your fantasies and relate with like-minded people on sultry, real-time chats. Whether you\'re looking as a service to alluring recreation or mate conversations, ChatVirt.com offers a solid, circumspect dais to indulge in thrilling sexting experiences. \r\n \r\n<img src=\"https://chatvirt.com/assets/files/groups/cover_pics/072024/7-gr-cXIB6n.jpg\"> \r\n \r\n<a href=https://chatvirt.com/russian/>виртуальный секс чат</a> \r\n<a href=https://chatvirt.com/gay/>LGBT chat</a> \r\n<a href=https://chatvirt.com/%E4%B8%AD%E5%9B%BD/>Chinese sex chat</a> \r\n<a href=https://chatvirt.com/Francais/>Virt Francais</a> \r\n<a href=https://chatvirt.com/arab/>Arabic virtual room</a> \r\n<a href=https://chatvirt.com/Espanol/>chat caliente espanol</a> \r\n \r\nFind your tribe: Dive into LGBT chatrooms designed for open-minded connection and play. \r\nGo global: Connect in le francais, Chinese, Spanish, and Arabi chat spaces for multilingual thrills and cross-cultural encounters. \r\n \r\nWhy settle upon ChatVirt.com? \r\n \r\nAnonymity guaranteed: Your retreat is our preference, so you can entice with confidence. \r\nUnderstandable platform: Easy-to-use interface in support of calm, instant connections. \r\nInitialled experiences: Gabfest with people who parallel your interests and desires. \r\n \r\nLet your fantasies come to get-up-and-go with ChatVirt.com. \r\nSolder together contemporarily and plunge into a world of passionate conversations! \r\n \r\nAdress https://chatvirt.com/', '2025-05-05 03:27:12', ''),
(491, 'AlexeyCop', '84143591661', 'hippopotamus1912@gmail.com', '<a href=https://vc.ru/services/1948413-1s-fresh-oblachnaya-buhgalteriya>Бухгалтерия по цене двух чашек кофе: за кого нас держат?</a>', '2025-05-05 15:04:39', ''),
(492, 'Kevinyipwrith', '85577359489', 'amfetamin-moscow@russia-cocaine.online', 'Купить Амфетамин Москва? САЙТ -| COCAINES.STORE | Как Купить Амфетамин по России? САЙТ - | COCAINES.STORE | \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКупить Амфетамин максимального качества в Москве? САЙТ - https://cocaines.store \r\nСколько стоит Амфетамин в Москве сегодня? САЙТ - https://cocaines.store \r\nКупить Амфетамин в городах России? САЙТ - https://cocaines.store \r\nКупить Амфетамин с доставкой в руки В Москве? САЙТ - https://cocaines.store \r\nГде в Москве Купить Амфетамин с доставкой? САЙТ - https://cocaines.store \r\nКупить с доставкой по России Амфетамин? САЙТ - https://cocaines.store \r\nКупить Наркотики в Москве? САЙТ - https://cocaines.store \r\nКак Купить наркотики в России? САЙТ - https://cocaines.store \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл Робот (GOOGLE ROBOT) \r\nКупить Амфетамин в Москве? Купить Амфетамин в Санкт Петербурге? Купить Амфетамин в Питере? Купить Амфетамин в Новосибирске? \r\nКупить Амфетамин в Екатеринбурге? Купить Амфетамин в Казани? Купить Амфетамин в Нижнем Новгороде? Купить Амфетамин в Красноярске? \r\nКупить Амфетамин в Челябинске? Купить Амфетамин в Самаре? Купить Амфетамин в Уфе? Купить Амфетамин в Ростове? Купить Амфетамин в Краснодаре? \r\nКупить Амфетамин в Омске? Купить Амфетамин в Воронеже? Купить Амфетамин в Перьми? Купить Амфетамин в Волгограде? \r\nТекстовые теги для поиска- \r\nКупить Амфетамин в России можно очень легко, особенно Купить Амфетамин в Москве можно без проблем, потому что в Москве Амфетамин \r\nПродаеться на каждом углу. Это могут быть и клубы, дискотеки так и с машины! Особенно приятно что Купить Амфетамин в Москве \r\nможно закладками. Купить Закладками Амфетамин в Москве может любой человек - как мужчина так и девушка! \r\nОднажды Купить Амфетамин в Москве пробовала даже бабушка, и у неё всё получилось. Часто продают закладки Амфетамина в Москве через Телеграм \r\nМой знакомый хотел попробовать найти Амфетамин в Москве при поможи поискового приспособления для поиска закладок, но у него не получилось \r\nПотому что Амфетамин в Москве очень хорошо спрятан, и без точного адреса Амфетамин в Москве не возможно найти никак. \r\nКолумбийский, Мараканский, Мексиканский - это далеко не полный список стран, которые экспортируют Амфетамин в Москву для \r\nразвлечения людей. Гарантией и безопасностью Амфетамин в Москве всегда впечетлял, ведь это основное правило покупки! \r\nРоссийская Федерация всегда славилась своим разнообразием наркотических веществ, и всегда на первом месте был Амфетамин в Москве! \r\nМаленькие шарики и круглые свертки - это закладки Амфетамина в Москве, которые бережно и с трепетом разложили от лишних глаз. \r\nКаково было моё удивление, когда привезли с доставкой Амфетамин в Москве прямо в руки! Это было просто ВАУ-еффект! \r\nПока кто то сидит дома или ходит на работу - жизнь в Москве с Амфетамином проходит не заметно, быстро и легко! \r\nЕсть магазины, в которых Купить Амфетамин в Москве можно с гарантией и доставкой в руки круглосуточно! \r\nВсё анонимно и безопастность просто зашкаливает, никогда Амфетамин в Москве не сможет обнаружить полиция. \r\nКолючий кактус или национальность человека не имеет значения для покупки Амфетамина в Москве, потому что люди бывают разные \r\nу всех разные потребности и желания. Но магазины готовы предоставить услугу по покупке Амфетамина в Москве не зависимо от настроения, \r\nВедь настроение после покупки у всех будет одинаковое - ТОЛЬКО ПОЛНЫЙ ПОЗИТИВ!', '2025-05-07 05:18:59', ''),
(493, 'Waltertemiz', '81436383388', 'mdma-moscov@russia-cocaine.online', 'Купить МДМА Москва? САЙТ -| COCAINES.STORE | Как Купить МДМА по России? САЙТ - | COCAINES.STORE | \r\n. \r\n. \r\n. \r\n. \r\n. \r\nКупить МДМА максимального качества в Москве? САЙТ - https://cocaines.store \r\nСколько стоит МДМА в Москве сегодня? САЙТ - https://cocaines.store \r\nКупить МДМА в городах России? САЙТ - https://cocaines.store \r\nКупить МДМА с доставкой в руки В Москве? САЙТ - https://cocaines.store \r\nГде в Москве Купить МДМА с доставкой? САЙТ - https://cocaines.store \r\nКупить с доставкой по России МДМА? САЙТ - https://cocaines.store \r\nКупить Наркотики в Москве? САЙТ - https://cocaines.store \r\nКак Купить наркотики в России? САЙТ - https://cocaines.store \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\n. \r\nГугл Робот (GOOGLE ROBOT) \r\nКупить МДМА в Москве? Купить МДМА в Санкт Петербурге? Купить МДМА в Питере? Купить МДМА в Новосибирске? \r\nКупить МДМА в Екатеринбурге? Купить МДМА в Казани? Купить МДМА в Нижнем Новгороде? Купить МДМА в Красноярске? \r\nКупить МДМА в Челябинске? Купить МДМА в Самаре? Купить МДМА в Уфе? Купить МДМА в Ростове? Купить МДМА в Краснодаре? \r\nКупить МДМА в Омске? Купить МДМА в Воронеже? Купить МДМА в Перьми? Купить МДМА в Волгограде? \r\nТекстовые теги для поиска- \r\nКупить МДМА в России можно очень легко, особенно Купить МДМА в Москве можно без проблем, потому что в Москве МДМА \r\nПродаеться на каждом углу. Это могут быть и клубы, дискотеки так и с машины! Особенно приятно что Купить МДМА в Москве \r\nможно закладками. Купить Закладками МДМА в Москве может любой человек - как мужчина так и девушка! \r\nОднажды Купить МДМА в Москве пробовала даже бабушка, и у неё всё получилось. Часто продают закладки МДМАа в Москве через Телеграм \r\nМой знакомый хотел попробовать найти МДМА в Москве при поможи поискового приспособления для поиска закладок, но у него не получилось \r\nПотому что МДМА в Москве очень хорошо спрятан, и без точного адреса МДМА в Москве не возможно найти никак. \r\nКолумбийский, Мараканский, Мексиканский - это далеко не полный список стран, которые экспортируют МДМА в Москву для \r\nразвлечения людей. Гарантией и безопасностью МДМА в Москве всегда впечетлял, ведь это основное правило покупки! \r\nРоссийская Федерация всегда славилась своим разнообразием наркотических веществ, и всегда на первом месте был МДМА в Москве! \r\nМаленькие шарики и круглые свертки - это закладки МДМАа в Москве, которые бережно и с трепетом разложили от лишних глаз. \r\nКаково было моё удивление, когда привезли с доставкой МДМА в Москве прямо в руки! Это было просто ВАУ-еффект! \r\nПока кто то сидит дома или ходит на работу - жизнь в Москве с МДМАом проходит не заметно, быстро и легко! \r\nЕсть магазины, в которых Купить МДМА в Москве можно с гарантией и доставкой в руки круглосуточно! \r\nВсё анонимно и безопастность просто зашкаливает, никогда МДМА в Москве не сможет обнаружить полиция. \r\nКолючий кактус или национальность человека не имеет значения для покупки МДМАа в Москве, потому что люди бывают разные \r\nу всех разные потребности и желания. Но магазины готовы предоставить услугу по покупке МДМАа в Москве не зависимо от настроения, \r\nВедь настроение после покупки у всех будет одинаковое - ТОЛЬКО ПОЛНЫЙ ПОЗИТИВ!', '2025-05-07 10:00:20', ''),
(494, 'MiaGreds', '84584453672', 'zekisuquc419@gmail.com', 'Sawubona, bengifuna ukwazi intengo yakho.', '2025-05-07 23:13:51', ''),
(495, 'LarryAmbug', '89912497562', 'gugloff.444@gmail.com', 'Оформим второе гражданство, вид на жительство (ВНЖ) или резидентство в разных странах СНГ, Европы и Америки. Смотрите <a href=https://www.youtube.com/watch?v=OUSCRDQbB2o><b>вступительное видео</b></a>: \r\nhttps://www.youtube.com/@migrapractice \r\n \r\nВторое гражданство, практическая иммиграция, иммиграция, вид на жительство, ВНЖ, Зелёная карта (green card) США \r\nГражданство стран Евросоюза под ключ \r\nГражданство на основании корней \r\nГражданство Кыргызстана под ключ \r\nГражданство Польши под ключ \r\nГражданство Болгарии под ключ \r\nГражданство Австрии под ключ \r\nГражданство Греции под ключ \r\nГражданство Израиля под ключ \r\n \r\nПишите нам в <a href=https://t.me/LibFinTravel><b>ТЕЛЕГРАМ</b></a>: https://t.me/LibFinTravel \r\n \r\nИли заходите на <a href=https://libertyfintravel.ru/vnj-i-vtoroe-grajdanstvo><b>сайт</b></a>: https://libertyfintravel.ru/vnj-i-vtoroe-grajdanstvo', '2025-05-08 12:39:53', ''),
(496, 'LuizaDiuri', '86345694399', 'luiza@bestdeal.wiki', 'http://impa-ufa.ru/bitrix/rk.php?goto=https://www.sex-xxx-latina.ink/m/277848/colegialas-gorditas-desnudas/\r\nhttps://alt1.toolbarqueries.google.lt/url?q=https://www.sex-xxx-latina.ink/m/382500/vajinas-famosas-mexicanas/\r\nhttps://nrb-land.ru/bitrix/redirect.php?goto=https://www.sex-xxx-latina.ink/m/63451/un-alba%C3%B1il-biola-una-pendeja-en-una-obra/\r\nhttps://www.roemerforum.com/proxy.php?link=https://www.sex-xxx-latina.ink/m/442966/mujer.dando.luz.y.culiando/\r\nhttps://www.xgazete.com/go.php?url=<a+href=https://www.sex-xxx-latina.ink/m/620632/biendo-amimama-bayandose/\r\nhttps://toolbarqueries.google.co.in/url?sa=t&url=https://www.sex-xxx-latina.ink/m/285776/ver-mujeres-entaconadas-desnudas-de-38-a%C3%B1os/\r\n \r\nc245n', '2025-05-09 00:39:52', ''),
(497, 'Normdtof', '84125129812', 'your88@gmail.com', '\r\nIt\'s unbelievable \r\n\r\nWho are the Jews\r\n\r\nhttps://www.youtube.com/shorts/SEB3w3A98rU\r\n\r\nit is our money\r\n\r\nhttps://www.youtube.com/shorts/wiu9N1H0Huc\r\n\r\nThe most devastating genocide in the world is being carried out by the follwoing :\r\n\r\n1- AIPAC, brows ( https://www.youtube.com/watch?v=COx-t-Mk6UA ). \r\n2- Miriam Adelson brows https://www.youtube.com/watch?v=Nr0LkA7VW7Q.\r\n3- Elon Musk. \r\n3- Timothy mellonand brows https://www.youtube.com/shorts/1XJ893-kAh0  \r\n4-The Evangelical Church, \r\n\r\nWhich kill innocent women and children in Gaza.\r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer provided Israel with TNT (explosives) for their GENOCIDE.\r\n\r\nGaza has been declared a disaster area and lacks essential resources for living in it, as follows.\r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer, help Israel destroyed 90% of Gaza, destroying 437,600 homes, and killing one million people, including 50 thousand who are currently under rubble, 80% of whom are women and children. \r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer, make Israel destroyed 330,000 meters of water pipes, resulting in people not being able to drink water. \r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer, help Israel destroyed more than 655,000 meters of underground sewer lines. Now people have no washrooms to use. \r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer, make Israel destroyed 2,800,000 two million eight hundred thousand meters of roads, causing people to have no roads to use. \r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer, make Israel have destroyed 3680 km of electric grid, which has caused people to lose electricity. \r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer, and Israel destroyed 48 hospitals and leveled them to the ground. Now, no one will have a hospital to save their lives. \r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer, and Israel destroyed over 785,000 students\' ability to attend school and learn. Their actions resulted in the complete destruction of 494 schools and universities, many of which were destroyed by bombing. \r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer, and Israel destroyed 981 mosques to prevent homless people from asking God for help. \r\n\r\nAIPAC, The Evangelical Church, Miriam Adelson, Elon Musk, and timothy mellon and   America tax payer have made over 39000 small children orphans and left them without parents or relatives to care for them.\r\n \r\nThere has never been a war in history where 80% of the country has been destroyed, 100% of the population has been displaced, and 50% of the deaths are children. \r\n\r\nDon\'t hesitate to call it what it is\r\n\r\nAIPAC ( https://www.youtube.com/watch?v=COx-t-Mk6UA ) and The Evangelical Church (America) are creating a GENOCIDE.\r\n\r\nhttps://www.youtube.com/shorts/IrX9v6DKH1g\r\n\r\nsee why Israel can kill innocent children with American taxpayer money\r\n\r\n1- see Why Israel is in deep trouble \r\n\r\nhttps://www.youtube.com/watch?v=kAfIYtpcBxo\r\n\r\n2- Because the God of Money of our World is a Jew who supports and lives in Israel. For more details, click on the following link.\r\n\r\nhttps://mega.nz/file/FqhzGKbB#bsX4PD-O59HEA0-rynD29xkk47dmddycY5CjZfoDLYg\r\n\r\n3- Because what USA president say about AIPAC and  The Evangelical Church (America)\r\n https://www.tiktok.com/@thefearlessqueenmel/video/7307640994579680542?lang=en&q=why%20dont%20Americans%20knowl%20what%20you%20have%20seen%20&t=1701880206555\r\n\r\nSee how innocent children are killed by the most powerful Israeli using American bombs at\r\n\r\nAl Jazeera Arabic Live\r\n\r\nat\r\n\r\nhttps://www.youtube.com/watch?v=COx-t-Mk6UA\r\n\r\nWatch the real news at\r\n\r\nhttps://www.youtube.com/watch?v=bNyUyrR0PHo\r\n\r\nLaws of jews TaurÃ£t (Torah) wich is a part of the Bible\r\n \r\nWe ordained in TaurÃ£t for them: â€œA life for a life, an eye for an eye, a nose for a nose, an ear for an ear, a tooth for a tooth and for a wound an equal retaliation.\" \r\n\r\nThe Torah, which is part of the Bible, has commanded that the same be done to the Jews. The order of the Torah, which is part of the Bible, is to immediately kill any Jew you see on the street. Since the Jews in Gaza have also killed women and children, you should kill any Jews - men, women, and children - as soon as you see them, whether on the street or anywhere else. And because they have killed everyone in Gaza without mercy, you must do the same to them. If you carry out these actions, you will be following the order of the Torah, which is part of the Bible, and you will be rewarded by going to heaven.\r\n\r\n', '2025-05-09 05:09:53', ''),
(498, 'Ronaldcobby', '83237373238', 'kikromankopo199.3@gmail.com', 'Behind the wheel of information: your car navigator in the digital world. Our website is more than just a car <a href=https://auto-cast.com/>website</a>. It is your reliable navigator in the world of cars, offering a full range of information, from technical specifications and consumer reviews to expert opinions and the latest industry news. We do not just talk about cars - we help you understand them, evaluate their strengths and weaknesses, and make an informed choice that suits your needs and budget. Our car catalog includes detailed descriptions, high-resolution photos, and comparison tables so that you can easily compare different models and choose the one that is right for you. Our test drives are carried out by experienced journalists and engineers, who carefully evaluate each car on various parameters, from handling and comfort to fuel efficiency and safety. And our forum is the perfect place to communicate with other car enthusiasts, share experiences and get advice from experts. Join us and discover the world of cars in all its fullness and diversity! We aim to be your number one automotive companion, providing you with all the information you need to make informed decisions and enjoy driving. \r\n', '2025-05-09 08:26:38', ''),
(499, 'Mike Gabriel Bakker\r\n', '81636248994', 'info@strictlydigital.net', 'Hello, \r\n \r\nReceiving some set of links redirecting to airops.me might bring 0 value or harmful results for your site. \r\n \r\nIt really makes no difference the number of external links you have, what matters is the total of search terms those websites appear in search for. \r\n \r\nThat is the key element. \r\nNot the fake Domain Authority or ahrefs DR score. \r\nThat anyone can do these days. \r\nBUT the amount of Google-ranked terms the domains that point to your site contain. \r\nThat’s it. \r\n \r\nMake sure these backlinks link to your domain and your rankings will skyrocket! \r\n \r\nWe are offering this powerful SEO package here: \r\nhttps://www.strictlydigital.net/product/semrush-backlinks/ \r\n \r\nIn doubt, or want to know more, reach out here: \r\nhttps://www.strictlydigital.net/whatsapp-us/ \r\n \r\nBest regards, \r\nMike Gabriel Bakker\r\n \r\nstrictlydigital.net \r\nPhone/WhatsApp: +1 (877) 566-3738', '2025-05-10 06:55:06', ''),
(500, 'ThomasLiz', '83374463654', 'semuldons@int.pl', 'Dokumenty kolekcjonerskie to niezwykle ciekawy obszar dla milosników historii i kultury materialnej. Obejmuje szeroki zakres artefaktów, takich jak stare paszporty, dowody osobiste, prawa jazdy, bilety czy legitymacje. Kolekcjonowanie takich dokumentów moze byc pasjonujacym hobby, pozwalajacym na zglebianie historii i obyczajów róznych epok. Jednakze, ze wzgledu na swój charakter, dokumenty te budza równiez pewne kontrowersje, szczególnie w kontekscie ich ewentualnego wykorzystania w sposób niezgodny z prawem. \r\n \r\nHistoria dokumentów kolekcjonerskich \r\n \r\nKolekcjonowanie dokumentów ma swoje korzenie w XIX wieku, kiedy to zainteresowanie historia i archeologia zaczelo rosnac wsród zamozniejszych warstw spolecznych. Z czasem, obok starozytnych rekopisów i ksiazek, pojawilo sie równiez zainteresowanie dokumentami o bardziej wspólczesnym charakterze, takimi jak bilety z wydarzen kulturalnych, legitymacje czy inne przedmioty zwiazane z codziennym zyciem. \r\n \r\nW XX wieku, zwlaszcza po I wojnie swiatowej, dokumenty takie jak paszporty czy dowody osobiste zaczely byc postrzegane jako cenne pamiatki rodzinne, a takze interesujace obiekty dla kolekcjonerów. Ich wartosc wynikala nie tylko z ich rzadkosci, ale takze z kontekstu historycznego, w jakim powstaly i byly uzywane. \r\n \r\nWartosc dokumentów kolekcjonerskich \r\n \r\nWartosc dokumentów kolekcjonerskich zalezy od wielu czynników, takich jak ich stan, wiek, rzadkosc oraz historyczne znaczenie. Na przyklad, paszport z okresu miedzywojennego nalezacy do znanej postaci historycznej moze osiagnac na aukcjach wysoka cene. Z kolei bilety z waznych wydarzen sportowych czy koncertów moga byc poszukiwane przez kolekcjonerów z calego swiata. \r\n \r\nWartosc dokumentów czesto wzrasta, gdy sa one zwiazane z waznymi momentami w historii, takimi jak wojny, rewolucje, czy zmiany polityczne. Na przyklad, dokumenty z czasów PRL-u, takie jak legitymacje partyjne czy przepustki graniczne, moga byc szczególnie cenione przez kolekcjonerów zainteresowanych historia Polski. \r\n \r\nczytaj dalej \r\n \r\nhttps://dyplomik.com/pl/', '2025-05-11 17:41:10', ''),
(501, 'Mike James Goossens\r\n', '82476777429', 'mike@monkeydigital.co', 'Hey, \r\n \r\nThis is Mike from Monkey Digital, \r\nI am reaching out regarding a great business deal. \r\n \r\nHow would you like to place our ads on your website and connect via your unique affiliate link towards hot-selling SEO solutions from our platform? \r\n \r\nThis way, you earn a 35% residual income, month after month from any purchases that generate from your audience. \r\n \r\nThink about it, most website owners need SEO, so this is a huge opportunity. \r\n \r\nWe already have 12k+ affiliates and our payments are paid out monthly. \r\nLast month, we distributed a significant amount in payouts to our promoters. \r\n \r\nIf interested, kindly chat with us here: \r\nhttps://monkeydigital.co/affiliates-whatsapp/ \r\n \r\nOr register today: \r\nhttps://www.monkeydigital.co/join-our-affiliate-program/ \r\n \r\nBest Regards, \r\nMike James Goossens\r\n \r\nPhone/whatsapp: +1 (775) 314-7914', '2025-05-13 13:18:03', ''),
(502, 'LarryFlota', '86114967735', 'socpeakbot@gmail.com', 'Are you looking to increase your visibility on Instagram, TikTok, or other platforms? \r\nWith Socpeak.fun, you can instantly boost your followers, likes, views, and more — safely and affordably. \r\nWhy choose Socpeak.fun? \r\n•	 Fast delivery \r\n•	 Real & organic-looking growth \r\n•	 Custom packages based on your goals \r\n•	 Trusted by influencers, brands & startups \r\n•	 Emails Campaign… and a lot more ! \r\nVisit us now: http://www.socpeak.fun/ \r\nStart building your audience today — and get noticed. \r\nGot questions or want a custom offer? \r\nJust email us at info@socpeak.net — and ask about your free welcome gift!', '2025-05-13 13:18:15', ''),
(503, 'RickyPrela', '88533645922', '1903hbp@azmail.fun', 'Check out the superb frightening teen porn pics on FREE on <a href=https://hairybeautypics.com/hairy-thai-pussy/>hairy Thai nude</a>. Unearth the hottest teens with whiskered pussy photos right now!', '2025-05-13 20:59:23', ''),
(504, 'RonaldSuifs', '88685918232', 'ronald@kodx.uk', '<>On our website, we furnish up to date and the a- IT solutions an eye to your vocation] <a href=https://kodx.uk/>kodx.uk</a>', '2025-05-14 03:36:20', ''),
(505, 'Virtswaro', '86117317144', 'hvznat@gmail.com', 'Looking to pungency up your conversations and total a elfin excitement to your online life? \r\nChatVirt.com is the perfect place to scrutinize your fantasies and rivet with like-minded people for befogged, real-time chats. Whether you\'re looking for come-hither about or affectionate conversations, ChatVirt.com offers a all right, discreet rostrum to indulge in thrilling sexting experiences. \r\n \r\n<img src=\"https://chatvirt.com/assets/files/groups/cover_pics/072024/7-gr-cXIB6n.jpg\"> \r\n \r\n<a href=https://chatvirt.com/russian/>виртуальный секс чат</a> \r\n<a href=https://chatvirt.com/gay/>gay chat</a> \r\n<a href=https://chatvirt.com/%E4%B8%AD%E5%9B%BD/>Mandarin virtual chat</a> \r\n<a href=https://chatvirt.com/Francais/>chat sexe francais</a> \r\n<a href=https://chatvirt.com/arab/>Arabic sex chat</a> \r\n<a href=https://chatvirt.com/Espanol/>Chat Erotico en Espanol</a> \r\n \r\nFind your tribe: Dive into LGBT chatrooms designed for open-minded connection and play. \r\nGo global: Connect in le francais, Chinese, Espanol, and Arabic chat spaces for multilingual thrills and cross-cultural encounters. \r\n \r\nWhy choose ChatVirt.com? \r\n \r\nAnonymity guaranteed: Your retirement is our precedence, so you can entice with confidence. \r\nUser-friendly stage: Easy-to-use interface in support of smooth, minute connections. \r\nInitialled experiences: Gossip with people who meet your interests and desires. \r\n \r\nLicense to your fantasies disappoint a amount to to get-up-and-go with ChatVirt.com. \r\nSolder together nowadays and joint into a time of passionate conversations! \r\n \r\nSite https://chatvirt.com/', '2025-05-15 14:49:50', ''),
(506, 'RonaldGew', '83447187443', 'xrumer23opips@gmail.com', 'The trounce porn pictures in town, fully to hand and primed to dazzle your conclude with a huge schedule of categories and wonderful action. Pardon porno photos online with high trait facsimile and a off the target lot of filters to for your tastes. Appreciate the multitude inseparable Hd porn picture galleries and glory in with a site that;s style atop any other alike resemble web place. A position which allows in toto completely access to gigabytes of porn pics and the potentiality to download them recompense free. Dangerous porno XXX gratis and anxious girls sex purport which will constitute you drool as you browse middle of the huge lists and categories. givinaue.dot \r\nhttps://usbf.us/director-greg-della-croce/#comment-947\r\nhttps://glitchzilla.com/2023/03/26/hello-world/#comment-15276\r\nhttps://hash.rfctools.com/haval128-3-hash-generator/YTo0OntzOjk6ImlucHV0ZGF0YSI7czo4NzU6IkFsbCB0aGUgdW5jbG90aGVkIHdvbWVuIGZsdWZmeSBraXR0eSB5b3UgZGVzaXJlISBTZWUgc2NvcmNoaW5nIGxhZGllcyBleHBvc2UgYW5kIHNjcmV3IGluIGEgaHVnZSBsaWJyYXJ5IG9mIGVsaXRlIG5vIGNoYXJnZSBzaGFnZ3kgZXhwbGljaXQgaW1hZ2VzIHBpY3R1cmVzIHRvIGlnbml0ZSB5b3VyIGJ1c2h5IGJlYXZlciB3aXNoZXMgW3VybD1odHRwczovL2hhaXJ5YmVhdXR5cGljcy5jb20vaGFpcnktcHVzc3ktcGljcy1mcm9tLWJlaGluZC9daGFpcnkgcHVzc3kgcGljcyBmcm9tIGJlaGluZFsvdXJsXS4gSGFpcnkgY29vY2hpZSBpbWFnZXMgd2l0aCBkYWlseSByZWZyZXNoZWQgb2YgY2hpY2tzIGFuZCBsYWRpZXMgZnVycnkgbGFkeSBiaXRzLiBDaGVjayBvdXQgdGhlIGhvdHRlc3QgZnVycnkgaG9tZS1tYWRlIGV4cGxpY2l0IGltYWdlcyBwaG90b2dyYXBocyBmb3IgZ3JhdGlzIFt1cmw9aHR0cHM6Ly9oYWlyeWJlYXV0eXBpY3MuY29tL2hhaXJ5LXRoYWktcHVzc3kvXXRoYWkgcHVzc3kgcGljWy91cmxdLiBGaW5kIHRoZSBob3R0ZXN0IG5vbi1wcm9mZXNzaW9uYWwgZmx1ZmZ5IHZhZ2luYSBwaG90b3MgdGhpcyBzZWNvbmQhIEhhaXJ5IHNuYXRjaCBwaG90b3Mgd2l0aCBodW5kcmVkcyBvZiBoaXJzdXRlIGhvdHRpZXMgaW4gb3VyIGh1Z2UgZnJlZSBzaGFnZ3kgYnVzaCBjYXRhbG9nLiBIYW5kLXNlbGVjdGVkIGFuZCBzb3J0ZWQgZmx1ZmZ5IHNuYXBzaG90cy4gDQpodHRwczovL2hhaXJ5YmVhdXR5cGljcy5jb20vZ2FsbGVyaWVzL2Vib255LXNleHktaGFpcnktcHVzc3ktcGljLmh0bWwNCmh0dHBzOi8vaGFpcnliZWF1dHlwaWNzLmNvbS9nYWxsZXJpZXMvaGFpcnktd2V0LXB1c3N5LWNoaW5lc2UtbWlsZi10YXd0YXcuaHRtbA0KIjtzOjEwOiJjdXN0b21maWxlIjtzOjA6IiI7czoyMToib3JnaW5hbF9jaGFyYWN0ZXJfc2V0IjtzOjY6IkNTVUNTNCI7czo2OiJzdWJtaXQiO3M6MDoiIjt9/\r\nhttp://grandinorodas.com.br/index.php/2015/07/conjur-olha-economico/?unapproved=295624&moderation-hash=02ade1a66b824c9e8986e75d55c22b0b#comment-295624\r\nhttps://wellfinity.uk/how-to-look-good-at-100\r\n', '2025-05-15 16:54:41', ''),
(507, 'Drywalloyk', '87393386645', 'ericpetersonpa@gmail.com', 'handwritten synonym', '2025-05-15 21:38:48', ''),
(508, 'Annotationskmh', '83775262823', 'jbumpr17@yahoo.com', 'number of surviving European', '2025-05-16 03:46:30', ''),
(509, 'WilliamZeD', '81289773493', 'xrumer23opips@gmail.com', 'Let me advertise you hurriedly about our site. At in front it may give every indication that this is another spot with grown up photos (joined of the many thousands of sites that Гугл search and other sites give out), aimed at endlessly displaying ads and annoying redirects, but this is not so. tr2.gov.com \r\n<a href=https://www.hortenzinka.cz/?unapproved=60011&moderation-hash=1339327e92fecba09b4c1913f59d9d94#comment-60011>naked hairy women pic</a> \r\n<a href=https://www.transportes6hermanos.com/>mature hairy pussy pictures</a> \r\n<a href=https://claytoramps.com/hello-world?unapproved=28628&moderation-hash=9dfe68903557692faed43387841f4ca6#comment-28628>hairy pussy from behind pics</a> \r\n<a href=https://videosift.com/login?return=https%3A%2F%2Fvideosift.com%2Fvidpost%3Fpostcontent%3DThe%2Bmost%2Bsuitable%2Bporn%2Bpictures%2Bin%2Bburgh%252C%2Bfully%2Bavailable%2Band%2Bready%2Bto%2Bfascinate%2Byour%2Binsight%2Bwith%2Ba%2Bhuge%2Blist%2Bof%2Bcategories%2Band%2Bwonderful%2Baction.%2BMunificent%2Bporno%2Bphotos%2Bonline%2Bwith%2Bintoxication%2Bproperty%2Bsymbol%2Band%2Ba%2Bafield%2Blot%2Bof%2Bfilters%2Bto%2Badapt%2Byour%2Btastes.%2BCharge%2Bout%2Bof%2Bthe%2Bmultitude%2Bunified%2BHd%2Bporn%2Bpersonification%2Bgalleries%2Band%2Bdelight%2Bwith%2Ba%2Bput%2Bthat%253Bs%2Bcourse%2Bof%2Baction%2Bover%2Bany%2Bother%2Bequivalent%2Bweb%2Bplace.%2BA%2Bposition%2Bwhich%2Ballows%2Bwell%2Bsupplied%2Baccess%2Bto%2Bgigabytes%2Bof%2Bporn%2Bpics%2Band%2Bthe%2Bpromise%2Bto%2Bdownload%2Bthem%2Bseeking%2Bfree.%2BImpetuous%2Bporno%2BXXX%2Bgratis%2Band%2Bwhite-hot%2Bgirls%2Bintimacy%2Bdelight%2Bwhich%2Bdesire%2Bmake%2Byou%2Bdrool%2Bas%2Byou%2Bthumb%2Bmiddle%2Bof%2Bthe%2Bmountainous%2Blists%2Band%2Bcategories.%2Bgivinaue.dot%2B%250D%250Ahttp%253A%252F%252Fwww7a.biglobe.ne.jp%252Fshibuki%252Fcgi-bin%252Fimgboard.cgi%250D%250Ahttps%253A%252F%252Fsvcontenedores.com%252F%250D%250Ahttps%253A%252F%252Fsemskratomem.cz%252Fproduct%252Fsuper-green%252F%253Funapproved%253D7153%2526moderation-hash%253D3c88fa45193c8147b2a4e72b37360f88%2523comment-7153%250D%250Ahttps%253A%252F%252Fwww.geffencareers.com%252Fcontact-us%252F%253Fcontact-form-id%253D23%2526contact-form-sent%253D10805%2526contact-form-hash%253Da5065f685d3c6e95bbfae2e740b80f1f4ae060b6%2526_wpnonce%253Ddc1cb5e53d%250D%250Ahttps%253A%252F%252Foileain.ie%252Feoi-mayo%252F%253Funapproved%253D15571%2526moderation-hash%253D4f4948f1cd53526c54fecdfbc8da4954%2523comment-15571%250D%250A%26vidtitle%3Dhairy%2Bthai%2Bporn%2Bpics%26submit%3DProceed%2Bwith%2BSubmission%2B%2526raquo%253B&postcontent=The+most+suitable+porn+pictures+in+burgh%2C+fully+available+and+ready+to+fascinate+your+insight+with+a+huge+list+of+categories+and+wonderful+action.+Munificent+porno+photos+online+with+intoxication+property+symbol+and+a+afield+lot+of+filters+to+adapt+your+tastes.+Charge+out+of+the+multitude+unified+Hd+porn+personification+galleries+and+delight+with+a+put+that%3Bs+course+of+action+over+any+other+equivalent+web+place.+A+position+which+allows+well+supplied+access+to+gigabytes+of+porn+pics+and+the+promise+to+download+them+seeking+free.+Impetuous+porno+XXX+gratis+and+white-hot+girls+intimacy+delight+which+desire+make+you+drool+as+you+thumb+middle+of+the+mountainous+lists+and+categories.+givinaue.dot+%0D%0Ahttp%3A%2F%2Fwww7a.biglobe.ne.jp%2Fshibuki%2Fcgi-bin%2Fimgboard.cgi%0D%0Ahttps%3A%2F%2Fsvcontenedores.com%2F%0D%0Ahttps%3A%2F%2Fsemskratomem.cz%2Fproduct%2Fsuper-green%2F%3Funapproved%3D7153%26moderation-hash%3D3c88fa45193c8147b2a4e72b37360f88%23comment-7153%0D%0Ahttps%3A%2F%2Fwww.geffencareers.com%2Fcontact-us%2F%3Fcontact-form-id%3D23%26contact-form-sent%3D10805%26contact-form-hash%3Da5065f685d3c6e95bbfae2e740b80f1f4ae060b6%26_wpnonce%3Ddc1cb5e53d%0D%0Ahttps%3A%2F%2Foileain.ie%2Feoi-mayo%2F%3Funapproved%3D15571%26moderation-hash%3D4f4948f1cd53526c54fecdfbc8da4954%23comment-15571%0D%0A&vidtitle=hairy+thai+porn+pics&submit=Proceed+with+Submission+%26raquo%3B&unauth=1>hairy pussy pawg pics</a> \r\n<a href=https://www.rssing.com/contact.php?r=o9&uname=RonaldDib&uemail=xrumer23Dor%40gmail.com&umsg=The+best+porn+pictures+in+community%2C+fully+handy+and+likely+to+mesmerize+your+insight+with+a+immense+schedule+of+categories+and+staggering+action.+Uncontrolled+porno+photos+online+with+high+characteristic+facsimile+and+a+wide+range+of+filters+to+suit+your+tastes.+Enjoy+the+edition+anyone+Hd+porn+spitting+image+galleries+and+delight+with+a+put+that%3Bs+way+over+any+other+alike+resemble+web+place.+A+site+which+allows+in+toto+completely+access+to+gigabytes+of+porn+pics+and+the+potentiality+to+download+them+for+free.+Sharp+porno+XXX+gratis+and+hot+girls+coupling+content+which+choice+constitute+you+drool+as+you+browse+sometimes+non-standard+due+to+the+mountainous+lists+and+categories.+givinaue.dot+%0D%0Ahttps%3A%2F%2Fmep.cc%2Fblog%2F1%2F%3Funapproved%3D5489%26moderation-hash%3Df45d9e9bd121d06b58271625619b8a4e%23comment-5489%0D%0Ahttps%3A%2F%2Fthecnogas.com%2Flocalizacion%2F%3Fcontact-form-id%3D27%26contact-form-sent%3D7180%26contact-form-hash%3Dcf9041130d7d26696c9fbf4166a2b612f4ea9d0f%26_wpnonce%3D3ab607b8b5%0D%0Ahttps%3A%2F%2Fwww.boom247.ro%2F796-zodiac-balanta%2F%3Funapproved%3D20053%26moderation-hash%3D67d2ada25f174b33940d201491520021%23comment-20053%0D%0Ahttps%3A%2F%2Fwww.propals.io%2Fen%2Fcontact%3Femail%3D1903hbp%2540azmail.fun%26message%3DAll%2Bthe%2Bunclothed%2Bchicks%2Bbushy%2Bbeaver%2Byou%2Bwant%2521%2BSee%2Bscorching%2Bfemales%2Bdisplay%2Band%2Bbang%2Bin%2Ba%2Bhuge%2Blibrary%2Bof%2Belite%2Bno%2Bcharge%2Bshaggy%2BXXX%2Bphotos%2Bto%2Bboost%2Byour%2Bbushy%2Bbeaver%2Bvisions%2B%253Ca%2Bhref%253Dhttps%253A%252F%252Fhairybeautypics.com%252Fgalleries%252Fnaked-pictures-of-hairy-women.html%253Enaked%2Bpictures%2Bof%2Bhairy%2Bwomen%253C%252Fa%253E.%2BHairy%2Bbeaver%2Bimages%2Bwith%2Bdaily%2Brevised%2Bof%2Bhoneys%2Band%2Bchicks%2Bshaggy%2Bprivate%2Bparts.%2BCheck%2Bout%2Bthe%2Bfinest%2Bhirsute%2Bnon-professional%2Berotica%2Bimages%2Bfor%2Bcost-free%2B%253Ca%2Bhref%253Dhttps%253A%252F%252Fhairybeautypics.com%252Fgalleries%252Fhairy-porn-picture.html%253Ehairy%2Bporn%2Bimages%253C%252Fa%253E.%2BFind%2Bthe%2Bhottest%2Bbeginner%2Bhirsute%2Bvagina%2Bphotos%2Binstantly%2521%2BHairy%2Bkitty%2Bpictures%2Bwith%2Bhundreds%2Bof%2Bhirsute%2Bhotties%2Bin%2Bour%2Bhuge%2Bfree%2Bbushy%2Bbush%2Bassortment.%2BHand-selected%2Band%2Barranged%2Bhirsute%2Bphotos.%2B%250D%250Ahttps%253A%252F%252Fhairybeautypics.com%252Fgalleries%252Fblack-fat-hairy-pussy-porn.html%250D%250Ahttps%253A%252F%252Fhairybeautypics.com%252Fgalleries%252Fblack-pussy-vs-man.html%250D%250A%26name%3DRickyPiock%26subject%3Dnude%2Bhairy%2Bbrunette%2Bwomen%0D%0Ahttp%3A%2F%2Fslidecamp.com%2F2011%2F09%2Fgeometer-jonwayne-remix%2F%3Funapproved%3D669227%26moderation-hash%3D886afa71e7a007ccbc866ffbd7cdee3e%23comment-669227%0D%0A>hairy beauties porn pics</a> \r\n<a href=https://expertmoversuae.com/benefits-of-hiring-professional-movers/?unapproved=5350&moderation-hash=d99a250894b0ec5a88c91b70cb13a7cb#comment-5350>nude women hairy pics</a> \r\n<a href=https://robinwright.org.es/magazinecovers/?unapproved=10877&moderation-hash=325fea052778099e4810c6b71ba61e76#comment-10877>red hairy pussy pics</a> \r\n<a href=https://www.rssing.com/contact.php?r=o9&uname=Ronaldseatt&uemail=xrumer23Cer%40gmail.com&umsg=The+best+porn+pictures+in+town%2C+fully+to+hand+and+liable+to+dazzle+your+insight+with+a+titanic+rota+of+categories+and+amazing+action.+Free+porno+photos+online+with+high+trait+image+and+a+afield+variety+of+filters+to+suit+your+tastes.+Charge+out+of+the+compute+unified+Hd+porn+spitting+image+galleries+and+glory+in+with+a+situate+that%3Bs+way+over+any+other+equivalent+%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82+place.+A+purlieus+which+allows+plenary+access+to+gigabytes+of+porn+pics+and+the+promise+to+download+them+notwithstanding+free.+Sharp+porno+XXX+gratis+and+hot+girls+intimacy+content+which+will+cause+you+drool+as+you+browse+through+the+huge+lists+and+categories.+givinaue.dot+%0D%0Ahttp%3A%2F%2Fkatzpilates.com%2Fnew-beginners-class-in-hackney-downs-studios%2F%3Funapproved%3D301519%26moderation-hash%3D3228acbc597775e4ea902c0fd67e8f80%23comment-301519%0D%0Ahttps%3A%2F%2Fblogamente.it%2Findex.php%2F2022%2F10%2F03%2Fgli-ortolani-il-ritorno%2F%23comment-11265%0D%0Ahttps%3A%2F%2Fhulstalondon.co.uk%2Fmattress-buying-guide%2F%3Funapproved%3D17920%26moderation-hash%3Db42a415c2cda85cfb8c490bc115c7634%23comment-17920%0D%0Ahttp%3A%2F%2Fliaj063.is-programmer.com%2Fguestbook%2F%0D%0Ahttps%3A%2F%2Fsifisopublishers.africa%2Fproduct%2Fequal-but-different-dr-judy-dlamini%2F%3Funapproved%3D28980%26moderation-hash%3Ddc31c73e01ba4763ce95b1412294cc7d%23comment-28980%0D%0A>ebony hairy pussy photos</a> \r\n<a href=http://store232.com/contact/?contact-form-id=21&contact-form-sent=3911&contact-form-hash=42a8387f09360eca0e42a447e69b812da88e9a5c&_wpnonce=40db048148>hairy blonde pussy porn pics</a> \r\n<a href=https://muswada-sa.com/contact/?contact-form-id=14&contact-form-sent=1229&contact-form-hash=d14ed510333bf5e3482dd585edd3566f6cabfbff&_wpnonce=6bf384aeb0>beauty hairy pussy</a>', '2025-05-16 16:44:11', '');

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

--
-- Table structure for table `tbl_inspection_dtl`
--

CREATE TABLE `tbl_inspection_dtl` (
  `InspectionDtlID` bigint NOT NULL,
  `InspectionHdrID` bigint NOT NULL,
  `CheckListParamID` int NOT NULL,
  `CheckListParamValue` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `Remarks` varchar(2000) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `CreatedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `tbl_inspection_dtl`
--

INSERT INTO `tbl_inspection_dtl` (`InspectionDtlID`, `InspectionHdrID`, `CheckListParamID`, `CheckListParamValue`, `Remarks`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, 1, 1, '45612', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(2, 1, 2, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(3, 1, 3, '0', 'very dust', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(4, 1, 4, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(5, 1, 5, '0', 'one broken', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(6, 1, 6, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(7, 1, 7, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(8, 1, 8, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(9, 1, 9, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(10, 1, 10, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(11, 1, 11, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(12, 1, 12, '0', 'its not working', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(13, 1, 13, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(14, 1, 14, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(15, 1, 15, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(16, 1, 16, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(17, 1, 17, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(18, 1, 18, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(19, 1, 19, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(20, 1, 20, '1', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(21, 1, 21, '', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(22, 1, 24, '', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(23, 1, 22, '', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(24, 1, 23, '', '', '42', '2023-08-14 22:49:41', '42', '2023-08-14 22:49:41'),
(25, 2, 1, '45612', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(26, 2, 2, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(27, 2, 3, '0', 'very dust', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(28, 2, 4, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(29, 2, 5, '0', 'one broken', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(30, 2, 6, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(31, 2, 7, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(32, 2, 8, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(33, 2, 9, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(34, 2, 10, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(35, 2, 11, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(36, 2, 12, '0', 'its not working', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(37, 2, 13, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(38, 2, 14, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(39, 2, 15, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(40, 2, 16, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(41, 2, 17, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(42, 2, 18, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(43, 2, 19, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(44, 2, 20, '1', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(45, 2, 21, '', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(46, 2, 24, '', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(47, 2, 22, '', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(48, 2, 23, '', '', '42', '2023-08-14 22:50:22', '42', '2023-08-14 22:50:22'),
(49, 3, 1, '1', '1', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(50, 3, 2, '1', '1', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(51, 3, 3, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(52, 3, 4, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(53, 3, 5, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(54, 3, 6, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(55, 3, 7, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(56, 3, 8, '1', '1', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(57, 3, 9, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(58, 3, 10, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(59, 3, 11, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(60, 3, 12, '1', '1', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(61, 3, 13, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(62, 3, 14, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(63, 3, 15, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(64, 3, 16, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(65, 3, 17, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(66, 3, 18, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(67, 3, 19, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(68, 3, 20, '1', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(69, 3, 21, '', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(70, 3, 24, '', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(71, 3, 22, '', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(72, 3, 23, '', '', '39', '2023-08-15 12:18:15', '39', '2023-08-15 12:18:15'),
(73, 4, 1, '1', '1', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(74, 4, 2, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(75, 4, 3, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(76, 4, 4, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(77, 4, 5, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(78, 4, 6, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(79, 4, 7, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(80, 4, 8, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(81, 4, 9, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(82, 4, 10, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(83, 4, 11, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(84, 4, 12, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(85, 4, 13, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(86, 4, 14, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(87, 4, 15, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(88, 4, 16, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(89, 4, 17, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(90, 4, 18, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(91, 4, 19, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(92, 4, 20, '1', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(93, 4, 21, '', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(94, 4, 24, '', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(95, 4, 22, '', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(96, 4, 23, '', '', '39', '2023-08-15 12:19:12', '39', '2023-08-15 12:19:12'),
(97, 5, 1, '1', '1', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(98, 5, 2, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(99, 5, 3, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(100, 5, 4, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(101, 5, 5, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(102, 5, 6, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(103, 5, 7, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(104, 5, 8, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(105, 5, 9, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(106, 5, 10, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(107, 5, 11, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(108, 5, 12, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(109, 5, 13, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(110, 5, 14, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(111, 5, 15, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(112, 5, 16, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(113, 5, 17, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(114, 5, 18, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(115, 5, 19, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(116, 5, 20, '1', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(117, 5, 21, '', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(118, 5, 24, '', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(119, 5, 22, '', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(120, 5, 23, '', '', '39', '2023-08-15 12:23:11', '39', '2023-08-15 12:23:11'),
(121, 6, 1, '1', '1', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(122, 6, 2, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(123, 6, 3, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(124, 6, 4, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(125, 6, 5, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(126, 6, 6, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(127, 6, 7, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(128, 6, 8, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(129, 6, 9, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(130, 6, 10, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(131, 6, 11, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(132, 6, 12, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(133, 6, 13, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(134, 6, 14, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(135, 6, 15, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(136, 6, 16, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(137, 6, 17, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(138, 6, 18, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(139, 6, 19, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(140, 6, 20, '1', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(141, 6, 21, '', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(142, 6, 24, '', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(143, 6, 22, '', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(144, 6, 23, '', '', '39', '2023-08-15 12:23:28', '39', '2023-08-15 12:23:28'),
(145, 7, 1, '1', '1', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(146, 7, 2, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(147, 7, 3, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(148, 7, 4, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(149, 7, 5, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(150, 7, 6, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(151, 7, 7, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(152, 7, 8, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(153, 7, 9, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(154, 7, 10, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(155, 7, 11, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(156, 7, 12, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(157, 7, 13, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(158, 7, 14, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(159, 7, 15, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(160, 7, 16, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(161, 7, 17, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(162, 7, 18, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(163, 7, 19, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(164, 7, 20, '1', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(165, 7, 21, '', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(166, 7, 24, '', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(167, 7, 22, '', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(168, 7, 23, '', '', '39', '2023-08-15 12:23:38', '39', '2023-08-15 12:23:38'),
(169, 8, 1, '1', '1', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(170, 8, 2, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(171, 8, 3, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(172, 8, 4, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(173, 8, 5, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(174, 8, 6, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(175, 8, 7, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(176, 8, 8, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(177, 8, 9, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(178, 8, 10, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(179, 8, 11, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(180, 8, 12, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(181, 8, 13, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(182, 8, 14, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(183, 8, 15, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(184, 8, 16, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(185, 8, 17, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(186, 8, 18, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(187, 8, 19, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(188, 8, 20, '1', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(189, 8, 21, '', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(190, 8, 24, '', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(191, 8, 22, '', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(192, 8, 23, '', '', '39', '2023-08-15 12:23:49', '39', '2023-08-15 12:23:49'),
(193, 9, 1, '1', '1', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(194, 9, 2, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(195, 9, 3, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(196, 9, 4, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(197, 9, 5, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(198, 9, 6, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(199, 9, 7, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(200, 9, 8, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(201, 9, 9, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(202, 9, 10, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(203, 9, 11, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(204, 9, 12, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(205, 9, 13, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(206, 9, 14, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(207, 9, 15, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(208, 9, 16, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(209, 9, 17, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(210, 9, 18, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(211, 9, 19, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(212, 9, 20, '1', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(213, 9, 21, '', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(214, 9, 24, '', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(215, 9, 22, '', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(216, 9, 23, '', '', '39', '2023-08-15 12:24:03', '39', '2023-08-15 12:24:03'),
(217, 10, 1, '1', '1', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(218, 10, 2, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(219, 10, 3, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(220, 10, 4, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(221, 10, 5, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(222, 10, 6, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(223, 10, 7, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(224, 10, 8, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(225, 10, 9, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(226, 10, 10, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(227, 10, 11, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(228, 10, 12, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(229, 10, 13, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(230, 10, 14, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(231, 10, 15, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(232, 10, 16, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(233, 10, 17, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(234, 10, 18, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(235, 10, 19, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(236, 10, 20, '1', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(237, 10, 21, '', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(238, 10, 24, '', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(239, 10, 22, '', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(240, 10, 23, '', '', '39', '2023-08-15 12:24:21', '39', '2023-08-15 12:24:21'),
(241, 11, 1, '76768', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(242, 11, 2, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(243, 11, 3, '0', 'TOO MUCH DUST', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(244, 11, 4, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(245, 11, 5, '0', 'BROKEN', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(246, 11, 6, '0', 'NOT PROPER', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(247, 11, 7, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(248, 11, 8, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(249, 11, 9, '0', 'BULB NOT OWKRG', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(250, 11, 10, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(251, 11, 11, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(252, 11, 12, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(253, 11, 13, '0', 'NOP BROKEN', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(254, 11, 14, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(255, 11, 15, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(256, 11, 16, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(257, 11, 17, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(258, 11, 18, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(259, 11, 19, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(260, 11, 20, '1', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(261, 11, 21, '', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(262, 11, 24, '', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(263, 11, 22, '', 'NEW', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(264, 11, 23, '', '', '42', '2023-08-15 12:30:07', '42', '2023-08-15 12:30:07'),
(265, 12, 1, '87654', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(266, 12, 2, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(267, 12, 3, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(268, 12, 4, '0', 'too much ', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(269, 12, 5, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(270, 12, 6, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(271, 12, 7, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(272, 12, 8, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(273, 12, 9, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(274, 12, 10, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(275, 12, 11, '0', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(276, 12, 12, '0', 'not peoper', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(277, 12, 13, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(278, 12, 14, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(279, 12, 15, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(280, 12, 16, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(281, 12, 17, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(282, 12, 18, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(283, 12, 19, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(284, 12, 20, '1', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(285, 12, 21, '', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(286, 12, 24, '', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(287, 12, 22, '', 'ipad not wolg', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(288, 12, 23, '', '', '39', '2023-08-15 12:33:28', '39', '2023-08-15 12:33:28'),
(289, 13, 1, '', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(290, 13, 2, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(291, 13, 3, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(292, 13, 4, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(293, 13, 5, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(294, 13, 6, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(295, 13, 7, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(296, 13, 8, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(297, 13, 9, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(298, 13, 10, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(299, 13, 11, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(300, 13, 12, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(301, 13, 13, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(302, 13, 14, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(303, 13, 15, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(304, 13, 16, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(305, 13, 17, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(306, 13, 18, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(307, 13, 19, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(308, 13, 20, '1', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(309, 13, 21, '', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(310, 13, 24, '', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(311, 13, 22, '', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(312, 13, 23, '', '', '43', '2023-08-15 21:46:47', '43', '2023-08-15 21:46:47'),
(313, 14, 1, '100', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(314, 14, 2, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(315, 14, 3, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(316, 14, 4, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(317, 14, 5, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(318, 14, 6, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(319, 14, 7, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(320, 14, 8, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(321, 14, 9, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(322, 14, 10, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(323, 14, 11, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(324, 14, 12, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(325, 14, 13, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(326, 14, 14, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(327, 14, 15, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(328, 14, 16, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(329, 14, 17, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(330, 14, 18, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(331, 14, 19, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(332, 14, 20, '1', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(333, 14, 21, '', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(334, 14, 24, '', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(335, 14, 22, '', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(336, 14, 23, '', '', '39', '2023-08-15 23:46:47', '39', '2023-08-15 23:46:47'),
(361, 16, 1, '12345', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(362, 16, 2, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(363, 16, 3, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(364, 16, 4, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(365, 16, 5, '0', 'wiper broken', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(366, 16, 6, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(367, 16, 7, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(368, 16, 8, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(369, 16, 9, '0', 'right light not working', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(370, 16, 10, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(371, 16, 11, '0', 'not overed', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(372, 16, 12, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(373, 16, 13, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(374, 16, 14, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(375, 16, 15, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(376, 16, 16, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(377, 16, 17, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(378, 16, 18, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(379, 16, 19, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(380, 16, 20, '1', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(381, 16, 21, '', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(382, 16, 24, '', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(383, 16, 22, '', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(384, 16, 23, '', '', '39', '2023-08-16 15:30:18', '39', '2023-08-16 15:30:18'),
(385, 17, 1, '21340', '21450', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(386, 17, 2, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(387, 17, 3, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(388, 17, 4, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(389, 17, 5, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(390, 17, 6, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(391, 17, 7, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(392, 17, 8, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(393, 17, 9, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(394, 17, 10, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(395, 17, 11, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(396, 17, 12, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(397, 17, 13, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(398, 17, 14, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(399, 17, 15, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(400, 17, 16, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(401, 17, 17, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(402, 17, 18, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(403, 17, 19, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(404, 17, 20, '1', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(405, 17, 21, '', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(406, 17, 24, '', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(407, 17, 22, '', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(408, 17, 23, '', '', '39', '2023-08-16 19:15:10', '39', '2023-08-16 19:15:10'),
(409, 18, 1, '', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(410, 18, 2, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(411, 18, 3, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(412, 18, 4, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(413, 18, 5, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(414, 18, 6, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(415, 18, 7, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(416, 18, 8, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(417, 18, 9, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(418, 18, 10, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(419, 18, 11, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(420, 18, 12, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(421, 18, 13, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(422, 18, 14, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(423, 18, 15, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(424, 18, 16, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(425, 18, 17, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(426, 18, 18, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(427, 18, 19, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(428, 18, 20, '1', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(429, 18, 21, '', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(430, 18, 24, '', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(431, 18, 22, '', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(432, 18, 23, '', '', '44', '2023-08-16 19:26:23', '44', '2023-08-16 19:26:23'),
(433, 19, 1, '12341', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(434, 19, 2, '0', 'not working', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(435, 19, 3, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(436, 19, 4, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(437, 19, 5, '0', 'broken', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(438, 19, 6, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(439, 19, 7, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(440, 19, 8, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(441, 19, 9, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(442, 19, 10, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(443, 19, 11, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(444, 19, 12, '0', 'not working', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(445, 19, 13, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(446, 19, 14, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(447, 19, 15, '0', 'not properly working', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(448, 19, 16, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(449, 19, 17, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(450, 19, 18, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(451, 19, 19, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(452, 19, 20, '1', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(453, 19, 21, '64', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(454, 19, 24, '', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(455, 19, 22, '65', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(456, 19, 23, '', '', '42', '2023-08-18 17:31:17', '42', '2023-08-18 17:31:17'),
(457, 20, 1, '125', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(458, 20, 2, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(459, 20, 3, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(460, 20, 4, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(461, 20, 5, '0', 'wiper broken', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(462, 20, 6, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(463, 20, 7, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(464, 20, 8, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(465, 20, 9, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(466, 20, 10, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(467, 20, 11, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(468, 20, 12, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(469, 20, 13, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(470, 20, 14, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(471, 20, 15, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(472, 20, 16, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(473, 20, 17, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(474, 20, 18, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(475, 20, 19, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(476, 20, 20, '1', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(477, 20, 21, '64', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(478, 20, 24, '64', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(479, 20, 22, '65', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(480, 20, 23, '66', '', '42', '2023-08-18 17:42:54', '42', '2023-08-18 17:42:54'),
(481, 21, 1, '125', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(482, 21, 2, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(483, 21, 3, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(484, 21, 4, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(485, 21, 5, '0', 'wiper broken', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(486, 21, 6, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(487, 21, 7, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(488, 21, 8, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(489, 21, 9, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(490, 21, 10, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(491, 21, 11, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(492, 21, 12, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(493, 21, 13, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(494, 21, 14, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(495, 21, 15, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(496, 21, 16, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(497, 21, 17, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(498, 21, 18, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(499, 21, 19, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(500, 21, 20, '1', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(501, 21, 21, '64', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(502, 21, 24, '64', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(503, 21, 22, '65', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(504, 21, 23, '66', '', '42', '2023-08-18 17:46:15', '42', '2023-08-18 17:46:15'),
(505, 22, 1, '127', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(506, 22, 2, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(507, 22, 3, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(508, 22, 4, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(509, 22, 5, '0', 'wiper broken', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(510, 22, 6, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(511, 22, 7, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(512, 22, 8, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(513, 22, 9, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(514, 22, 10, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(515, 22, 11, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(516, 22, 12, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(517, 22, 13, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(518, 22, 14, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(519, 22, 15, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(520, 22, 16, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(521, 22, 17, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(522, 22, 18, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(523, 22, 19, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(524, 22, 20, '1', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(525, 22, 21, '', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(526, 22, 24, '', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(527, 22, 22, '', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(528, 22, 23, '', '', '42', '2023-08-18 17:49:04', '42', '2023-08-18 17:49:04'),
(529, 23, 1, '127', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(530, 23, 2, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(531, 23, 3, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(532, 23, 4, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(533, 23, 5, '0', 'wiper broken', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(534, 23, 6, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(535, 23, 7, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(536, 23, 8, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(537, 23, 9, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(538, 23, 10, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(539, 23, 11, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(540, 23, 12, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(541, 23, 13, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(542, 23, 14, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(543, 23, 15, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(544, 23, 16, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(545, 23, 17, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(546, 23, 18, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(547, 23, 19, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(548, 23, 20, '1', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(549, 23, 21, '', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(550, 23, 24, '', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(551, 23, 22, '', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(552, 23, 23, '', '', '42', '2023-08-18 17:52:06', '42', '2023-08-18 17:52:06'),
(553, 24, 1, '127', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(554, 24, 2, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(555, 24, 3, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(556, 24, 4, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(557, 24, 5, '0', 'wiper broken', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(558, 24, 6, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(559, 24, 7, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(560, 24, 8, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(561, 24, 9, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(562, 24, 10, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(563, 24, 11, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(564, 24, 12, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(565, 24, 13, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(566, 24, 14, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(567, 24, 15, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(568, 24, 16, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(569, 24, 17, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(570, 24, 18, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(571, 24, 19, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(572, 24, 20, '1', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(573, 24, 21, '', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(574, 24, 24, '', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(575, 24, 22, '', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(576, 24, 23, '', '', '42', '2023-08-18 17:52:27', '42', '2023-08-18 17:52:27'),
(577, 25, 1, '127', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(578, 25, 2, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(579, 25, 3, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(580, 25, 4, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(581, 25, 5, '0', 'wiper broken', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(582, 25, 6, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(583, 25, 7, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(584, 25, 8, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(585, 25, 9, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(586, 25, 10, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(587, 25, 11, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(588, 25, 12, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(589, 25, 13, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(590, 25, 14, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(591, 25, 15, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(592, 25, 16, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(593, 25, 17, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(594, 25, 18, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(595, 25, 19, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(596, 25, 20, '1', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(597, 25, 21, '', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(598, 25, 24, '', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(599, 25, 22, '', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(600, 25, 23, '', '', '42', '2023-08-18 17:53:25', '42', '2023-08-18 17:53:25'),
(601, 26, 1, '127', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(602, 26, 2, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(603, 26, 3, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(604, 26, 4, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(605, 26, 5, '0', 'wiper broken', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(606, 26, 6, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(607, 26, 7, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(608, 26, 8, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(609, 26, 9, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(610, 26, 10, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(611, 26, 11, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(612, 26, 12, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(613, 26, 13, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(614, 26, 14, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(615, 26, 15, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(616, 26, 16, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(617, 26, 17, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(618, 26, 18, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(619, 26, 19, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(620, 26, 20, '1', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(621, 26, 21, '', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(622, 26, 24, '', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(623, 26, 22, '', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(624, 26, 23, '', '', '42', '2023-08-18 17:53:51', '42', '2023-08-18 17:53:51'),
(625, 27, 1, '127', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(626, 27, 2, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(627, 27, 3, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(628, 27, 4, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(629, 27, 5, '0', 'wiper broken', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(630, 27, 6, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(631, 27, 7, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(632, 27, 8, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(633, 27, 9, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(634, 27, 10, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(635, 27, 11, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(636, 27, 12, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(637, 27, 13, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(638, 27, 14, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(639, 27, 15, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(640, 27, 16, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(641, 27, 17, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(642, 27, 18, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(643, 27, 19, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(644, 27, 20, '1', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(645, 27, 21, '', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(646, 27, 24, '', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(647, 27, 22, '', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(648, 27, 23, '', '', '42', '2023-08-18 17:54:40', '42', '2023-08-18 17:54:40'),
(649, 28, 1, '127', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53');
INSERT INTO `tbl_inspection_dtl` (`InspectionDtlID`, `InspectionHdrID`, `CheckListParamID`, `CheckListParamValue`, `Remarks`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(650, 28, 2, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(651, 28, 3, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(652, 28, 4, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(653, 28, 5, '0', 'wiper broken', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(654, 28, 6, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(655, 28, 7, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(656, 28, 8, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(657, 28, 9, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(658, 28, 10, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(659, 28, 11, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(660, 28, 12, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(661, 28, 13, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(662, 28, 14, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(663, 28, 15, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(664, 28, 16, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(665, 28, 17, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(666, 28, 18, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(667, 28, 19, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(668, 28, 20, '1', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(669, 28, 21, '', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(670, 28, 24, '', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(671, 28, 22, '', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(672, 28, 23, '', '', '42', '2023-08-18 17:58:53', '42', '2023-08-18 17:58:53'),
(673, 29, 1, '10000', 'a', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(674, 29, 2, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(675, 29, 3, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(676, 29, 4, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(677, 29, 5, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(678, 29, 6, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(679, 29, 7, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(680, 29, 8, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(681, 29, 9, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(682, 29, 10, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(683, 29, 11, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(684, 29, 12, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(685, 29, 13, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(686, 29, 14, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(687, 29, 15, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(688, 29, 16, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(689, 29, 17, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(690, 29, 18, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(691, 29, 19, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(692, 29, 20, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(693, 29, 21, '1', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(694, 29, 24, '2', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(695, 29, 22, '27', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(696, 29, 23, '47', '', '39', '2023-08-19 21:57:23', '39', '2023-08-19 21:57:23'),
(697, 30, 1, '1254', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(698, 30, 2, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(699, 30, 3, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(700, 30, 4, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(701, 30, 5, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(702, 30, 6, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(703, 30, 7, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(704, 30, 8, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(705, 30, 9, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(706, 30, 10, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(707, 30, 11, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(708, 30, 12, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(709, 30, 13, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(710, 30, 14, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(711, 30, 15, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(712, 30, 16, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(713, 30, 17, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(714, 30, 18, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(715, 30, 19, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(716, 30, 20, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(717, 30, 21, '2', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(718, 30, 24, '1', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(719, 30, 22, '28', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(720, 30, 23, '52', '', '46', '2023-08-19 22:11:02', '46', '2023-08-19 22:11:02'),
(721, 31, 1, '3456', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(722, 31, 2, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(723, 31, 3, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(724, 31, 4, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(725, 31, 5, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(726, 31, 6, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(727, 31, 7, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(728, 31, 8, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(729, 31, 9, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(730, 31, 10, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(731, 31, 11, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(732, 31, 12, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(733, 31, 13, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(734, 31, 14, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(735, 31, 15, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(736, 31, 16, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(737, 31, 17, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(738, 31, 18, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(739, 31, 19, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(740, 31, 20, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(741, 31, 21, '1', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(742, 31, 24, '2', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(743, 31, 22, '33', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(744, 31, 23, '52', '', '46', '2023-08-19 22:12:48', '46', '2023-08-19 22:12:48'),
(745, 32, 1, '3456', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(746, 32, 2, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(747, 32, 3, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(748, 32, 4, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(749, 32, 5, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(750, 32, 6, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(751, 32, 7, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(752, 32, 8, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(753, 32, 9, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(754, 32, 10, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(755, 32, 11, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(756, 32, 12, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(757, 32, 13, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(758, 32, 14, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(759, 32, 15, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(760, 32, 16, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(761, 32, 17, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(762, 32, 18, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(763, 32, 19, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(764, 32, 20, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(765, 32, 21, '1', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(766, 32, 24, '2', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(767, 32, 22, '33', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(768, 32, 23, '52', '', '46', '2023-08-19 22:13:05', '46', '2023-08-19 22:13:05'),
(769, 33, 1, '12123', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(770, 33, 2, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(771, 33, 3, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(772, 33, 4, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(773, 33, 5, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(774, 33, 6, '0', 'seta bely not proper', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(775, 33, 7, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(776, 33, 8, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(777, 33, 9, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(778, 33, 10, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(779, 33, 11, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(780, 33, 12, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(781, 33, 13, '0', 'mirir not working', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(782, 33, 14, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(783, 33, 15, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(784, 33, 16, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(785, 33, 17, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(786, 33, 18, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(787, 33, 19, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(788, 33, 20, '1', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(789, 33, 21, '', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(790, 33, 24, '', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(791, 33, 22, '', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(792, 33, 23, '', '', '39', '2023-08-20 10:49:15', '39', '2023-08-20 10:49:15'),
(793, 34, 1, '76565', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(794, 34, 2, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(795, 34, 3, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(796, 34, 4, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(797, 34, 5, '0', 'wiper not pripoer', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(798, 34, 6, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(799, 34, 7, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(800, 34, 8, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(801, 34, 9, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(802, 34, 10, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(803, 34, 11, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(804, 34, 12, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(805, 34, 13, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(806, 34, 14, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(807, 34, 15, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(808, 34, 16, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(809, 34, 17, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(810, 34, 18, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(811, 34, 19, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(812, 34, 20, '1', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(813, 34, 21, '', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(814, 34, 24, '11', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(815, 34, 22, '', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(816, 34, 23, '', '', '39', '2023-08-20 11:27:40', '39', '2023-08-20 11:27:40'),
(817, 35, 1, '10100', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(818, 35, 2, '1', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(819, 35, 3, '1', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(820, 35, 4, '1', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(821, 35, 5, '1', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(822, 35, 6, '1', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(823, 35, 7, '1', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(824, 35, 8, '1', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(825, 35, 9, '1', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(826, 35, 10, '1', '', '39', '2023-08-21 12:54:13', '39', '2023-08-21 12:54:13'),
(827, 35, 11, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(828, 35, 12, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(829, 35, 13, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(830, 35, 14, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(831, 35, 15, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(832, 35, 16, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(833, 35, 17, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(834, 35, 18, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(835, 35, 19, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(836, 35, 20, '1', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(837, 35, 21, '2', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(838, 35, 24, '', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(839, 35, 22, '30', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(840, 35, 23, '48', '', '39', '2023-08-21 12:54:14', '39', '2023-08-21 12:54:14'),
(841, 36, 1, '', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(842, 36, 2, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(843, 36, 3, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(844, 36, 4, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(845, 36, 5, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(846, 36, 6, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(847, 36, 7, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(848, 36, 8, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(849, 36, 9, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(850, 36, 10, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(851, 36, 11, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(852, 36, 12, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(853, 36, 13, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(854, 36, 14, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(855, 36, 15, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(856, 36, 16, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(857, 36, 17, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(858, 36, 18, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(859, 36, 19, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(860, 36, 20, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(861, 36, 21, '1', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(862, 36, 24, '13', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(863, 36, 22, '38', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(864, 36, 23, '52', '', '46', '2023-08-21 15:51:57', '46', '2023-08-21 15:51:57'),
(865, 37, 1, '250', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(866, 37, 2, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(867, 37, 3, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(868, 37, 4, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(869, 37, 5, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(870, 37, 6, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(871, 37, 7, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(872, 37, 8, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(873, 37, 9, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(874, 37, 10, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(875, 37, 11, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(876, 37, 12, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(877, 37, 13, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(878, 37, 14, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(879, 37, 15, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(880, 37, 16, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(881, 37, 17, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(882, 37, 18, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(883, 37, 19, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(884, 37, 20, '1', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(885, 37, 21, '', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(886, 37, 24, '', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(887, 37, 22, '', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(888, 37, 23, '', '', '2', '2023-08-21 19:04:11', '2', '2023-08-21 19:04:11'),
(889, 38, 1, '34123', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(890, 38, 2, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(891, 38, 3, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(892, 38, 4, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(893, 38, 5, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(894, 38, 6, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(895, 38, 7, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(896, 38, 8, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(897, 38, 9, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(898, 38, 10, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(899, 38, 11, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(900, 38, 12, '0', 'not proper', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(901, 38, 13, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(902, 38, 14, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(903, 38, 15, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(904, 38, 16, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(905, 38, 17, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(906, 38, 18, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(907, 38, 19, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(908, 38, 20, '1', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(909, 38, 21, '', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(910, 38, 24, '4', 'not good', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(911, 38, 22, '', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(912, 38, 23, '', '', '39', '2023-08-22 15:52:15', '39', '2023-08-22 15:52:15'),
(913, 39, 1, '35000', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(914, 39, 2, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(915, 39, 3, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(916, 39, 4, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(917, 39, 5, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(918, 39, 6, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(919, 39, 7, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(920, 39, 8, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(921, 39, 9, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(922, 39, 10, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(923, 39, 11, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(924, 39, 12, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(925, 39, 13, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(926, 39, 14, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(927, 39, 15, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(928, 39, 16, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(929, 39, 17, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(930, 39, 18, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(931, 39, 19, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(932, 39, 20, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(933, 39, 21, '11', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(934, 39, 24, '1', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(935, 39, 22, '29', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(936, 39, 23, '48', '', '39', '2023-08-22 17:05:13', '39', '2023-08-22 17:05:13'),
(937, 40, 1, '35000', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(938, 40, 2, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(939, 40, 3, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(940, 40, 4, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(941, 40, 5, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(942, 40, 6, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(943, 40, 7, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(944, 40, 8, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(945, 40, 9, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(946, 40, 10, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(947, 40, 11, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(948, 40, 12, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(949, 40, 13, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(950, 40, 14, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(951, 40, 15, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(952, 40, 16, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(953, 40, 17, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(954, 40, 18, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(955, 40, 19, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(956, 40, 20, '1', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(957, 40, 21, '64', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(958, 40, 24, '64', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(959, 40, 22, '65', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(960, 40, 23, '66', '', '48', '2023-08-22 17:11:48', '48', '2023-08-22 17:11:48'),
(961, 41, 1, '25', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(962, 41, 2, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(963, 41, 3, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(964, 41, 4, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(965, 41, 5, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(966, 41, 6, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(967, 41, 7, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(968, 41, 8, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(969, 41, 9, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(970, 41, 10, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(971, 41, 11, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(972, 41, 12, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(973, 41, 13, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(974, 41, 14, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(975, 41, 15, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(976, 41, 16, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(977, 41, 17, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(978, 41, 18, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(979, 41, 19, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(980, 41, 20, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(981, 41, 21, '1', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(982, 41, 24, '2', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(983, 41, 22, '33', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(984, 41, 23, '53', '', '50', '2023-08-26 16:58:16', '50', '2023-08-26 16:58:16'),
(985, 42, 1, '126780', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(986, 42, 2, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(987, 42, 3, '1', 'Yes', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(988, 42, 4, '1', 'Yes', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(989, 42, 5, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(990, 42, 6, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(991, 42, 7, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(992, 42, 8, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(993, 42, 9, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(994, 42, 10, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(995, 42, 11, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(996, 42, 12, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(997, 42, 13, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(998, 42, 14, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(999, 42, 15, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1000, 42, 16, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1001, 42, 17, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1002, 42, 18, '0', 'Empty', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1003, 42, 19, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1004, 42, 20, '1', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1005, 42, 21, '', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1006, 42, 24, '', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1007, 42, 22, '', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1008, 42, 23, '', '', '50', '2023-08-27 21:57:06', '50', '2023-08-27 21:57:06'),
(1009, 43, 1, '510896', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1010, 43, 2, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1011, 43, 3, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1012, 43, 4, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1013, 43, 5, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1014, 43, 6, '0', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1015, 43, 7, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1016, 43, 8, '0', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1017, 43, 9, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1018, 43, 10, '0', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1019, 43, 11, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1020, 43, 12, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1021, 43, 13, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1022, 43, 14, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1023, 43, 15, '0', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1024, 43, 16, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1025, 43, 17, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1026, 43, 18, '0', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1027, 43, 19, '1', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1028, 43, 20, '1', 'Rear view mirror was broken ', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1029, 43, 21, '', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1030, 43, 24, '', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1031, 43, 22, '', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1032, 43, 23, '', '', '50', '2023-09-04 00:53:46', '50', '2023-09-04 00:53:46'),
(1033, 44, 1, '11111', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1034, 44, 2, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1035, 44, 3, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1036, 44, 4, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1037, 44, 5, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1038, 44, 6, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1039, 44, 7, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1040, 44, 8, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1041, 44, 9, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1042, 44, 10, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1043, 44, 11, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1044, 44, 12, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1045, 44, 13, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1046, 44, 14, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1047, 44, 15, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1048, 44, 16, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1049, 44, 17, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1050, 44, 18, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1051, 44, 19, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1052, 44, 20, '1', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1053, 44, 21, '6', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1054, 44, 24, '', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1055, 44, 22, '27', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1056, 44, 23, '', '', '3', '2023-09-05 14:55:08', '3', '2023-09-05 14:55:08'),
(1057, 45, 1, '23456', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1058, 45, 2, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1059, 45, 3, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1060, 45, 4, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1061, 45, 5, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1062, 45, 6, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1063, 45, 7, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1064, 45, 8, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1065, 45, 9, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1066, 45, 10, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1067, 45, 11, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1068, 45, 12, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1069, 45, 13, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1070, 45, 14, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1071, 45, 15, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1072, 45, 16, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1073, 45, 17, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1074, 45, 18, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1075, 45, 19, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1076, 45, 20, '1', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1077, 45, 21, '', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1078, 45, 24, '', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1079, 45, 22, '', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1080, 45, 23, '', '', '39', '2023-09-11 16:21:21', '39', '2023-09-11 16:21:21'),
(1081, 46, 1, '284022', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1082, 46, 2, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1083, 46, 3, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1084, 46, 4, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1085, 46, 5, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1086, 46, 6, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1087, 46, 7, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1088, 46, 8, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1089, 46, 9, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1090, 46, 10, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1091, 46, 11, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1092, 46, 12, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1093, 46, 13, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1094, 46, 14, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1095, 46, 15, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1096, 46, 16, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1097, 46, 17, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1098, 46, 18, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1099, 46, 19, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1100, 46, 20, '1', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1101, 46, 21, '18', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1102, 46, 24, '', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1103, 46, 22, '', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1104, 46, 23, '49', '', '9', '2023-09-13 12:59:46', '9', '2023-09-13 12:59:46'),
(1105, 47, 1, '284022', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1106, 47, 2, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1107, 47, 3, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1108, 47, 4, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1109, 47, 5, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1110, 47, 6, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1111, 47, 7, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1112, 47, 8, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1113, 47, 9, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1114, 47, 10, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1115, 47, 11, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1116, 47, 12, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1117, 47, 13, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1118, 47, 14, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1119, 47, 15, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1120, 47, 16, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1121, 47, 17, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1122, 47, 18, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1123, 47, 19, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1124, 47, 20, '1', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1125, 47, 21, '18', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1126, 47, 24, '', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1127, 47, 22, '', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1128, 47, 23, '49', '', '9', '2023-09-13 13:00:06', '9', '2023-09-13 13:00:06'),
(1129, 48, 1, '1671', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1130, 48, 2, '0', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1131, 48, 3, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1132, 48, 4, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1133, 48, 5, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1134, 48, 6, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1135, 48, 7, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1136, 48, 8, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1137, 48, 9, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1138, 48, 10, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1139, 48, 11, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1140, 48, 12, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1141, 48, 13, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1142, 48, 14, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1143, 48, 15, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1144, 48, 16, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1145, 48, 17, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1146, 48, 18, '1', '59%', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1147, 48, 19, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1148, 48, 20, '1', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1149, 48, 21, '3', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1150, 48, 24, '', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1151, 48, 22, '31', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1152, 48, 23, '48', '', '53', '2023-12-17 18:50:42', '53', '2023-12-17 18:50:42'),
(1153, 49, 1, '1671', '', '53', '2023-12-17 18:51:02', '53', '2023-12-17 18:51:02'),
(1154, 49, 2, '0', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1155, 49, 3, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1156, 49, 4, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1157, 49, 5, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1158, 49, 6, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1159, 49, 7, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1160, 49, 8, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1161, 49, 9, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1162, 49, 10, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1163, 49, 11, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1164, 49, 12, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1165, 49, 13, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1166, 49, 14, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1167, 49, 15, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1168, 49, 16, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1169, 49, 17, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1170, 49, 18, '1', '59%', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1171, 49, 19, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1172, 49, 20, '1', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1173, 49, 21, '3', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1174, 49, 24, '', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1175, 49, 22, '31', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1176, 49, 23, '48', '', '53', '2023-12-17 18:51:03', '53', '2023-12-17 18:51:03'),
(1177, 50, 1, '1671', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1178, 50, 2, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1179, 50, 3, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1180, 50, 4, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1181, 50, 5, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1182, 50, 6, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1183, 50, 7, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1184, 50, 8, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1185, 50, 9, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1186, 50, 10, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1187, 50, 11, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1188, 50, 12, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1189, 50, 13, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1190, 50, 14, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1191, 50, 15, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1192, 50, 16, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1193, 50, 17, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1194, 50, 18, '1', '59%', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1195, 50, 19, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1196, 50, 20, '1', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1197, 50, 21, '3', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1198, 50, 24, '', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1199, 50, 22, '31', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1200, 50, 23, '48', '', '53', '2023-12-17 18:51:21', '53', '2023-12-17 18:51:21'),
(1201, 51, 1, '1671', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1202, 51, 2, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1203, 51, 3, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1204, 51, 4, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1205, 51, 5, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1206, 51, 6, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1207, 51, 7, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1208, 51, 8, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1209, 51, 9, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1210, 51, 10, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1211, 51, 11, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1212, 51, 12, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1213, 51, 13, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1214, 51, 14, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1215, 51, 15, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1216, 51, 16, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1217, 51, 17, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1218, 51, 18, '1', '59%', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1219, 51, 19, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1220, 51, 20, '1', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1221, 51, 21, '3', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1222, 51, 24, '', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1223, 51, 22, '31', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1224, 51, 23, '48', '', '53', '2023-12-17 18:51:47', '53', '2023-12-17 18:51:47'),
(1225, 52, 1, '1671', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1226, 52, 2, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1227, 52, 3, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1228, 52, 4, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1229, 52, 5, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1230, 52, 6, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1231, 52, 7, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1232, 52, 8, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1233, 52, 9, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1234, 52, 10, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1235, 52, 11, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1236, 52, 12, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1237, 52, 13, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1238, 52, 14, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1239, 52, 15, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1240, 52, 16, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1241, 52, 17, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1242, 52, 18, '1', '59%', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1243, 52, 19, '1', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1244, 52, 20, '0', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1245, 52, 21, '3', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1246, 52, 24, '', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1247, 52, 22, '31', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1248, 52, 23, '48', '', '53', '2023-12-17 18:52:01', '53', '2023-12-17 18:52:01'),
(1249, 53, 1, '125', 'tack over 247', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1250, 53, 2, '0', 'not working indicator warning', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1251, 53, 3, '0', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1252, 53, 4, '0', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1253, 53, 5, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1254, 53, 6, '0', 'not working', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1255, 53, 7, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1256, 53, 8, '0', 'headlight is deam', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1257, 53, 9, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1258, 53, 10, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1259, 53, 11, '0', 'not overed', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1260, 53, 12, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1261, 53, 13, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1262, 53, 14, '0', 'not work', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1263, 53, 15, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1264, 53, 16, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1265, 53, 17, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1266, 53, 18, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1267, 53, 19, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1268, 53, 20, '1', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1269, 53, 21, '70', 'testing', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30');
INSERT INTO `tbl_inspection_dtl` (`InspectionDtlID`, `InspectionHdrID`, `CheckListParamID`, `CheckListParamValue`, `Remarks`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1270, 53, 24, '70', 'tetra number testing', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1271, 53, 22, '', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1272, 53, 23, '', '', '55', '2024-01-11 19:14:30', '55', '2024-01-11 19:14:30'),
(1273, 54, 1, '256', 'tack over 247', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1274, 54, 2, '0', 'not working indicator warning', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1275, 54, 3, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1276, 54, 4, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1277, 54, 5, '0', 'wiper broken', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1278, 54, 6, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1279, 54, 7, '0', 'not work', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1280, 54, 8, '0', 'headlight is deam', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1281, 54, 9, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1282, 54, 10, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1283, 54, 11, '0', 'not overed', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1284, 54, 12, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1285, 54, 13, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1286, 54, 14, '0', 'not show light', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1287, 54, 15, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1288, 54, 16, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1289, 54, 17, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1290, 54, 18, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1291, 54, 19, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1292, 54, 20, '1', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1293, 54, 21, '71', 'Test', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1294, 54, 24, '71', 'Test', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1295, 54, 22, '', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1296, 54, 23, '', '', '57', '2024-01-11 20:11:58', '57', '2024-01-11 20:11:58'),
(1297, 55, 1, '10000', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1298, 55, 25, '10050', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1299, 55, 2, '0', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1300, 55, 3, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1301, 55, 4, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1302, 55, 5, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1303, 55, 6, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1304, 55, 7, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1305, 55, 8, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1306, 55, 9, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1307, 55, 10, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1308, 55, 11, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1309, 55, 12, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1310, 55, 13, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1311, 55, 14, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1312, 55, 15, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1313, 55, 16, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1314, 55, 17, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1315, 55, 18, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1316, 55, 19, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1317, 55, 20, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1318, 55, 21, '1', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1319, 55, 24, '2', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1320, 55, 22, '36', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1321, 55, 23, '51', '', '39', '2024-02-04 01:46:14', '39', '2024-02-04 01:46:14'),
(1322, 56, 1, '1000', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1323, 56, 25, '1050', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1324, 56, 2, '0', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1325, 56, 3, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1326, 56, 4, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1327, 56, 5, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1328, 56, 6, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1329, 56, 7, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1330, 56, 8, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1331, 56, 9, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1332, 56, 10, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1333, 56, 11, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1334, 56, 12, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1335, 56, 13, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1336, 56, 14, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1337, 56, 15, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1338, 56, 16, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1339, 56, 17, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1340, 56, 18, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1341, 56, 19, '1', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1342, 56, 20, '0', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1343, 56, 21, '', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1344, 56, 24, '', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1345, 56, 22, '', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1346, 56, 23, '', '', '60', '2024-02-15 01:12:31', '60', '2024-02-15 01:12:31'),
(1347, 57, 1, '125', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1348, 57, 25, '245', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1349, 57, 2, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1350, 57, 3, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1351, 57, 4, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1352, 57, 5, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1353, 57, 6, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1354, 57, 7, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1355, 57, 8, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1356, 57, 9, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1357, 57, 10, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1358, 57, 11, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1359, 57, 12, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1360, 57, 13, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1361, 57, 14, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1362, 57, 15, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1363, 57, 16, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1364, 57, 17, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1365, 57, 18, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1366, 57, 19, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1367, 57, 20, '1', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1368, 57, 21, '15', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1369, 57, 24, '15', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1370, 57, 22, '44', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1371, 57, 23, '54', '', '4', '2024-02-23 10:51:04', '4', '2024-02-23 10:51:04'),
(1372, 58, 1, '125', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1373, 58, 25, '245', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1374, 58, 2, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1375, 58, 3, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1376, 58, 4, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1377, 58, 5, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1378, 58, 6, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1379, 58, 7, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1380, 58, 8, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1381, 58, 9, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1382, 58, 10, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1383, 58, 11, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1384, 58, 12, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1385, 58, 13, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1386, 58, 14, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1387, 58, 15, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1388, 58, 16, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1389, 58, 17, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1390, 58, 18, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1391, 58, 19, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1392, 58, 20, '1', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1393, 58, 21, '15', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1394, 58, 24, '15', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1395, 58, 22, '44', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1396, 58, 23, '54', '', '4', '2024-02-23 10:51:45', '4', '2024-02-23 10:51:45'),
(1397, 59, 1, '125', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1398, 59, 25, '245', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1399, 59, 2, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1400, 59, 3, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1401, 59, 4, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1402, 59, 5, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1403, 59, 6, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1404, 59, 7, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1405, 59, 8, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1406, 59, 9, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1407, 59, 10, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1408, 59, 11, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1409, 59, 12, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1410, 59, 13, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1411, 59, 14, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1412, 59, 15, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1413, 59, 16, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1414, 59, 17, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1415, 59, 18, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1416, 59, 19, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1417, 59, 20, '1', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1418, 59, 21, '2', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1419, 59, 24, '13', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1420, 59, 22, '41', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1421, 59, 23, '53', '', '4', '2024-02-23 11:21:54', '4', '2024-02-23 11:21:54'),
(1422, 60, 1, '255', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1423, 60, 25, '245', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1424, 60, 2, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1425, 60, 3, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1426, 60, 4, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1427, 60, 5, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1428, 60, 6, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1429, 60, 7, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1430, 60, 8, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1431, 60, 9, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1432, 60, 10, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1433, 60, 11, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1434, 60, 12, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1435, 60, 13, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1436, 60, 14, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1437, 60, 15, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1438, 60, 16, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1439, 60, 17, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1440, 60, 18, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1441, 60, 19, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1442, 60, 20, '1', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1443, 60, 21, '18', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1444, 60, 24, '19', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1445, 60, 22, '44', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1446, 60, 23, '52', '', '4', '2024-02-23 11:25:22', '4', '2024-02-23 11:25:22'),
(1447, 61, 1, '125', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1448, 61, 25, '245', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1449, 61, 2, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1450, 61, 3, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1451, 61, 4, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1452, 61, 5, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1453, 61, 6, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1454, 61, 7, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1455, 61, 8, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1456, 61, 9, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1457, 61, 10, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1458, 61, 11, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1459, 61, 12, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1460, 61, 13, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1461, 61, 14, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1462, 61, 15, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1463, 61, 16, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1464, 61, 17, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1465, 61, 18, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1466, 61, 19, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1467, 61, 20, '1', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1468, 61, 21, '2', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1469, 61, 24, '2', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1470, 61, 22, '28', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16'),
(1471, 61, 23, '47', '', '4', '2024-02-23 11:26:16', '4', '2024-02-23 11:26:16');

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

--
-- Table structure for table `tbl_inspection_hdr`
--

CREATE TABLE `tbl_inspection_hdr` (
  `InspectionHdrID` bigint NOT NULL,
  `InspectionNo` varchar(15) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `InspectionDate` date NOT NULL,
  `UserID` int NOT NULL,
  `VehicleID` int NOT NULL,
  `CompanyShiftID` int NOT NULL,
  `UserRemarks` varchar(2000) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `AdminRemark` varchar(2000) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `CreatedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `tbl_inspection_hdr`
--

INSERT INTO `tbl_inspection_hdr` (`InspectionHdrID`, `InspectionNo`, `InspectionDate`, `UserID`, `VehicleID`, `CompanyShiftID`, `UserRemarks`, `AdminRemark`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, '', '2023-08-14', 42, 32, 7, 'over all looks good', '', '42', '2023-08-14 22:49:41', 'Admin', '2023-08-14 19:19:41'),
(2, '', '2023-08-14', 42, 32, 7, 'over all looks good', '', '42', '2023-08-14 22:50:22', 'Admin', '2023-08-14 19:20:22'),
(3, 'INS003', '2023-08-15', 39, 3, 6, 'test', '', '39', '2023-08-15 12:18:15', 'Admin', '2023-08-15 08:48:15'),
(4, '', '2023-08-15', 39, 4, 6, '', '', '39', '2023-08-15 12:19:12', 'Admin', '2023-08-15 08:49:12'),
(5, '', '2023-08-15', 39, 4, 6, '', '', '39', '2023-08-15 12:23:11', 'Admin', '2023-08-15 08:53:11'),
(6, '', '2023-08-15', 39, 4, 6, '', '', '39', '2023-08-15 12:23:28', 'Admin', '2023-08-15 08:53:28'),
(7, '', '2023-08-15', 39, 4, 6, '', '', '39', '2023-08-15 12:23:38', 'Admin', '2023-08-15 08:53:38'),
(8, '', '2023-08-15', 39, 4, 6, '', '', '39', '2023-08-15 12:23:49', 'Admin', '2023-08-15 08:53:49'),
(9, '', '2023-08-15', 39, 4, 6, '', '', '39', '2023-08-15 12:24:03', 'Admin', '2023-08-15 08:54:03'),
(10, 'INS010', '2023-08-15', 39, 4, 6, '', '', '39', '2023-08-15 12:24:21', 'Admin', '2023-08-15 08:54:21'),
(11, 'INS011', '2023-08-15', 42, 32, 7, 'NMULTIL EISSUE', '', '42', '2023-08-15 12:30:07', 'Admin', '2023-08-15 09:00:07'),
(12, 'INS012', '2023-08-15', 39, 6, 6, '', '', '39', '2023-08-15 12:33:28', 'Admin', '2023-08-15 09:03:28'),
(13, 'INS013', '2023-08-15', 43, 2, 5, '', '', '43', '2023-08-15 21:46:47', 'Admin', '2023-08-15 18:16:47'),
(14, 'INS014', '2023-08-15', 39, 6, 5, '', '', '39', '2023-08-15 23:46:47', 'Admin', '2023-08-15 20:16:47'),
(16, 'INS016', '2023-08-16', 39, 13, 5, '', '', '39', '2023-08-16 15:30:18', 'Admin', '2023-08-16 12:00:18'),
(17, 'INS017', '2023-08-16', 39, 8, 5, '', '', '39', '2023-08-16 19:15:10', 'Admin', '2023-08-16 15:45:10'),
(18, 'INS018', '2023-08-16', 44, 35, 5, '', '', '44', '2023-08-16 19:26:23', 'Admin', '2023-08-16 15:56:23'),
(19, 'INS019', '2023-08-18', 42, 32, 7, 'uplaoed my remark', '', '42', '2023-08-18 17:31:17', 'Admin', '2023-08-18 14:01:17'),
(20, 'INS020', '2023-08-18', 42, 32, 7, '', '', '42', '2023-08-18 17:42:54', 'Admin', '2023-08-18 14:12:54'),
(21, 'INS021', '2023-08-18', 42, 32, 7, '', '', '42', '2023-08-18 17:46:15', 'Admin', '2023-08-18 14:16:15'),
(22, 'INS022', '2023-08-18', 42, 32, 7, '', '', '42', '2023-08-18 17:49:04', 'Admin', '2023-08-18 14:19:04'),
(23, 'INS023', '2023-08-18', 42, 32, 7, '', '', '42', '2023-08-18 17:52:06', 'Admin', '2023-08-18 14:22:06'),
(24, 'INS024', '2023-08-18', 42, 32, 7, '', '', '42', '2023-08-18 17:52:27', 'Admin', '2023-08-18 14:22:27'),
(25, 'INS025', '2023-08-18', 42, 32, 7, '', '', '42', '2023-08-18 17:53:25', 'Admin', '2023-08-18 14:23:25'),
(26, 'INS026', '2023-08-18', 42, 32, 7, '', '', '42', '2023-08-18 17:53:51', 'Admin', '2023-08-18 14:23:51'),
(27, 'INS027', '2023-08-18', 42, 32, 7, '', '', '42', '2023-08-18 17:54:40', 'Admin', '2023-08-18 14:24:40'),
(28, 'INS028', '2023-08-18', 42, 32, 7, '', '', '42', '2023-08-18 17:58:53', 'Admin', '2023-08-18 14:28:53'),
(29, 'INS029', '2023-08-19', 39, 2, 5, 'a', '', '39', '2023-08-19 21:57:23', 'Admin', '2023-08-19 18:27:23'),
(30, 'INS030', '2023-08-19', 46, 3, 5, '', '', '46', '2023-08-19 22:11:02', 'Admin', '2023-08-19 18:41:02'),
(31, 'INS031', '2023-08-19', 46, 5, 5, '', '', '46', '2023-08-19 22:12:48', 'Admin', '2023-08-19 18:42:48'),
(32, 'INS032', '2023-08-19', 46, 5, 5, '', '', '46', '2023-08-19 22:13:05', 'Admin', '2023-08-19 18:43:05'),
(33, 'INS033', '2023-08-20', 39, 5, 5, '', '', '39', '2023-08-20 10:49:15', 'Admin', '2023-08-20 07:19:15'),
(34, 'INS034', '2023-08-20', 39, 4, 6, 'remark', '', '39', '2023-08-20 11:27:40', 'Admin', '2023-08-20 07:57:40'),
(35, 'INS035', '2023-08-21', 39, 6, 5, 'Small debt at door', '', '39', '2023-08-21 12:54:13', 'Admin', '2023-08-21 09:24:13'),
(36, 'INS036', '2023-08-21', 46, 14, 5, '', '', '46', '2023-08-21 15:51:57', 'Admin', '2023-08-21 12:21:57'),
(37, 'INS037', '2023-08-21', 2, 12, 5, '', '', '2', '2023-08-21 19:04:11', 'Admin', '2023-08-21 15:34:11'),
(38, 'INS038', '2023-08-22', 39, 5, 5, 'horn was not proper', '', '39', '2023-08-22 15:52:15', 'Admin', '2023-08-22 12:22:15'),
(39, 'INS039', '2023-08-22', 39, 6, 5, 'scratch', '', '39', '2023-08-22 17:05:13', 'Admin', '2023-08-22 13:35:13'),
(40, 'INS040', '2023-08-22', 48, 32, 8, 'test', '', '48', '2023-08-22 17:11:48', 'Admin', '2023-08-22 13:41:48'),
(41, 'INS041', '2023-08-26', 50, 2, 5, 'Test by Osama\r\n26-08-2023', '', '50', '2023-08-26 16:58:16', 'Admin', '2023-08-26 13:28:16'),
(42, 'INS042', '2023-08-27', 50, 11, 5, '', '', '50', '2023-08-27 21:57:06', 'Admin', '2023-08-27 18:27:06'),
(43, 'INS043', '2023-09-04', 50, 5, 5, '', '', '50', '2023-09-04 00:53:46', 'Admin', '2023-09-03 21:23:46'),
(44, 'INS044', '2023-09-05', 3, 2, 6, '', '', '3', '2023-09-05 14:55:08', 'Admin', '2023-09-05 11:25:08'),
(45, 'INS045', '2023-09-11', 39, 4, 5, '', '', '39', '2023-09-11 16:21:21', 'Admin', '2023-09-11 12:51:21'),
(46, 'INS046', '2023-09-13', 9, 11, 5, '', '', '9', '2023-09-13 12:59:46', 'Admin', '2023-09-13 09:29:46'),
(47, 'INS047', '2023-09-13', 9, 11, 5, '', '', '9', '2023-09-13 13:00:06', 'Admin', '2023-09-13 09:30:06'),
(48, '', '2023-12-17', 53, 5, 6, '', '', '53', '2023-12-17 18:50:42', 'Admin', '2023-12-17 13:20:42'),
(49, '', '2023-12-17', 53, 5, 6, '', '', '53', '2023-12-17 18:51:02', 'Admin', '2023-12-17 13:21:02'),
(50, '', '2023-12-17', 53, 5, 6, '', '', '53', '2023-12-17 18:51:21', 'Admin', '2023-12-17 13:21:21'),
(51, '', '2023-12-17', 53, 5, 6, 'All ok', '', '53', '2023-12-17 18:51:47', 'Admin', '2023-12-17 13:21:47'),
(52, '', '2023-12-17', 53, 5, 6, 'All ok', '', '53', '2023-12-17 18:52:01', 'Admin', '2023-12-17 13:22:01'),
(53, 'INS053', '2024-01-11', 55, 36, 10, 'Testing', '', '55', '2024-01-11 19:14:30', 'Admin', '2024-01-11 13:44:30'),
(54, 'INS054', '2024-01-11', 57, 37, 11, 'Testing', '', '57', '2024-01-11 20:11:58', 'Admin', '2024-01-11 14:41:58'),
(55, 'INS055', '2024-02-04', 39, 2, 5, 'verified successfully. ', '', '39', '2024-02-04 01:46:14', 'Admin', '2024-02-03 20:16:14'),
(56, 'INS056', '2024-02-15', 60, 38, 12, 'Done', '', '60', '2024-02-15 01:12:31', 'Admin', '2024-02-14 19:42:31'),
(57, 'INS057', '2024-02-23', 4, 12, 5, 'et', '', '4', '2024-02-23 10:51:04', 'Admin', '2024-02-23 05:21:04'),
(58, 'INS058', '2024-02-23', 4, 12, 5, 'et', '', '4', '2024-02-23 10:51:45', 'Admin', '2024-02-23 05:21:45'),
(59, 'INS059', '2024-02-23', 4, 14, 6, '', '', '4', '2024-02-23 11:21:54', 'Admin', '2024-02-23 05:51:54'),
(60, 'INS060', '2024-02-23', 4, 13, 5, '', '', '4', '2024-02-23 11:25:22', 'Admin', '2024-02-23 05:55:22'),
(61, 'INS061', '2024-02-23', 4, 14, 5, '', '', '4', '2024-02-23 11:26:16', 'Admin', '2024-02-23 05:56:16');

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

--
-- Table structure for table `tbl_inspection_image`
--

CREATE TABLE `tbl_inspection_image` (
  `InspectionImageiD` bigint NOT NULL,
  `InspectionHdrID` int NOT NULL,
  `ImageURL` varchar(2000) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `CreatedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `tbl_inspection_image`
--

INSERT INTO `tbl_inspection_image` (`InspectionImageiD`, `InspectionHdrID`, `ImageURL`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, 1, 'issue_image_3055.png', '42', '2023-08-14 22:49:41', 'Admin', '2023-08-14 19:19:41'),
(2, 2, 'issue_image_3083.png', '42', '2023-08-14 22:50:22', 'Admin', '2023-08-14 19:20:22'),
(3, 3, 'issue_image_1502.png', '39', '2023-08-15 12:18:15', 'Admin', '2023-08-15 08:48:15'),
(4, 3, '342b1b2874137b0cff59e76dd5d069e1.png', '39', '2023-08-15 12:18:15', 'Admin', '2023-08-15 08:48:15'),
(5, 4, 'issue_image_1429.png', '39', '2023-08-15 12:19:12', 'Admin', '2023-08-15 08:49:12'),
(6, 5, 'issue_image_3302.png', '39', '2023-08-15 12:23:11', 'Admin', '2023-08-15 08:53:11'),
(7, 6, 'issue_image_2699.png', '39', '2023-08-15 12:23:28', 'Admin', '2023-08-15 08:53:28'),
(8, 7, 'issue_image_2620.png', '39', '2023-08-15 12:23:38', 'Admin', '2023-08-15 08:53:38'),
(9, 8, 'issue_image_1570.png', '39', '2023-08-15 12:23:49', 'Admin', '2023-08-15 08:53:49'),
(10, 9, 'issue_image_3283.png', '39', '2023-08-15 12:24:03', 'Admin', '2023-08-15 08:54:03'),
(11, 10, 'issue_image_1954.png', '39', '2023-08-15 12:24:21', 'Admin', '2023-08-15 08:54:21'),
(12, 11, 'issue_image_1809.png', '42', '2023-08-15 12:30:07', 'Admin', '2023-08-15 09:00:07'),
(13, 11, '62d5853be792860a674dd8e459649f31.png', '42', '2023-08-15 12:30:07', 'Admin', '2023-08-15 09:00:07'),
(14, 12, 'issue_image_3254.png', '39', '2023-08-15 12:33:28', 'Admin', '2023-08-15 09:03:28'),
(15, 13, 'issue_image_4244.png', '43', '2023-08-15 21:46:47', 'Admin', '2023-08-15 18:16:47'),
(16, 14, 'issue_image_3888.png', '39', '2023-08-15 23:46:47', 'Admin', '2023-08-15 20:16:47'),
(17, 15, 'issue_image_1686.png', '2', '2023-08-16 14:46:30', 'Admin', '2023-08-16 11:16:30'),
(18, 16, 'issue_image_4368.png', '39', '2023-08-16 15:30:18', 'Admin', '2023-08-16 12:00:18'),
(19, 16, '445b7a89e205c62aa3542f0d7cef14b5.jpg', '39', '2023-08-16 15:30:19', 'Admin', '2023-08-16 12:00:19'),
(20, 17, 'issue_image_2463.png', '39', '2023-08-16 19:15:10', 'Admin', '2023-08-16 15:45:10'),
(21, 18, 'issue_image_1693.png', '44', '2023-08-16 19:26:23', 'Admin', '2023-08-16 15:56:23'),
(22, 19, 'issue_image_3172.png', '42', '2023-08-18 17:31:17', 'Admin', '2023-08-18 14:01:17'),
(23, 19, '90b91afd01422e2c312fd28803cb7904.png', '42', '2023-08-18 17:31:17', 'Admin', '2023-08-18 14:01:17'),
(24, 20, 'issue_image_3715.png', '42', '2023-08-18 17:42:54', 'Admin', '2023-08-18 14:12:54'),
(25, 21, 'issue_image_2916.png', '42', '2023-08-18 17:46:15', 'Admin', '2023-08-18 14:16:15'),
(26, 22, 'issue_image_2495.png', '42', '2023-08-18 17:49:04', 'Admin', '2023-08-18 14:19:04'),
(27, 23, 'issue_image_1727.png', '42', '2023-08-18 17:52:06', 'Admin', '2023-08-18 14:22:06'),
(28, 24, 'issue_image_3585.png', '42', '2023-08-18 17:52:27', 'Admin', '2023-08-18 14:22:27'),
(29, 25, 'issue_image_2818.png', '42', '2023-08-18 17:53:25', 'Admin', '2023-08-18 14:23:25'),
(30, 26, 'issue_image_1760.png', '42', '2023-08-18 17:53:51', 'Admin', '2023-08-18 14:23:51'),
(31, 27, 'issue_image_1249.png', '42', '2023-08-18 17:54:40', 'Admin', '2023-08-18 14:24:40'),
(32, 28, 'issue_image_2927.png', '42', '2023-08-18 17:58:53', 'Admin', '2023-08-18 14:28:53'),
(33, 29, 'issue_image_1150.png', '39', '2023-08-19 21:57:23', 'Admin', '2023-08-19 18:27:23'),
(34, 30, 'issue_image_4333.png', '46', '2023-08-19 22:11:02', 'Admin', '2023-08-19 18:41:02'),
(35, 31, 'issue_image_1778.png', '46', '2023-08-19 22:12:48', 'Admin', '2023-08-19 18:42:48'),
(36, 32, 'issue_image_2623.png', '46', '2023-08-19 22:13:05', 'Admin', '2023-08-19 18:43:05'),
(37, 33, 'issue_image_3671.png', '39', '2023-08-20 10:49:15', 'Admin', '2023-08-20 07:19:15'),
(38, 34, 'issue_image_3864.png', '39', '2023-08-20 11:27:40', 'Admin', '2023-08-20 07:57:40'),
(39, 34, '69558d54bf3c6e0e33a4283ca91e244b.png', '39', '2023-08-20 11:27:40', 'Admin', '2023-08-20 07:57:40'),
(40, 35, 'issue_image_1805.png', '39', '2023-08-21 12:54:14', 'Admin', '2023-08-21 09:24:14'),
(41, 36, 'issue_image_1193.png', '46', '2023-08-21 15:51:57', 'Admin', '2023-08-21 12:21:57'),
(42, 37, 'issue_image_3499.png', '2', '2023-08-21 19:04:11', 'Admin', '2023-08-21 15:34:11'),
(43, 38, 'issue_image_2802.png', '39', '2023-08-22 15:52:15', 'Admin', '2023-08-22 12:22:15'),
(44, 39, 'issue_image_3860.png', '39', '2023-08-22 17:05:13', 'Admin', '2023-08-22 13:35:13'),
(45, 40, 'issue_image_2934.png', '48', '2023-08-22 17:11:48', 'Admin', '2023-08-22 13:41:48'),
(46, 41, 'issue_image_2919.png', '50', '2023-08-26 16:58:16', 'Admin', '2023-08-26 13:28:16'),
(47, 42, 'issue_image_3822.png', '50', '2023-08-27 21:57:06', 'Admin', '2023-08-27 18:27:06'),
(48, 43, 'issue_image_1789.png', '50', '2023-09-04 00:53:46', 'Admin', '2023-09-03 21:23:46'),
(49, 44, 'issue_image_3561.png', '3', '2023-09-05 14:55:08', 'Admin', '2023-09-05 11:25:08'),
(50, 45, 'issue_image_1404.png', '39', '2023-09-11 16:21:21', 'Admin', '2023-09-11 12:51:21'),
(51, 46, 'issue_image_2410.png', '9', '2023-09-13 12:59:46', 'Admin', '2023-09-13 09:29:46'),
(52, 46, '2cab99ea0799efc9bec1405381585192.jpeg', '9', '2023-09-13 12:59:46', 'Admin', '2023-09-13 09:29:46'),
(53, 47, 'issue_image_1474.png', '9', '2023-09-13 13:00:06', 'Admin', '2023-09-13 09:30:06'),
(54, 47, '358b29c5b3ef7a6a243818897df5680f.jpeg', '9', '2023-09-13 13:00:06', 'Admin', '2023-09-13 09:30:06'),
(55, 48, 'issue_image_3011.png', '53', '2023-12-17 18:50:42', 'Admin', '2023-12-17 13:20:42'),
(56, 49, 'issue_image_3481.png', '53', '2023-12-17 18:51:03', 'Admin', '2023-12-17 13:21:03'),
(57, 50, 'issue_image_2817.png', '53', '2023-12-17 18:51:21', 'Admin', '2023-12-17 13:21:21'),
(58, 51, 'issue_image_3310.png', '53', '2023-12-17 18:51:47', 'Admin', '2023-12-17 13:21:47'),
(59, 52, 'issue_image_4206.png', '53', '2023-12-17 18:52:01', 'Admin', '2023-12-17 13:22:01'),
(60, 53, 'issue_image_2347.png', '55', '2024-01-11 19:14:30', 'Admin', '2024-01-11 13:44:30'),
(61, 53, '57f7d5364db57e481187d70170a2c9ce.png', '55', '2024-01-11 19:14:30', 'Admin', '2024-01-11 13:44:30'),
(62, 54, 'issue_image_1197.png', '57', '2024-01-11 20:11:58', 'Admin', '2024-01-11 14:41:58'),
(63, 54, 'e85194a0d30ba17b6b45420c16538623.png', '57', '2024-01-11 20:11:58', 'Admin', '2024-01-11 14:41:58'),
(64, 55, 'issue_image_2406.png', '39', '2024-02-04 01:46:14', 'Admin', '2024-02-03 20:16:14'),
(65, 56, 'issue_image_1556.png', '60', '2024-02-15 01:12:31', 'Admin', '2024-02-14 19:42:31'),
(66, 57, 'issue_image_2840.png', '4', '2024-02-23 10:51:04', 'Admin', '2024-02-23 05:21:04'),
(67, 58, 'issue_image_2857.png', '4', '2024-02-23 10:51:45', 'Admin', '2024-02-23 05:21:45'),
(68, 59, 'issue_image_3857.png', '4', '2024-02-23 11:21:54', 'Admin', '2024-02-23 05:51:54'),
(69, 60, 'issue_image_3111.png', '4', '2024-02-23 11:25:22', 'Admin', '2024-02-23 05:55:22'),
(70, 61, 'issue_image_3602.png', '4', '2024-02-23 11:26:16', 'Admin', '2024-02-23 05:56:16');

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

--
-- Table structure for table `tbl_location_code`
--

CREATE TABLE `tbl_location_code` (
  `LocationID` int NOT NULL,
  `LocationName` varchar(255) COLLATE utf8mb4_general_ci NOT NULL,
  `CompanyID` int NOT NULL,
  `activated` int NOT NULL,
  `CreatedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_location_code`
--

INSERT INTO `tbl_location_code` (`LocationID`, `LocationName`, `CompanyID`, `activated`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(13, 'DXB Rack1', 1, 1, '29', '2023-08-22 20:59:23', '', '2023-08-22 17:29:23'),
(14, 'DXB Rack2', 1, 1, '1', '2023-08-22 21:00:07', '', '2023-08-22 17:30:07'),
(15, 'DWC Rack1', 2, 1, '32', '2023-08-22 21:01:20', '', '2023-08-22 17:31:20'),
(16, 'DWC Rack2', 2, 1, '32', '2023-08-22 21:01:36', '32', '2023-08-22 21:02:19'),
(18, 'Testing', 11, 1, '56', '2024-01-11 20:02:17', '', '2024-01-11 14:32:17');

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

--
-- Table structure for table `tbl_role`
--

CREATE TABLE `tbl_role` (
  `role_id` int NOT NULL,
  `name` varchar(255) NOT NULL,
  `department` varchar(255) NOT NULL,
  `role_no` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

--
-- Dumping data for table `tbl_role`
--

INSERT INTO `tbl_role` (`role_id`, `name`, `department`, `role_no`) VALUES
(1, 'admin', '', ''),
(2, 'user', '', ''),
(3, 'company admin', '', '');

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

--
-- Table structure for table `tbl_service`
--

CREATE TABLE `tbl_service` (
  `ServiceID` int NOT NULL,
  `ServiceTitle` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `ServiceParaImage` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `ServiceParaTitle` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `ServiceParaText` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedBy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;

--
-- Dumping data for table `tbl_service`
--

INSERT INTO `tbl_service` (`ServiceID`, `ServiceTitle`, `ServiceParaImage`, `ServiceParaTitle`, `ServiceParaText`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(1, '', 's11.jpg', 'Airport Operations and Crisis Center (AOCC)', '<p>- Streamlines AOCC functions, reducing manual intervention.</p>\r\n\r\n<p>- Ensures agility and responsiveness in operational dynamics, facilitating timely resource allocation for aircraft operations.</p>\r\n', '29', '2024-12-16 15:40:02', '29', '2024-12-16 15:51:56'),
(2, '', 's41.jpg', 'Airside Operations', '<p>&nbsp;- Introduces automation in airside operations reporting.</p>\r\n\r\n<p>&nbsp;- Key features include maintenance schedule reporting, rework audits, fault geolocation, and streamlined vehicle inspections.</p>\r\n', '29', '2024-12-16 15:40:56', '', '2024-12-16 15:40:56'),
(3, '', 's31.jpg', 'Terminal Operations', '<p>&nbsp;- Manages permits for terminal, engineering, and airside operations.</p>\r\n\r\n<p>&nbsp;- Incorporates passenger satisfaction surveys to enhance service quality.</p>\r\n', '29', '2024-12-16 15:42:29', '', '2024-12-16 15:42:29'),
(4, '', 's611.jpg', 'Engineering', '<p>- Optimizes fault reporting and maintenance scheduling in accordance with ICAO and ACI standards.</p>\r\n\r\n<p>- Provides robust tools for rework audits and confirmations.</p>\r\n', '29', '2024-12-16 15:43:23', '', '2024-12-16 15:43:23'),
(5, '', 's21.jpg', 'Landside Operations', '<p>- Features dedicated modules for airside and landside inspections.</p>\r\n\r\n<p>- Ensures effective stakeholder communication through a comprehensive contact distribution list.</p>\r\n', '29', '2024-12-16 15:44:13', '', '2024-12-16 15:44:13');

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

--
-- Table structure for table `tbl_user_acitivity_log`
--

CREATE TABLE `tbl_user_acitivity_log` (
  `UserActivityLogID` int NOT NULL,
  `UserID` int NOT NULL,
  `ActivityDate` date NOT NULL,
  `ActicvityID` int NOT NULL,
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `CreatedBy` varchar(55) COLLATE utf8mb4_general_ci NOT NULL,
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(55) COLLATE utf8mb4_general_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `tbl_user_acitivity_log`
--

INSERT INTO `tbl_user_acitivity_log` (`UserActivityLogID`, `UserID`, `ActivityDate`, `ActicvityID`, `CreatedOn`, `CreatedBy`, `ModifiedOn`, `ModifiedBy`) VALUES
(1, 29, '2024-02-21', 1, '2024-02-21 09:39:15', '', '2024-02-21 09:39:15', ''),
(2, 32, '2024-02-21', 1, '2024-02-21 09:40:05', '', '2024-02-21 09:40:05', ''),
(3, 32, '2024-02-21', 3, '2024-02-21 09:42:50', '', '2024-02-21 09:42:50', ''),
(4, 29, '2024-02-21', 3, '2024-02-21 09:43:14', '', '2024-02-21 09:43:14', ''),
(5, 29, '2024-02-21', 1, '2024-02-21 09:45:21', '', '2024-02-21 09:45:21', ''),
(6, 32, '2024-02-21', 1, '2024-02-21 09:45:45', '', '2024-02-21 09:45:45', ''),
(7, 29, '2024-02-21', 4, '2024-02-21 09:49:24', '', '2024-02-21 09:49:24', ''),
(8, 29, '2024-02-21', 3, '2024-02-21 09:55:02', '', '2024-02-21 09:55:02', ''),
(9, 29, '2024-02-21', 1, '2024-02-21 12:23:02', '', '2024-02-21 12:23:02', ''),
(10, 29, '2024-02-21', 3, '2024-02-21 12:23:21', '', '2024-02-21 12:23:21', ''),
(11, 4, '2024-02-21', 1, '2024-02-21 12:23:26', '', '2024-02-21 12:23:26', ''),
(12, 4, '2024-02-21', 3, '2024-02-21 12:23:29', '', '2024-02-21 12:23:29', ''),
(13, 29, '2024-02-21', 1, '2024-02-21 12:23:36', '', '2024-02-21 12:23:36', ''),
(14, 29, '2024-02-21', 3, '2024-02-21 12:24:12', '', '2024-02-21 12:24:12', ''),
(15, 29, '2024-02-23', 1, '2024-02-23 04:59:23', '', '2024-02-23 04:59:23', ''),
(16, 29, '2024-02-23', 1, '2024-02-23 04:59:41', '', '2024-02-23 04:59:41', ''),
(17, 29, '2024-02-23', 3, '2024-02-23 05:01:16', '', '2024-02-23 05:01:16', ''),
(18, 4, '2024-02-23', 1, '2024-02-23 05:01:22', '', '2024-02-23 05:01:22', ''),
(19, 29, '2024-02-23', 1, '2024-02-23 05:02:16', '', '2024-02-23 05:02:16', ''),
(20, 29, '2024-02-23', 3, '2024-02-23 05:04:02', '', '2024-02-23 05:04:02', ''),
(21, 32, '2024-02-23', 1, '2024-02-23 05:04:37', '', '2024-02-23 05:04:37', ''),
(22, 29, '2024-02-23', 3, '2024-02-23 05:06:00', '', '2024-02-23 05:06:00', ''),
(23, 32, '2024-02-23', 1, '2024-02-23 05:06:05', '', '2024-02-23 05:06:05', ''),
(24, 32, '2024-02-23', 13, '2024-02-23 05:06:14', '', '2024-02-23 05:06:14', ''),
(25, 32, '2024-02-23', 10, '2024-02-23 05:06:19', '', '2024-02-23 05:06:19', ''),
(26, 32, '2024-02-23', 3, '2024-02-23 05:06:22', '', '2024-02-23 05:06:22', ''),
(27, 29, '2024-02-23', 1, '2024-02-23 05:06:33', '', '2024-02-23 05:06:33', ''),
(28, 29, '2024-02-23', 3, '2024-02-23 05:07:28', '', '2024-02-23 05:07:28', ''),
(29, 32, '2024-02-23', 1, '2024-02-23 05:07:38', '', '2024-02-23 05:07:38', ''),
(30, 32, '2024-02-23', 10, '2024-02-23 05:08:26', '', '2024-02-23 05:08:26', ''),
(31, 32, '2024-02-23', 10, '2024-02-23 05:08:27', '', '2024-02-23 05:08:27', ''),
(32, 32, '2024-02-23', 10, '2024-02-23 05:08:36', '', '2024-02-23 05:08:36', ''),
(33, 32, '2024-02-23', 3, '2024-02-23 05:08:47', '', '2024-02-23 05:08:47', ''),
(34, 32, '2024-02-23', 3, '2024-02-23 05:09:00', '', '2024-02-23 05:09:00', ''),
(35, 29, '2024-02-23', 1, '2024-02-23 05:09:07', '', '2024-02-23 05:09:07', ''),
(36, 29, '2024-02-23', 10, '2024-02-23 05:14:24', '', '2024-02-23 05:14:24', ''),
(37, 29, '2024-02-23', 10, '2024-02-23 05:16:35', '', '2024-02-23 05:16:35', ''),
(38, 29, '2024-02-23', 10, '2024-02-23 05:20:36', '', '2024-02-23 05:20:36', ''),
(39, 4, '2024-02-23', 2, '2024-02-23 05:21:04', '', '2024-02-23 05:21:04', ''),
(40, 29, '2024-02-23', 10, '2024-02-23 05:21:41', '', '2024-02-23 05:21:41', ''),
(41, 4, '2024-02-23', 2, '2024-02-23 05:21:45', '', '2024-02-23 05:21:45', ''),
(42, 4, '2024-02-23', 6, '2024-02-23 05:21:46', '', '2024-02-23 05:21:46', ''),
(43, 29, '2024-02-23', 10, '2024-02-23 05:47:49', '', '2024-02-23 05:47:49', ''),
(44, 29, '2024-02-23', 10, '2024-02-23 05:49:42', '', '2024-02-23 05:49:42', ''),
(45, 29, '2024-02-23', 10, '2024-02-23 05:50:04', '', '2024-02-23 05:50:04', ''),
(46, 29, '2024-02-23', 10, '2024-02-23 05:51:29', '', '2024-02-23 05:51:29', ''),
(47, 4, '2024-02-23', 2, '2024-02-23 05:51:54', '', '2024-02-23 05:51:54', ''),
(48, 4, '2024-02-23', 6, '2024-02-23 05:51:55', '', '2024-02-23 05:51:55', ''),
(49, 29, '2024-02-23', 10, '2024-02-23 05:55:00', '', '2024-02-23 05:55:00', ''),
(50, 4, '2024-02-23', 2, '2024-02-23 05:55:22', '', '2024-02-23 05:55:22', ''),
(51, 4, '2024-02-23', 6, '2024-02-23 05:55:23', '', '2024-02-23 05:55:23', ''),
(52, 4, '2024-02-23', 2, '2024-02-23 05:56:16', '', '2024-02-23 05:56:16', ''),
(53, 4, '2024-02-23', 6, '2024-02-23 05:56:17', '', '2024-02-23 05:56:17', ''),
(54, 29, '2024-02-23', 3, '2024-02-23 05:59:53', '', '2024-02-23 05:59:53', ''),
(55, 4, '2024-02-23', 3, '2024-02-23 06:00:07', '', '2024-02-23 06:00:07', ''),
(56, 29, '2024-02-23', 1, '2024-02-23 06:00:18', '', '2024-02-23 06:00:18', ''),
(57, 32, '2024-02-23', 1, '2024-02-23 06:11:34', '', '2024-02-23 06:11:34', ''),
(58, 32, '2024-02-23', 10, '2024-02-23 06:11:45', '', '2024-02-23 06:11:45', ''),
(59, 32, '2024-02-23', 10, '2024-02-23 12:01:35', '', '2024-02-23 06:31:35', ''),
(60, 29, '2024-02-23', 10, '2024-02-23 12:03:33', '', '2024-02-23 06:33:33', ''),
(61, 29, '2024-02-23', 10, '2024-02-23 12:04:21', '', '2024-02-23 06:34:21', ''),
(62, 29, '2024-02-23', 10, '2024-02-23 12:05:05', '', '2024-02-23 06:35:05', ''),
(63, 29, '2024-02-23', 3, '2024-02-23 12:05:18', '', '2024-02-23 06:35:18', ''),
(64, 32, '2024-02-23', 3, '2024-02-23 12:05:24', '', '2024-02-23 06:35:24', ''),
(65, 29, '2024-04-10', 1, '2024-04-10 15:28:54', '', '2024-04-10 09:58:54', ''),
(66, 29, '2024-04-10', 3, '2024-04-10 15:29:24', '', '2024-04-10 09:59:24', ''),
(67, 29, '2024-04-13', 1, '2024-04-13 12:57:21', '', '2024-04-13 07:27:21', ''),
(68, 29, '2024-04-13', 3, '2024-04-13 12:57:41', '', '2024-04-13 07:27:41', ''),
(69, 29, '2024-04-22', 1, '2024-04-22 10:52:33', '', '2024-04-22 05:22:33', ''),
(70, 29, '2024-04-22', 3, '2024-04-22 10:52:49', '', '2024-04-22 05:22:49', ''),
(71, 29, '2024-04-25', 1, '2024-04-25 11:10:15', '', '2024-04-25 05:40:15', ''),
(72, 29, '2024-04-25', 3, '2024-04-25 11:10:29', '', '2024-04-25 05:40:29', ''),
(73, 29, '2024-06-14', 1, '2024-06-14 11:42:15', '', '2024-06-14 06:12:15', ''),
(74, 29, '2024-06-14', 3, '2024-06-14 11:43:09', '', '2024-06-14 06:13:09', ''),
(75, 29, '2024-06-24', 1, '2024-06-24 23:07:24', '', '2024-06-24 17:37:24', ''),
(76, 29, '2024-12-16', 1, '2024-12-16 11:22:13', '', '2024-12-16 05:52:13', ''),
(77, 29, '2024-12-16', 3, '2024-12-16 11:26:56', '', '2024-12-16 05:56:56', ''),
(78, 50, '2024-12-16', 1, '2024-12-16 05:58:21', '', '2024-12-16 05:58:21', ''),
(79, 50, '2024-12-16', 3, '2024-12-16 05:58:35', '', '2024-12-16 05:58:35', ''),
(80, 50, '2024-12-16', 1, '2024-12-16 05:59:18', '', '2024-12-16 05:59:18', ''),
(81, 50, '2024-12-16', 3, '2024-12-16 05:59:24', '', '2024-12-16 05:59:24', ''),
(82, 39, '2024-12-16', 1, '2024-12-16 06:15:22', '', '2024-12-16 06:15:22', ''),
(83, 39, '2024-12-16', 3, '2024-12-16 06:15:25', '', '2024-12-16 06:15:25', ''),
(84, 1, '2024-12-16', 1, '2024-12-16 11:45:49', '', '2024-12-16 06:15:49', ''),
(85, 1, '2024-12-16', 3, '2024-12-16 11:45:57', '', '2024-12-16 06:15:57', ''),
(86, 29, '2024-12-17', 1, '2024-12-17 14:49:25', '', '2024-12-17 09:19:25', ''),
(87, 29, '2025-01-16', 1, '2025-01-16 12:31:55', '', '2025-01-16 07:01:55', ''),
(88, 29, '2025-01-16', 5, '2025-01-16 12:32:10', '', '2025-01-16 07:02:10', ''),
(89, 29, '2025-01-16', 3, '2025-01-16 12:32:18', '', '2025-01-16 07:02:18', '');

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

--
-- Table structure for table `tbl_vehicleinfo`
--

CREATE TABLE `tbl_vehicleinfo` (
  `VehicleID` int NOT NULL,
  `CompanyID` int NOT NULL,
  `VehicleCode` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `VehicleNo` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `Year` int NOT NULL,
  `Make` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `Model` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
  `CreatedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `CreatedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `ModifiedBy` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL DEFAULT 'Admin',
  `ModifiedOn` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;

--
-- Dumping data for table `tbl_vehicleinfo`
--

INSERT INTO `tbl_vehicleinfo` (`VehicleID`, `CompanyID`, `VehicleCode`, `VehicleNo`, `Year`, `Make`, `Model`, `CreatedBy`, `CreatedOn`, `ModifiedBy`, `ModifiedOn`) VALUES
(2, 1, 'GO TEAM 1', 'DA-109', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', '1', '2023-08-14 19:43:26'),
(3, 1, 'GO TEAM 2', 'DA-108', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(4, 1, 'GO TEAM 3', 'DA-184', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(5, 1, 'GO TEAM 4', 'DA 220', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(6, 1, 'GO TEAM 5', 'DA-250', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(7, 1, 'OPS 01', 'DA-260', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(8, 1, 'OPS 02', 'DA-261', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(9, 1, 'OPS 03', 'DA-267', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(10, 1, 'OPS 04', 'DA-254', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(11, 1, 'OPS 05', 'DA-183', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(12, 1, 'OPS 06', 'DA-246', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(13, 1, 'OPS 07', 'DA-107', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(14, 1, 'OPS 08', 'DA-101', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(15, 1, 'OPS 10', 'DA-247', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(16, 1, 'OPS 11', 'DA-186', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(17, 1, 'OPS 13', 'DA-255', 0, '', 'Hilux', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(18, 1, 'OPS 14', 'DA-256', 0, '', 'Hilux', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(19, 1, 'OPS 15', 'DA-251', 0, '', 'Hilux', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(20, 1, 'OPS 16', 'DA-248', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(21, 1, 'OPS 17', 'DA-249', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(22, 1, 'OPS 18', 'DA-257', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(23, 1, 'OPS 19', 'DA-187', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(24, 1, 'OPS 23', 'DA-103', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(25, 1, 'OPS 24', 'DA-131', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(26, 1, 'OPS 25', 'DA-135', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(27, 1, 'OPS 26', 'DA-252', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(28, 1, 'OPS 27', 'DA-126', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(29, 1, 'OPS 28', 'DA-129', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(30, 1, 'OPS 29', 'DA-104', 0, '', 'Yaris', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(31, 1, 'OPS 31', 'DA-253', 0, '', 'Fortuner', 'Admin', '2023-07-26 00:14:41', 'Admin', '2023-07-26 00:14:41'),
(32, 2, 'DWC1', 'DWC1', 1950, 'Make1', 'Top Model', '29', '2023-08-10 00:07:10', '32', '2023-08-14 20:25:08'),
(33, 2, 'DWC2', 'DWC-3', 2000, 'PREMIERE', 'PREMIERE', '29', '2023-08-10 00:08:17', '29', '2023-08-14 20:23:09'),
(35, 1, 'RIS', '411', 2015, 'Toyota', 'Coaster', '1', '2023-08-16 19:18:54', 'Admin', '2023-08-16 15:48:54'),
(36, 10, 'TEST1', '4758', 2023, 'Test1', 'Top Model', '54', '2024-01-11 18:35:09', 'Admin', '2024-01-11 13:05:09'),
(37, 11, 'TEST4758', '4757', 2023, 'Test', 'Top Model', '56', '2024-01-11 20:01:20', 'Admin', '2024-01-11 14:31:20'),
(38, 12, 'vh1', '1234', 2022, 'Tesla', '2022', '59', '2024-02-15 01:10:41', 'Admin', '2024-02-14 19:40:41');

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

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

CREATE TABLE `users` (
  `id` int NOT NULL,
  `role_id` int NOT NULL,
  `CompanyID` int NOT NULL,
  `username` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `first_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `last_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `password` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `confirm_password` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `email` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `mobile_no` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `user_rights` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `isChangePassword` int NOT NULL,
  `activated` tinyint(1) NOT NULL DEFAULT '1',
  `isActive` int NOT NULL,
  `banned` tinyint(1) NOT NULL DEFAULT '0',
  `ban_reason` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `new_password_key` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `new_password_requested` datetime DEFAULT NULL,
  `new_email` varchar(100) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `new_email_key` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `last_ip` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `isLogin` int DEFAULT '0',
  `last_login` datetime DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `InactivedDate` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;

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

INSERT INTO `users` (`id`, `role_id`, `CompanyID`, `username`, `first_name`, `last_name`, `password`, `confirm_password`, `email`, `mobile_no`, `user_rights`, `isChangePassword`, `activated`, `isActive`, `banned`, `ban_reason`, `new_password_key`, `new_password_requested`, `new_email`, `new_email_key`, `last_ip`, `isLogin`, `last_login`, `created`, `InactivedDate`) VALUES
(1, 3, 1, 'DXBAdmin', 'Admin', 'DXB', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', NULL, 'niitguy@gmail.com', '9624049054', NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '43.241.145.68', 0, '2024-12-16 11:45:49', NULL, NULL),
(2, 2, 1, '2298', 'Salem Anwar Naim', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$YBjVglXry187VO0Ba144.OZD6ISDzkDuwkyN4dTODfoudg6og.bSC', 'raghud.aipl@gmail.com', NULL, NULL, 1, 1, 1, 0, '', NULL, NULL, NULL, NULL, '43.241.145.118', 0, '2023-09-28 18:37:30', NULL, NULL),
(3, 2, 1, '4152', 'Fadhil Abdulla Mohammed AL Balushi', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '5.195.38.4', 1, '2023-09-05 14:54:06', NULL, NULL),
(4, 2, 1, '1505', 'Firoskhan Padanna Parambu', '', '$2a$08$QIdrZoRdE73GBs1U27wfmuRT6J/qm.o1Uy4UxrVv.oyohgxFlvp8y', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', 'kevinv.aipl@gmail.com', '', NULL, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '43.241.146.74', 0, '2024-02-23 10:31:22', NULL, NULL),
(5, 2, 1, '5383', 'Aneesh Azeez Abdul', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(6, 2, 1, '4454', 'Ahmed Mohammed Iqbal ', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(8, 2, 1, '5375', 'Mahmoud Mohamed Mahmoud Zourob', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(9, 2, 1, '2773', 'Muhammad Ali Abdul Kadeer', '', '$2a$08$Pj3J9j9P.dJ3f5P8Pnbd.u.xOSByB8J4pZogpEF0DqD0TzDjg51ee', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '5.195.38.4', 1, '2023-09-13 12:58:00', NULL, NULL),
(10, 2, 1, '1305', 'Viji Varughese', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(11, 2, 1, '1757', 'Binny John Kurian', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(12, 2, 1, '6148', 'Mohamed Mustafa Ahmed Sharif ', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(13, 2, 1, '4986', 'Fouad Jamil Mohamed AlAlami ', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(14, 2, 1, '3302', 'Adrian Chamath Rabot', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(15, 2, 1, '5467', 'Arshad Mytheen Kunju', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(16, 2, 1, '1035', 'Mohammed Yousuf Mohammed Younus', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '106.66.56.70', 0, '2024-01-21 16:16:40', NULL, NULL),
(17, 2, 1, '5468', 'Adnan Mohammad Nayssi', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(18, 2, 1, '1885', 'Lincoln Eappen ', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(19, 2, 1, '6870', 'Kenan Saeed Mohammed Abdulghani ', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '103.66.234.198', 0, '2023-08-11 12:42:27', NULL, NULL),
(20, 2, 1, '7067', 'Khalid Mutawa', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(21, 2, 1, '1541', 'Rafeeq Ahmed Khan ', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(22, 2, 1, '6883', 'Muhammed Axin Rajkaboor ', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '103.66.234.198', 1, '2023-08-11 12:43:10', NULL, NULL),
(23, 2, 1, '4722', 'Nawal Salman Yaqoub Mohamed AlHammadi', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(24, 2, 1, '322777', 'Hassan Abdulkader ', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(25, 2, 1, '322953', 'Abindra Khathi Bed Bahadur', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(26, 2, 1, '322934', 'Jacob Wesley Daniel Kingsley ', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(27, 2, 1, '322855', 'Shahul Hameed Syed Mubarak', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$YBjVglXry187VO0Ba144.OZD6ISDzkDuwkyN4dTODfoudg6og.bSC', 'shsm@gmail.com', '', NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '43.250.156.10', 0, '2023-08-21 19:38:21', NULL, NULL),
(28, 2, 1, '1990056', 'Abdullah Mohamed Bahroozyn', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$zYOheBAenWMB0r5J0SqomOMDiHv81EJHbR0zZnqzKqTMbq6eDsNMi', NULL, NULL, NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(29, 1, 1, '9999', 'Amir Sayed', '', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', NULL, 'Amir.sayed@icloud.com', '0502020141', NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '43.241.145.84', 0, '2025-01-16 12:31:55', NULL, NULL),
(32, 3, 2, 'DWCAdmin', 'DWC', 'ADMIN', '$2a$08$15u7preTet1hNBfCtv2YjOet/dqYYh0jEn4ZrG8lKNy3S5EbNUila', '$2a$08$0nG1HaJkKCO.hieoXXIJKOgHy/CLbMI7t7eOZkVmqpIFBAy1gKmz6', 'kevinv.aipl@gmail.com', '', NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '43.241.146.74', 0, '2024-02-23 11:41:34', NULL, NULL),
(39, 2, 1, 'DXBUser1', 'DXB', 'User1', '$2a$08$tWUOV6fCIEAuuA62Bx4YbencEJ5Q6v3ZgG6UoKS2tjmfIawd2loY.', '$2a$08$dA3.Pv/QNLlZfWhkEjfBouv76tBJPzfhgrB8ZOqUw.NppSOvlTpNW', 'niitguy@gmail.com', '1212121212', NULL, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '43.241.145.68', 0, '2024-12-16 11:45:22', NULL, NULL),
(40, 2, 2, 'DWCUser2', 'DWC', 'User21', '$2a$08$KvjEZMK.1KWzchG043.syuhFsOcyeAoIyGL9Q/r2OWH5P5QKw8eHu', '$2a$08$ym5vEphAPxVS2tHkLhHIJ.oUrevOWBrjGhs8m2DMOpnr1EQEDU88C', 'dwcuser2@gmail.com', '9898989898', NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(41, 2, 1, 'DXBUser2', 'DXB', 'User2', '$2a$08$yPGT1Do6O7MEDFmxOTuS0eIJr/4mPsyw0LJxzpujwwR/wG2NCJONK', '$2a$08$yYQLyEGSdnzwrtC4/ZHyYeWt4vvAhBJ7whyHwcwXwLOf8nVDbYX.W', 'dxbuser2@gmail.com', '1234512345', NULL, 0, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL),
(42, 2, 2, 'DWCUser1', 'DWC', 'User1', '$2a$08$Lve7YgZF6Gf0nyim6ylE8ekbJM./.d9AiO73Mhe5X42LQ7aPktiFe', '$2a$08$Hag8g.BCOtc.cbFL56Xv6e8nTkngzdC50.kkSzLnk8/c28qOEY6G6', 'amish.shah@additinfotech.com', '0987654321', NULL, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '43.241.146.101', 0, '2023-08-21 23:26:53', NULL, NULL),
(43, 2, 1, 'pshah', 'Paresh', 'Shah', '$2a$08$nd2AlBKiJk36x0z12DVi5uao5lNTgPe45xBSvPnN/pWimonAUooRq', '$2a$08$.S/1PEYxhLWrcSEr.fFQF.DPqM1eUOZxpxPQFeFdGkpE9xZQXoH5S', 'quickparesh@gmail.com', '9876543210', NULL, 1, 1, 1, 0, NULL, NULL, NULL, NULL, NULL, '103.238.106.195', 1, '2023-12-10 22:54:20', NULL, NULL),
(44, 2, 1, 'DXBAdmin', 'Obaid', 'Khan', '$2a$08$kMvpdaIMTKTYUuwhbIHd3.jPVzoGUswIynDk8Gz94VZttEeuW4mNq', '$2a$08$IB78vDWKkSr1oCYazn1Dv.qYewdKSsJWmWJ8s2ZNfH6s2zOUIWSI.', 'Obaid.orka@gmail.com', '00923135662747', NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '121.91.60.178', 0, '2023-08-16 19:25:08', '2023-08-16 19:21:35', NULL),
(46, 2, 1, 'test1', 'test1', 'user', '$2a$08$adqMyw27MBVS828zE7ofE.FyNzmXxn2vB5qkCGS6SLvE5Ii5RGbjW', '$2a$08$KkLgvKusX8bZaVxc3RGvmOUfMbMh6JlX3DTuaTtQX0n3usM9hdCMy', 'dca.hasnain@gmail.com', '', NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '147.161.161.112', 1, '2023-08-21 15:50:01', '2023-08-19 22:09:54', NULL),
(47, 2, 1, 'Test2', 'Test2', 'Test2', '$2a$08$YAk1MFGHcnxPoCpDtu9WgeiAVm5G9VG1x1tca.KfoxFgs.9pCOndO', '$2a$08$NDmdM3K3R4h9f5/vrfxSNOvrEGwiMZ5t9DTGDnNIymXjMKhUIxcaq', 'amir.sayed@icloud.com', '0502020141', NULL, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, '2023-08-19 22:20:50', NULL),
(48, 2, 2, '5739', 'Roni', 'Fredy', '$2a$08$QcYJOp.xAyESlrUhcgFfYOptiH8rMp6BqjrBeqlWIpwpwfwEY0UQK', '$2a$08$oxo0i1EA.ENbNGK/DRwgmOkrYIN1laVxGm0/momdq7/Lfm.vqlZGu', 'rony.fredy@dubaiairports.ae', '0501639446', NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '147.161.161.73', 1, '2023-08-22 17:10:27', '2023-08-22 17:09:40', NULL),
(49, 3, 1, '2222', 'Yusra', 'Ghagada', '$2a$08$5Sz/YeEMJei5XKZfcG7lQOWL4z31UN.HacQnS1hD24ExpC6Yujo2C', '$2a$08$EFV4LGnKeDFwz3/xEs9RQeS0tPNMwd3BY.soEUerLVfvyXfmWownO', 'niyati.ghagada01@gmail.com', '0015513420936', NULL, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, '2023-08-22 21:29:20', NULL),
(50, 2, 1, 'Test1', 'Test', '1', '$2a$08$N4BpjbxadeCAE7SGADU35.K5.GOo/t.Fu6Y43.jQUokwYZIxzAsHO', '$2a$08$VlTKcMsIl9ILVurlNUCfNeueDSG.uqg7Peh/KybEhukPa5rVMOB/O', 'amir.sayed@icloud.com', '123456', NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '43.241.145.68', 0, '2024-12-16 11:29:18', '2023-08-22 21:30:04', NULL),
(52, 1, 8, 'AI002', 'AIrIndia', 'Admin User', '$2a$08$yq8ULVQyV6GiWFWmfAC/7.vIZO4jMEnD/HdHc5VvTsJP.dyayVjJK', '$2a$08$Ot2Awg.bwPX87Bx/NjEpg.cYiYb8AdqCiPAc7Sj.SoVO6MLHFmrzy', 'airindiaadmin@test.com', '919999999', NULL, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '147.161.161.109', 0, '2024-01-22 15:44:39', '2023-12-06 15:05:12', NULL),
(53, 2, 1, '1961', 'Jacob', 'George', '$2a$08$Wr.VDDzIZ8FjPf6Tjy1tLekDmYSZi8tzCEJREPm1T9u/vQRVoRt0K', '$2a$08$Nvhohpw1UE3d4jDCv/AJ3eHzLE4.g6R8u4URA0ofYIDRaBYwXv.VG', 'Jacobdxb@hotmail.com', '00447585079565', NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '176.204.125.178', 1, '2023-12-17 18:48:00', '2023-12-17 18:47:27', NULL),
(56, 3, 11, '5689', 'FTest', 'LTest', '$2a$08$qAz2uFPKQLDU6fYpRuIWMeYu5VdjilmIzagR4pYmzh.SDEUQEaWNO', '$2a$08$I2RoaGpLEm8mFaq4cd.Dt.5n6A8viUpmg49zvHoZXQIvomlaNlqJ.', 'Testing@gmail.com', '8989898989', NULL, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '43.241.145.166', 0, '2024-02-19 16:06:42', '2024-01-11 19:56:42', NULL),
(57, 2, 11, '4758', 'TestUser', 'TestUser', '$2a$08$sHTFMbXze/LkAF/wyS55R.x4XAOD6oXhbGx3d2xGA6Te1/nBbEx7e', '$2a$08$41rjw/SkAs4goJQT0LDbGOGHyQZZVXk2J0iqi1AuKAex3qaZ93WnK', 'Testinguser@gmail.com', '7878787878', NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '43.241.145.217', 0, '2024-01-17 18:28:43', '2024-01-11 19:58:47', NULL),
(58, 1, 1, '9966', 'Hasnain Nawaz', '', '$2a$08$rsdQvW4CuFMpns8xgrf3aeVdOoBpR3AEN29dWSLnggvGXN9c7hitq', '$2a$08$oAKf5QpW0FPV9e1zF2cw.uOEeV1b.EKIE1tsOspqNqWT8JgyfD5zq', 'hasnain.nawaz@live.com', '00971506794496', NULL, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '109.177.71.144', 0, '2024-02-15 01:15:33', '2024-02-04 17:37:59', NULL),
(59, 3, 12, '3333', 'OZTEST', 'Operations', '$2a$08$HqS2uJw7spcdi8KIx2o4YudnAPUVfIzidbFMP.pyxsR91XkYZnoUW', '$2a$08$LQAQ1/VIx0bXoVVzDHnW7esi7FNGiX1HgSQcTJNgeXD7O9OvtCnmO', 'oztest@oztest.com', '', NULL, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '109.177.71.144', 0, '2024-02-15 01:12:45', '2024-02-15 00:42:07', NULL),
(60, 2, 12, '3331', 'oztest1', 'user', '$2a$08$p9erUkXRZDMp/t7vAxSi2.bByoFGGPzm5Ss9.j8/3HjBAP...VgXy', '$2a$08$Sw5BACpqlMfJLGiudEaMg.jTFbiSstpE2t7smp/deHVRFMao5u9ve', 'oztest1@oztest.com', '', NULL, 1, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, '109.177.71.144', 0, '2024-02-15 01:11:24', '2024-02-15 00:48:39', NULL),
(61, 3, 6, 'test', 'test', 'test', '$2a$08$Cg3nkfvM3vM/mHBcf1J7euG8kxyWeum1nDLsSuSZ6PRya3xMZuf6C', '$2a$08$6WO/yJ4V5Im2g9epXC4f1.H56YjlBJFDg7vIomzXH2yxnkdKFyzCS', 'test@gmail.com', '8787878787', NULL, 0, 1, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, '2024-02-21 15:19:24', NULL);

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

--
-- Table structure for table `user_autologin`
--

CREATE TABLE `user_autologin` (
  `key_id` char(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `user_id` int NOT NULL DEFAULT '0',
  `user_agent` varchar(150) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `last_ip` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL,
  `last_login` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;

--
-- Dumping data for table `user_autologin`
--

INSERT INTO `user_autologin` (`key_id`, `user_id`, `user_agent`, `last_ip`) VALUES
('02a27268a8e2de3fd2eab7fb7249ca10', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.76', '203.115.119.154'),
('08720d551a9c601f3d2d9dc1da6ce682', 1617, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36', '203.115.119.154'),
('219048c2818fff63f4c149fc9479a7ea', 1609, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36', '203.115.119.154'),
('26efab12845467f24034c20b29fafd1c', 29, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1', '2.48.241.239'),
('365cd7f973caa70d59a0350bb7d5e8af', 1041, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', '103.171.208.112'),
('4ceb81823de09c400b02a77f7c3f8624', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', '103.66.234.140'),
('5be337f5ff6e8553f696c98f2ebb557f', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', '49.32.141.125'),
('5da5911d9b09f2c3055f464ba4469d61', 881, 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', '42.111.102.30'),
('61710186c5b434d5d7582de54354c678', 881, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', '203.115.119.154'),
('6c704b4434613ea3d9d11049b89d993e', 29, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1', '92.98.192.24'),
('82831e01a304e56c3e717121cdf49782', 881, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36', '203.115.119.154'),
('8d36582fcafb4f1bd156e645818ecbd9', 888, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36', '203.115.119.154'),
('ce07bed741f5fe7446f391c1cf9d8836', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', '203.115.119.154'),
('d5864b4dc419cf0c4d044947c745da4f', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', '203.115.119.154'),
('ea006267814f76f4d8b30c23b8c22270', 894, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', '203.115.119.154'),
('ed6b645fb124073d1ec6e9e9d6c75459', 29, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1', '94.57.123.111'),
('eebe1d63dba957e6302f9816c1663d13', 1, 'Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1', '42.106.236.233'),
('f7d71333ae990ad3f36c9c954480e71c', 1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.48', '203.115.119.154');

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

--
-- Table structure for table `user_profiles`
--

CREATE TABLE `user_profiles` (
  `id` int NOT NULL,
  `user_id` int NOT NULL,
  `country` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL,
  `website` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin;

--
-- Indexes for dumped tables
--

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

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

--
-- Indexes for table `tbl_about`
--
ALTER TABLE `tbl_about`
  ADD PRIMARY KEY (`AboutID`);

--
-- Indexes for table `tbl_activity`
--
ALTER TABLE `tbl_activity`
  ADD PRIMARY KEY (`activityID`);

--
-- Indexes for table `tbl_checklist`
--
ALTER TABLE `tbl_checklist`
  ADD PRIMARY KEY (`CheckListID`);

--
-- Indexes for table `tbl_checklist_param`
--
ALTER TABLE `tbl_checklist_param`
  ADD PRIMARY KEY (`ChecklistParamID`);

--
-- Indexes for table `tbl_cms`
--
ALTER TABLE `tbl_cms`
  ADD PRIMARY KEY (`CmsID`);

--
-- Indexes for table `tbl_company`
--
ALTER TABLE `tbl_company`
  ADD PRIMARY KEY (`CompanyID`);

--
-- Indexes for table `tbl_company_shift`
--
ALTER TABLE `tbl_company_shift`
  ADD PRIMARY KEY (`CompanyShiftID`);

--
-- Indexes for table `tbl_department`
--
ALTER TABLE `tbl_department`
  ADD PRIMARY KEY (`departmentID`);

--
-- Indexes for table `tbl_department_contact`
--
ALTER TABLE `tbl_department_contact`
  ADD PRIMARY KEY (`department_ContactID`);

--
-- Indexes for table `tbl_email_log`
--
ALTER TABLE `tbl_email_log`
  ADD PRIMARY KEY (`EmailLogID`);

--
-- Indexes for table `tbl_eqp_dtl`
--
ALTER TABLE `tbl_eqp_dtl`
  ADD PRIMARY KEY (`EQPID`);

--
-- Indexes for table `tbl_eqp_location_log`
--
ALTER TABLE `tbl_eqp_location_log`
  ADD PRIMARY KEY (`Eqp_locationID`);

--
-- Indexes for table `tbl_home_banner`
--
ALTER TABLE `tbl_home_banner`
  ADD PRIMARY KEY (`BannerID`);

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

--
-- Indexes for table `tbl_inspection_dtl`
--
ALTER TABLE `tbl_inspection_dtl`
  ADD PRIMARY KEY (`InspectionDtlID`);

--
-- Indexes for table `tbl_inspection_hdr`
--
ALTER TABLE `tbl_inspection_hdr`
  ADD PRIMARY KEY (`InspectionHdrID`);

--
-- Indexes for table `tbl_inspection_image`
--
ALTER TABLE `tbl_inspection_image`
  ADD PRIMARY KEY (`InspectionImageiD`);

--
-- Indexes for table `tbl_location_code`
--
ALTER TABLE `tbl_location_code`
  ADD PRIMARY KEY (`LocationID`);

--
-- Indexes for table `tbl_role`
--
ALTER TABLE `tbl_role`
  ADD PRIMARY KEY (`role_id`);

--
-- Indexes for table `tbl_service`
--
ALTER TABLE `tbl_service`
  ADD PRIMARY KEY (`ServiceID`);

--
-- Indexes for table `tbl_user_acitivity_log`
--
ALTER TABLE `tbl_user_acitivity_log`
  ADD PRIMARY KEY (`UserActivityLogID`);

--
-- Indexes for table `tbl_vehicleinfo`
--
ALTER TABLE `tbl_vehicleinfo`
  ADD PRIMARY KEY (`VehicleID`),
  ADD UNIQUE KEY `VehicleNo` (`VehicleNo`),
  ADD UNIQUE KEY `VehicleCode` (`VehicleCode`);

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

--
-- Indexes for table `user_autologin`
--
ALTER TABLE `user_autologin`
  ADD PRIMARY KEY (`key_id`,`user_id`);

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `login_attempts`
--
ALTER TABLE `login_attempts`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=238;

--
-- AUTO_INCREMENT for table `tbl_about`
--
ALTER TABLE `tbl_about`
  MODIFY `AboutID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tbl_activity`
--
ALTER TABLE `tbl_activity`
  MODIFY `activityID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT for table `tbl_checklist`
--
ALTER TABLE `tbl_checklist`
  MODIFY `CheckListID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tbl_checklist_param`
--
ALTER TABLE `tbl_checklist_param`
  MODIFY `ChecklistParamID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT for table `tbl_cms`
--
ALTER TABLE `tbl_cms`
  MODIFY `CmsID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `tbl_company`
--
ALTER TABLE `tbl_company`
  MODIFY `CompanyID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `tbl_company_shift`
--
ALTER TABLE `tbl_company_shift`
  MODIFY `CompanyShiftID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `tbl_department`
--
ALTER TABLE `tbl_department`
  MODIFY `departmentID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `tbl_department_contact`
--
ALTER TABLE `tbl_department_contact`
  MODIFY `department_ContactID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `tbl_email_log`
--
ALTER TABLE `tbl_email_log`
  MODIFY `EmailLogID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tbl_eqp_dtl`
--
ALTER TABLE `tbl_eqp_dtl`
  MODIFY `EQPID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=72;

--
-- AUTO_INCREMENT for table `tbl_eqp_location_log`
--
ALTER TABLE `tbl_eqp_location_log`
  MODIFY `Eqp_locationID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `tbl_home_banner`
--
ALTER TABLE `tbl_home_banner`
  MODIFY `BannerID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `tbl_inquiry`
--
ALTER TABLE `tbl_inquiry`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=510;

--
-- AUTO_INCREMENT for table `tbl_inspection_dtl`
--
ALTER TABLE `tbl_inspection_dtl`
  MODIFY `InspectionDtlID` bigint NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1472;

--
-- AUTO_INCREMENT for table `tbl_inspection_hdr`
--
ALTER TABLE `tbl_inspection_hdr`
  MODIFY `InspectionHdrID` bigint NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;

--
-- AUTO_INCREMENT for table `tbl_inspection_image`
--
ALTER TABLE `tbl_inspection_image`
  MODIFY `InspectionImageiD` bigint NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=71;

--
-- AUTO_INCREMENT for table `tbl_location_code`
--
ALTER TABLE `tbl_location_code`
  MODIFY `LocationID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `tbl_role`
--
ALTER TABLE `tbl_role`
  MODIFY `role_id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `tbl_service`
--
ALTER TABLE `tbl_service`
  MODIFY `ServiceID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `tbl_user_acitivity_log`
--
ALTER TABLE `tbl_user_acitivity_log`
  MODIFY `UserActivityLogID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=90;

--
-- AUTO_INCREMENT for table `tbl_vehicleinfo`
--
ALTER TABLE `tbl_vehicleinfo`
  MODIFY `VehicleID` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62;

--
-- AUTO_INCREMENT for table `user_profiles`
--
ALTER TABLE `user_profiles`
  MODIFY `id` int NOT NULL AUTO_INCREMENT;
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 */;
