-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdata.sql
More file actions
286 lines (247 loc) · 79.4 KB
/
data.sql
File metadata and controls
286 lines (247 loc) · 79.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
-- MySQL dump 10.13 Distrib 9.0.1, for macos12.7 (x86_64)
--
-- Host: localhost Database: parking
-- ------------------------------------------------------
-- Server version 8.3.0
/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `admin`
--
DROP TABLE IF EXISTS `admin`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `admin` (
`UserID` int NOT NULL AUTO_INCREMENT,
`username` varchar(255) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`role` varchar(40) DEFAULT 'admin',
`SNo` int NOT NULL,
PRIMARY KEY (`UserID`)
) ENGINE=InnoDB AUTO_INCREMENT=1011 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `admin`
--
LOCK TABLES `admin` WRITE;
/*!40000 ALTER TABLE `admin` DISABLE KEYS */;
INSERT INTO `admin` VALUES (1010,'codemos','pbkdf2:sha256:600000$8ReYmFoOXfHylOc4$1e237b183a09fd831e88a05d07b1c5e5d62479a19232c05cecf5e7807b552a28','admin',1020);
/*!40000 ALTER TABLE `admin` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `allotment`
--
DROP TABLE IF EXISTS `allotment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `allotment` (
`AllotmentID` int NOT NULL AUTO_INCREMENT,
`VehicleID` int NOT NULL,
`SNo` int NOT NULL,
`username` varchar(100) NOT NULL,
`date` date NOT NULL,
`TimeFrom` time NOT NULL,
`TimeTo` time NOT NULL,
`duration` varchar(30) NOT NULL,
`name` varchar(50) NOT NULL,
`contact` bigint NOT NULL,
`TotalPrice` int NOT NULL,
`mode` varchar(40) NOT NULL,
`VehicleType` varchar(40) NOT NULL,
`VehicleNumber` varchar(40) NOT NULL,
PRIMARY KEY (`AllotmentID`),
KEY `fk_sno` (`SNo`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `allotment`
--
LOCK TABLES `allotment` WRITE;
/*!40000 ALTER TABLE `allotment` DISABLE KEYS */;
INSERT INTO `allotment` VALUES (1,157,1013,'ajay123','2025-02-10','19:35:00','20:35:00','1','Ajay Malviya',9847388438,13,'UPI','2-Wheeler','MP09CZ5771'),(2,160,1013,'ajay123','2025-02-25','04:42:00','05:42:00','1','Ajay Malviya',9847388438,13,'UPI','2-Wheeler','MP09CZ0929'),(3,161,1015,'yash000','2025-02-26','23:34:00','00:34:00','1','Yash',9343881830,13,'UPI','car','MP09CZ5779'),(4,162,1016,'ashish123','2025-02-26','23:41:00','00:41:00','1','Ashish ',9039982987,13,'UPI','car','MP09RT2401'),(5,163,1017,'Arohi','2025-05-05','12:59:00','13:59:00','1','Arohi Mishra',9687268627,15,'UPI','Heavy-Vehicle','MP09RT2391'),(6,162,1016,'ashish123','2025-05-05','21:21:00','22:21:00','1','Ashish ',9039982987,13,'UPI','car','MP09RT2401'),(7,164,1018,'tanisha123','2025-05-12','19:23:00','20:23:00','1','Tanisha Gupta',9383984993,13,'UPI','car','MP09CZ0929'),(8,165,1021,'gurpreet','2025-05-24','00:01:00','01:01:00','1','Gurpreet Kaur',9343881830,13,'UPI','car','MP09CZ9012'),(9,166,1022,'riya1806','2025-05-29','12:26:00','13:26:00','1','Yash Vaishnav',9343881830,13,'UPI','car','MP09RT1301'),(10,167,1027,'kishan_vaishnav','2025-06-05','11:48:00','12:48:00','1','kishan vaishnav',938847,8,'UPI','2-Wheeler','MP09TR1292'),(11,167,1027,'kishan_vaishnav','2025-06-05','11:48:00','12:48:00','1','kishan vaishnav',938847,8,'UPI','2-Wheeler','MP09TR1292'),(12,168,1027,'kishan_vaishnav','2025-06-17','11:51:00','12:51:00','1','kishan vaishnav',938847,8,'UPI','2-Wheeler','MP09JR1293'),(13,169,1023,'Yash_Vaishnav','2025-06-04','14:12:00','15:12:00','1','Yash Vaishnav',9387484749,15,'UPI','Heavy-Vehicle','MP02RT2442'),(14,170,1026,'codemos','2025-06-04','17:08:00','18:08:00','1','codemos',93874,13,'UPI','car','MP09CZ5779'),(15,170,1026,'codemos','2025-06-19','14:16:00','15:16:00','1','codemos',93874,13,'UPI','car','MP09CZ5779'),(16,170,1026,'codemos','2025-06-25','16:34:00','17:34:00','1','codemos',93874,13,'UPI','car','MP09CZ5779'),(17,169,1023,'Yash_Vaishnav','2025-06-12','16:21:00','17:21:00','1','Yash Vaishnav',9387484749,15,'UPI','Heavy-Vehicle','MP02RT2442'),(18,172,1028,'Yash_Photos','2025-06-05','16:23:00','17:23:00','1','Yash Photos',9039982987,13,'UPI','car','PB09TH3522'),(19,172,1028,'Yash_Photos','2025-06-05','16:23:00','17:23:00','1','Yash Photos',9039982987,13,'UPI','car','PB09TH3522'),(20,172,1028,'Yash_Photos','2025-06-05','16:23:00','17:23:00','1','Yash Photos',9039982987,13,'UPI','car','PB09TH3522'),(21,169,1023,'Yash_Vaishnav','2025-06-12','16:21:00','17:21:00','1','Yash Vaishnav',9387484749,15,'UPI','Heavy-Vehicle','MP02RT2442'),(22,169,1023,'Yash_Vaishnav','2025-06-12','16:21:00','17:21:00','1','Yash Vaishnav',9387484749,15,'UPI','Heavy-Vehicle','MP02RT2442'),(23,169,1023,'Yash_Vaishnav','2025-06-25','17:40:00','18:40:00','1','Yash Vaishnav',9387484749,15,'UPI','Heavy-Vehicle','MP02RT2442'),(24,173,1028,'Yash_Photos','2025-06-05','16:43:00','17:43:00','1','Yash Photos',9039982987,13,'UPI','car','PB09TH3522'),(25,173,1028,'Yash_Photos','2025-06-05','16:43:00','17:43:00','1','Yash Photos',9039982987,13,'UPI','car','PB09TH3522'),(26,172,1028,'Yash_Photos','2025-06-20','16:46:00','17:46:00','1','Yash Photos',9039982987,13,'UPI','car','PB09TH3522'),(27,172,1028,'Yash_Photos','2025-06-20','16:46:00','17:46:00','1','Yash Photos',9039982987,13,'UPI','car','PB09TH3522'),(28,174,1021,'gurpreet','2025-07-15','19:05:00','20:05:00','1','Gurpreet Kaur',9343881830,13,'UPI','car','MP09CZ5779');
/*!40000 ALTER TABLE `allotment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `bookingslot`
--
DROP TABLE IF EXISTS `bookingslot`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `bookingslot` (
`BSlotID` int NOT NULL AUTO_INCREMENT,
`Date` date DEFAULT NULL,
`TimeFrom` time DEFAULT NULL,
`TimeTo` time DEFAULT NULL,
`duration` varchar(30) DEFAULT NULL,
`SNo` int NOT NULL DEFAULT '1',
`VehicleID` int NOT NULL,
PRIMARY KEY (`BSlotID`),
CONSTRAINT `bookingslot_ibfk_1` FOREIGN KEY (`BSlotID`) REFERENCES `slots` (`SlotID`),
CONSTRAINT `bookingslot_ibfk_3` FOREIGN KEY (`BSlotID`) REFERENCES `user` (`UserID`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=101 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `bookingslot`
--
LOCK TABLES `bookingslot` WRITE;
/*!40000 ALTER TABLE `bookingslot` DISABLE KEYS */;
INSERT INTO `bookingslot` VALUES (1,'2004-11-14','00:00:00','00:00:00','',1021,174),(2,'2004-11-14','00:00:00','00:00:00','',1028,172),(3,'2004-11-14','00:00:00','00:00:00','',1023,169),(4,'2004-11-14','00:00:00','00:00:00','',1026,171),(5,'2004-11-14','00:00:00','00:00:00','',1023,169),(6,'2004-11-14','00:00:00','00:00:00','',1028,172),(7,'2004-11-14','00:00:00','00:00:00','',1023,169),(8,'2004-11-14','00:00:00','00:00:00','',1023,169),(9,'2004-11-14','00:00:00','00:00:00','',1023,169),(10,'2004-11-14','00:00:00','00:00:00','',1028,173),(11,'2004-11-14','00:00:00','00:00:00','',1028,173),(12,'2004-11-14','00:00:00','00:00:00','',1028,173),(13,'2004-11-14','00:00:00','00:00:00','',1,1),(14,'2004-11-14','00:00:00','00:00:00','',1,1),(15,'2004-11-14','00:00:00','00:00:00','',1,1),(16,'2004-11-14','00:00:00','00:00:00','',1,1),(17,'2004-11-14','00:00:00','00:00:00','',1,1),(18,'2004-11-14','00:00:00','00:00:00','',1,1),(19,'2004-11-14','00:00:00','00:00:00','',1,1),(20,'2004-11-14','00:00:00','00:00:00','',1,1),(21,'2004-11-14','00:00:00','00:00:00','',1,1),(22,'2004-11-14','00:00:00','00:00:00','',1,1),(23,'2004-11-14','00:00:00','00:00:00','',1,1),(24,'2004-11-14','00:00:00','00:00:00','',1,1),(25,'2004-11-14','00:00:00','00:00:00','',1,1),(26,'2004-11-14','00:00:00','00:00:00','',1,1),(27,'2004-11-14','00:00:00','00:00:00','',1,1),(28,'2004-11-14','00:00:00','00:00:00','',1,1),(29,'2004-11-14','00:00:00','00:00:00','',1,1),(30,'2004-11-14','00:00:00','00:00:00','',1,1),(31,'2004-11-14','00:00:00','00:00:00','',1,1),(32,'2004-11-14','00:00:00','00:00:00','',1,1),(33,'2004-11-14','00:00:00','00:00:00','',1,1),(34,'2004-11-14','00:00:00','00:00:00','',1,1),(35,'2004-11-14','00:00:00','00:00:00','',1,1),(36,'2004-11-14','00:00:00','00:00:00','',1,1),(37,'2004-11-14','00:00:00','00:00:00','',1,1),(38,'2004-11-14','00:00:00','00:00:00','',1,1),(39,'2004-11-14','00:00:00','00:00:00','',1,1),(40,'2004-11-14','00:00:00','00:00:00','',1,1),(41,'2004-11-14','00:00:00','00:00:00','',1,1),(42,'2004-11-14','00:00:00','00:00:00','',1,1),(43,'2004-11-14','00:00:00','00:00:00','',1,1),(44,'2004-11-14','00:00:00','00:00:00','',1,1),(45,'2004-11-14','00:00:00','00:00:00','',1,1),(46,'2004-11-14','00:00:00','00:00:00','',1,1),(47,'2004-11-14','00:00:00','00:00:00','',1,1),(48,'2004-11-14','00:00:00','00:00:00','',1,1),(49,'2004-11-14','00:00:00','00:00:00','',1,1),(50,'2004-11-14','00:00:00','00:00:00','',1,1),(51,'2004-11-14','00:00:00','00:00:00','',1,1),(52,'2004-11-14','00:00:00','00:00:00','',1,1),(53,'2004-11-14','00:00:00','00:00:00','',1,1),(54,'2004-11-14','00:00:00','00:00:00','',1,1),(55,'2004-11-14','00:00:00','00:00:00','',1,1),(56,'2004-11-14','00:00:00','00:00:00','',1,1),(57,'2004-11-14','00:00:00','00:00:00','',1,1),(58,'2004-11-14','00:00:00','00:00:00','',1,1),(59,'2004-11-14','00:00:00','00:00:00','',1,1),(60,'2004-11-14','00:00:00','00:00:00','',1,1),(61,'2004-11-14','00:00:00','00:00:00','',1,1),(62,'2004-11-14','00:00:00','00:00:00','',1,1),(63,'2004-11-14','00:00:00','00:00:00','',1,1),(64,'2004-11-14','00:00:00','00:00:00','',1,1),(65,'2004-11-14','00:00:00','00:00:00','',1,1),(66,'2004-11-14','00:00:00','00:00:00','',1,1),(67,'2004-11-14','00:00:00','00:00:00','',1,1),(68,'2004-11-14','00:00:00','00:00:00','',1,1),(69,'2004-11-14','00:00:00','00:00:00','',1,1),(70,'2004-11-14','00:00:00','00:00:00','',1,1),(71,'2004-11-14','00:00:00','00:00:00','',1,1),(72,'2004-11-14','00:00:00','00:00:00','',1,1),(73,'2004-11-14','00:00:00','00:00:00','',1,1),(74,'2004-11-14','00:00:00','00:00:00','',1,1),(75,'2004-11-14','00:00:00','00:00:00','',1,1),(76,'2004-11-14','00:00:00','00:00:00','',1,1),(77,'2004-11-14','00:00:00','00:00:00','',1,1),(78,'2004-11-14','00:00:00','00:00:00','',1,1),(79,'2004-11-14','00:00:00','00:00:00','',1,1),(81,'2004-11-14','00:00:00','00:00:00','',1,1),(82,'2004-11-14','00:00:00','00:00:00','',1,1),(83,'2004-11-14','00:00:00','00:00:00','',1,1),(84,'2004-11-14','00:00:00','00:00:00','',1,1),(85,'2004-11-14','00:00:00','00:00:00','',1,1),(86,'2004-11-14','00:00:00','00:00:00','',1,1),(87,'2004-11-14','00:00:00','00:00:00','',1,1),(88,'2004-11-14','00:00:00','00:00:00','',1,1),(89,'2004-11-14','00:00:00','00:00:00','',1,1),(90,'2004-11-14','00:00:00','00:00:00','',1,1);
/*!40000 ALTER TABLE `bookingslot` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `owner`
--
DROP TABLE IF EXISTS `owner`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `owner` (
`OwnerID` int NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL,
`address` varchar(100) DEFAULT NULL,
`contact` bigint DEFAULT NULL,
`SNo` int NOT NULL DEFAULT '0',
`email` varchar(40) DEFAULT NULL,
PRIMARY KEY (`OwnerID`),
CONSTRAINT `owner_ibfk_1` FOREIGN KEY (`OwnerID`) REFERENCES `user` (`UserID`)
) ENGINE=InnoDB AUTO_INCREMENT=279 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `owner`
--
LOCK TABLES `owner` WRITE;
/*!40000 ALTER TABLE `owner` DISABLE KEYS */;
INSERT INTO `owner` VALUES (1,'klblnslnsglknsk','lsknglsknglksnglkn',9999999999,8,NULL),(2,NULL,NULL,NULL,12,NULL),(247,'abc','abc',9873589272,1,NULL),(248,'codegeek','indore',9999999999,1011,NULL),(249,'Vidhi Porwal','Vijaynagar',9343881830,1012,NULL),(250,'Ajay Malviya','Indor',9847388438,1013,NULL),(251,'Yash','Indore',9343881830,1014,NULL),(252,'Yash','Indore',9343881830,1015,NULL),(253,'Ashish ','Indore',9039982987,1016,NULL),(254,'Arohi Mishra','isghskbg',9687268627,1017,NULL),(255,'Tanisha Gupta','Indore',9383984993,1018,NULL),(256,'Atharva ','Bhopal',9847293823,1019,NULL),(257,'Gurpreet Kaur','Khatiwala Tank Indore',9343881830,1021,NULL),(258,'Yash Vaishnav','Indore',9343881830,1022,NULL),(259,'Yash Vaishnav','indore ',9387484749,1023,NULL),(260,NULL,'indore',938453,1024,NULL),(261,NULL,'delhi',9883,1024,NULL),(262,'YASH VAISHNAV 22BSA10147',NULL,NULL,1024,NULL),(266,NULL,'indore',2424,0,NULL),(267,'Jaferine Kapoor',NULL,NULL,1025,NULL),(268,NULL,'jaferine',98473937498,0,NULL),(274,'codemos','indore ',93874,1026,NULL),(275,'codemos','indore ',93874,1026,NULL),(276,'codemos','indore ',93874,1026,'codemosedu@gmail.com'),(277,'kishan vaishnav','runija',938847,1027,'kishanvaishnav1404@gmail.com'),(278,'Yash Photos','ratlam',9039982987,1028,'yashphotos48@gmail.com');
/*!40000 ALTER TABLE `owner` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `payment`
--
DROP TABLE IF EXISTS `payment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `payment` (
`PaymentID` int NOT NULL AUTO_INCREMENT,
`TotalPrice` int DEFAULT NULL,
`mode` varchar(30) DEFAULT NULL,
`SNo` int NOT NULL,
`VehicleID` int NOT NULL,
PRIMARY KEY (`PaymentID`),
CONSTRAINT `payment_ibfk_1` FOREIGN KEY (`PaymentID`) REFERENCES `user` (`UserID`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `payment_ibfk_2` FOREIGN KEY (`PaymentID`) REFERENCES `bookingslot` (`BSlotID`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `payment`
--
LOCK TABLES `payment` WRITE;
/*!40000 ALTER TABLE `payment` DISABLE KEYS */;
INSERT INTO `payment` VALUES (1,0,'',1021,174),(2,0,'',1028,172),(3,0,'',1023,169),(4,0,'',1026,171),(5,0,'',1023,169),(6,0,'',1028,172),(7,0,'',1023,169),(8,0,'',1023,169),(9,0,'',1023,169),(10,0,'',1028,173),(11,0,'',1028,173),(12,0,'',1028,173),(13,13,'UPI',1028,173),(14,0,'',1,1),(15,0,'',1,1),(16,0,'',1,1),(17,0,'',1,1),(18,0,'',1,1),(19,0,'',1,1),(20,0,'',1,1),(21,0,'',1,1),(22,0,'',1,1),(23,0,'',1,1),(24,0,'',1,1),(25,0,'',1,1),(26,0,'',1,1),(27,0,'',1,1),(28,0,'',1,1),(29,0,'',1,1),(30,0,'',1,1),(31,0,'',1,1),(32,0,'',1,1),(33,0,'',1,1),(34,0,'',1,1),(35,0,'',1,1),(36,0,'',1,1),(37,0,'',1,1),(38,0,'',1,1),(39,0,'',1,1),(40,0,'',1,1),(41,0,'',1,1),(42,0,'',1,1),(43,0,'',1,1),(44,0,'',1,1),(45,0,'',1,1),(46,0,'',1,1),(47,0,'',1,1),(48,0,'',1,1),(49,0,'',1,1),(50,0,'',1,1),(51,0,'',1,1),(52,0,'',1,1),(53,0,'',1,1),(54,0,'',1,1),(55,0,'',1,1),(56,0,'',1,1),(57,0,'',1,1),(58,0,'',1,1),(59,0,'',1,1),(60,0,'',1,1),(61,0,'',1,1),(62,0,'',1,1),(63,0,'',1,1),(64,0,'',1,1),(65,0,'',1,1),(66,0,'',1,1),(67,0,'',1,1),(68,0,'',1,1),(69,0,'',1,1),(70,0,'',1,1),(71,0,'',1,1),(72,0,'',1,1),(73,0,'',1,1),(74,0,'',1,1),(75,0,'',1,1),(76,0,'',1,1),(77,0,'',1,1),(78,0,'',1,1),(79,0,'',1,1),(81,0,'',1,1),(82,0,'',1,1),(83,0,'',1,1),(84,0,'',1,1),(85,0,'',1,1),(86,0,'',1,1),(87,0,'',1,1),(88,0,'',1,1),(89,0,'',1,1);
/*!40000 ALTER TABLE `payment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sensor`
--
DROP TABLE IF EXISTS `sensor`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sensor` (
`SensorID` int NOT NULL AUTO_INCREMENT,
`isParked` tinyint DEFAULT NULL,
PRIMARY KEY (`SensorID`),
CONSTRAINT `sensor_ibfk_1` FOREIGN KEY (`SensorID`) REFERENCES `slots` (`SlotID`)
) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sensor`
--
LOCK TABLES `sensor` WRITE;
/*!40000 ALTER TABLE `sensor` DISABLE KEYS */;
INSERT INTO `sensor` VALUES (1,0),(2,0),(3,0),(4,0),(5,0),(6,0),(7,0),(8,0),(9,0),(10,0),(11,0),(12,0),(13,1),(14,1),(15,0),(16,0),(17,0),(18,0),(19,0),(20,1),(21,0),(22,0),(23,0),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,0),(31,1),(32,0),(33,0),(34,1),(35,1),(36,1),(37,0),(38,1),(39,0),(40,1),(41,0),(42,0),(43,0),(44,1),(45,1),(46,1),(47,0),(48,0),(49,0),(50,1),(51,1),(52,1),(53,0),(54,0),(55,1),(56,0),(57,0),(58,0),(59,0),(60,1),(61,1),(62,0),(63,0),(64,0),(65,0),(66,1),(67,1),(68,1),(69,0),(70,0),(71,1),(72,0),(73,0),(74,0),(75,1),(76,0),(77,1),(78,0),(79,0),(81,0),(82,0),(83,1),(84,0),(85,1),(86,1),(87,0),(88,0),(89,0),(90,0);
/*!40000 ALTER TABLE `sensor` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `slots`
--
DROP TABLE IF EXISTS `slots`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `slots` (
`SlotID` int NOT NULL AUTO_INCREMENT,
`space` varchar(30) DEFAULT NULL,
`price` int DEFAULT NULL,
PRIMARY KEY (`SlotID`)
) ENGINE=InnoDB AUTO_INCREMENT=174 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `slots`
--
LOCK TABLES `slots` WRITE;
/*!40000 ALTER TABLE `slots` DISABLE KEYS */;
INSERT INTO `slots` VALUES (1,'car',8),(2,'car',8),(3,'car',8),(4,'car',8),(5,'car',8),(6,'car',8),(7,'car',8),(8,'car',8),(9,'car',8),(10,'car',8),(11,'car',8),(12,'car',8),(13,'car',8),(14,'car',8),(15,'car',8),(16,'car',8),(17,'car',8),(18,'car',8),(19,'car',8),(20,'car',8),(21,'car',8),(22,'car',8),(23,'car',8),(24,'car',8),(25,'car',8),(26,'car',8),(27,'car',8),(28,'car',8),(29,'car',8),(30,'car',8),(31,'car',8),(32,'car',8),(33,'car',8),(34,'car',8),(35,'car',8),(36,'car',8),(37,'car',8),(38,'car',8),(39,'car',8),(40,'car',8),(41,'car',8),(42,'car',8),(43,'car',8),(44,'car',8),(45,'car',8),(46,'car',8),(47,'car',8),(48,'car',8),(49,'car',8),(50,'car',8),(51,'car',8),(52,'car',8),(53,'car',8),(54,'car',8),(55,'car',8),(56,'car',8),(57,'car',8),(58,'car',8),(59,'car',8),(60,'2-wheeler',6),(61,'2-wheeler',6),(62,'2-wheeler',6),(63,'2-wheeler',6),(64,'2-wheeler',6),(65,'2-wheeler',6),(66,'2-wheeler',6),(67,'2-wheeler',6),(68,'2-wheeler',6),(69,'2-wheeler',6),(70,'2-wheeler',6),(71,'2-wheeler',6),(72,'2-wheeler',6),(73,'2-wheeler',6),(74,'2-wheeler',6),(75,'2-wheeler',6),(76,'Heavy Vehicle',13),(77,'Heavy Vehicle',13),(78,'Heavy Vehicle',13),(79,'Heavy Vehicle',13),(81,'Heavy Vehicle',13),(82,'Heavy Vehicle',13),(83,'Heavy Vehicle',13),(84,'Heavy Vehicle',13),(85,'Heavy Vehicle',13),(86,'Heavy Vehicle',13),(87,'Heavy Vehicle',13),(88,'Heavy Vehicle',13),(89,'Heavy Vehicle',13),(90,'Heavy Vehicle',13),(173,'Car/Jeep',12);
/*!40000 ALTER TABLE `slots` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `user`
--
DROP TABLE IF EXISTS `user`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `user` (
`UserID` int NOT NULL AUTO_INCREMENT,
`username` varchar(255) DEFAULT NULL,
`password` varchar(255) DEFAULT NULL,
`role` varchar(40) DEFAULT 'user',
`SNo` int NOT NULL DEFAULT '0',
`login_mode` varchar(20) DEFAULT NULL,
PRIMARY KEY (`UserID`),
UNIQUE KEY `SNo` (`SNo`)
) ENGINE=InnoDB AUTO_INCREMENT=1021 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `user`
--
LOCK TABLES `user` WRITE;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` VALUES (1,'abc','abc','user',1,'basic-auth'),(2,'vidhi','pc$3%YnrrP','user',12,'basic-auth'),(3,'marysmith','z5KMy4%e!h','user',13,'basic-auth'),(4,'joseph30','S#1KA4SSuw','user',14,'basic-auth'),(5,'john38','j)4RB@_i^z','user',15,'basic-auth'),(6,'frenchjulia','!lvCX&UOc0','user',16,'basic-auth'),(7,'amoore','I54LLvgI*p','user',17,'basic-auth'),(8,'akaiser','^3DWxOiWCz','user',18,'basic-auth'),(9,'austin42','R8QgTRsL$&','user',19,'basic-auth'),(10,'vaughnmeghan','+lJ7BZeF%S','user',20,'basic-auth'),(11,'mpena','3u2eVZzJT_','user',21,'basic-auth'),(12,'russellangela',')dKhT1wUw9','user',22,'basic-auth'),(13,'josephgreen','eL2G3jDzt+','user',23,'basic-auth'),(14,'yhernandez','%7QHZhjxRH','user',24,'basic-auth'),(15,'laura61','_5MA0Pnh55','user',25,'basic-auth'),(16,'kaylee71','j#52_Eliki','user',26,'basic-auth'),(17,'nsaunders','GMeFbXcN(3','user',27,'basic-auth'),(18,'jbrown','%6KVF2gD%l','user',28,'basic-auth'),(19,'codywalters','9(Jk2Ynd@z','user',29,'basic-auth'),(20,'travisjohnson','(3hUbT$7%5','user',30,'basic-auth'),(21,'restrada','vg2Fe**#Y)','user',31,'basic-auth'),(22,'cgriffin','vZYiPp&E$1','user',32,'basic-auth'),(23,'ejohnson','tC#U8ADlNX','user',33,'basic-auth'),(24,'wilsonjames','6whO2Kuv*6','user',34,'basic-auth'),(25,'smithdeanna','&gS^1Kacjl','user',35,'basic-auth'),(26,'tlewis','&XJ(LN@hs3','user',36,'basic-auth'),(27,'igreen','o^CLbSko@0','user',37,'basic-auth'),(28,'beanjavier','_MW5V1Um^7','user',38,'basic-auth'),(29,'laurenmcintyre','Rn)d8Z$ibY','user',39,'basic-auth'),(30,'wilsonwarren','_1RfJlV5(3','user',40,'basic-auth'),(31,'pmartin','#PyVLdy6K5','user',41,'basic-auth'),(32,'hallolivia','#Zh!5MdDk#','user',42,'basic-auth'),(33,'zrodriguez','sCH5YzkTM#','user',43,'basic-auth'),(34,'cooperedward','LlU1YL!q$)','user',44,'basic-auth'),(35,'rhonda82','N&E81zFEAi','user',45,'basic-auth'),(36,'andersonkimberly','mB6Z9dZn^A','user',46,'basic-auth'),(37,'jeffreybates','+L9!Warrc*','user',47,'basic-auth'),(38,'dana43','(8Vf+^rTR2','user',48,'basic-auth'),(39,'kcastro','83#Tt2R9_5','user',49,'basic-auth'),(40,'katelyn60','Zc0Tyrl5%%','user',50,'basic-auth'),(41,'howardtony','!dh7AId10N','user',51,'basic-auth'),(42,'robynball','4mD4MqAEM+','user',52,'basic-auth'),(43,'qsullivan','s^s6pLy^jY','user',53,'basic-auth'),(44,'vrodriguez','E(0WcNuFeS','user',54,'basic-auth'),(45,'jennifermorrison','+8BN57Cks#','user',55,'basic-auth'),(46,'jenniferstewart','!Z9SKY&bgo','user',56,'basic-auth'),(47,'jennifer71','%(4yW%xO*#','user',57,'basic-auth'),(48,'fsmith','N#3Xj9lKyd','user',58,'basic-auth'),(49,'elizabethgarza','bRpBJXPq@4','user',59,'basic-auth'),(50,'brownnicole','&oc9NlmSg!','user',60,'basic-auth'),(51,'samantha92','^%Cgh6Bbqc','user',61,'basic-auth'),(52,'wdrake','8tJoXA9h+A','user',62,'basic-auth'),(53,'micheleadams','&0satRpkFE','user',63,'basic-auth'),(54,'fostercrystal','*IQr^UHwo0','user',64,'basic-auth'),(55,'vickiestes','@o@YK1h@_6','user',65,'basic-auth'),(56,'fhurley','+j8EIMyvtE','user',66,'basic-auth'),(57,'mbrown','$3IAGD)e!e','user',67,'basic-auth'),(58,'jenningsjacqueline','(K1kYJbK4L','user',68,'basic-auth'),(59,'chrishernandez','+LZZMyue5J','user',69,'basic-auth'),(60,'perezjerome','p_UypHR#)6','user',70,'basic-auth'),(61,'crawforderin','Cku#f3Js#)','user',71,'basic-auth'),(62,'daviskristen','Bo1B0FR8+&','user',72,'basic-auth'),(63,'raymondbrown','^)10&!3uDB','user',73,'basic-auth'),(64,'aaron09','X96X1gHg_r','user',74,'basic-auth'),(65,'vincentjohnson','Y2Qf5wax^L','user',75,'basic-auth'),(66,'petermeyer','pd@8GwgNg@','user',76,'basic-auth'),(67,'christopherchan','B#@8uEre)C','user',77,'basic-auth'),(68,'amandafisher','^30WirmLB(','user',78,'basic-auth'),(69,'comptonrichard','!dA%ARQTQ5','user',79,'basic-auth'),(70,'hurstspencer','(ae9MWpQK$','user',80,'basic-auth'),(71,'patelcathy','i6IA4M6x(B','user',81,'basic-auth'),(72,'twalker','@KOu4B#b2h','user',82,'basic-auth'),(73,'kbaker','Y$3UgKjiS9','user',83,'basic-auth'),(74,'thomasjoseph','fSO6CyUt_@','user',84,'basic-auth'),(75,'sara94','_*V$ix+ef4','user',85,'basic-auth'),(76,'sheilajuarez','I!Is#$9j%0','user',86,'basic-auth'),(77,'qbrooks','(8BcfI_c3^','user',87,'basic-auth'),(78,'sharon45','P%1bIzhoEi','user',88,'basic-auth'),(79,'jenkinsmichael','$ICsM5KsM&','user',89,'basic-auth'),(80,'megan09','q*4J*VJfCh','user',90,'basic-auth'),(81,'spittman','Ph(9J905$+','user',91,'basic-auth'),(82,'cochranmichael','*yR&#CNf8g','user',92,'basic-auth'),(83,'amurphy','U4dOpewW_r','user',93,'basic-auth'),(84,'donna08','YjPM3jx)_8','user',94,'basic-auth'),(85,'brittanyharris','l4fQ!AQu$1','user',95,'basic-auth'),(86,'chad57','@nQ3hUjqtX','user',96,'basic-auth'),(87,'kball','^F7gAiHcp5','user',97,'basic-auth'),(88,'keith15','l$I3KSdboc','user',98,'basic-auth'),(89,'michael86','%a8EitESh3','user',99,'basic-auth'),(90,'fsalas','zV9dPLlO#A','user',100,'basic-auth'),(91,'smithkurt','_uRTUiLS1U','user',101,'basic-auth'),(92,'jonesstephanie','#!gFseLo0P','user',102,'basic-auth'),(93,'jtravis','@e8GWB1n_8','user',103,'basic-auth'),(94,'dsmith','_cwSh+Sxd6','user',104,'basic-auth'),(95,'lolson','$4#80Pcr)H','user',105,'basic-auth'),(96,'suzanne30','w%0V!iCXqf','user',106,'basic-auth'),(97,'crawfordcarl','&lG7cQ3If1','user',107,'basic-auth'),(98,'ljames','QcAiOuao_1','user',108,'basic-auth'),(99,'zrodriguez','l0uZIFlQ^9','user',109,'basic-auth'),(100,'palmerjessica','+iv8ONlCv%','user',110,'basic-auth'),(101,'raymondnorris','M%7XZyfx^@','user',111,'basic-auth'),(102,'rlee','Ps0_NFjD(c','user',112,'basic-auth'),(103,'cookenichole','bg+8Wdeao*','user',113,'basic-auth'),(104,'millerkristine','w#RX4*IMyo','user',114,'basic-auth'),(105,'michelle60',')4YCbs!j6u','user',115,'basic-auth'),(106,'mreed','E_328Dbm&y','user',116,'basic-auth'),(107,'rcoleman','26IKjhh(%q','user',117,'basic-auth'),(108,'joshuamcdaniel','UZK1eGIj@%','user',118,'basic-auth'),(109,'harrisanthony','SP8&3Ief)#','user',119,'basic-auth'),(110,'hickmanmatthew','*AC2RO1pP$','user',120,'basic-auth'),(111,'marshpatricia','1_T4Sd82_t','user',121,'basic-auth'),(112,'parkerkatherine','3hDOez%&*e','user',122,'basic-auth'),(113,'theresa24','N0kn04Qp_(','user',123,'basic-auth'),(114,'shannon84','@6!JRc9qbS','user',124,'basic-auth'),(115,'daniel03','Q%0A(%iqlb','user',125,'basic-auth'),(116,'srobinson','B%y4KYRlXh','user',126,'basic-auth'),(117,'christyhancock','(1L_UXAbY&','user',127,'basic-auth'),(118,'tbriggs','&Mb1F2pa+c','user',128,'basic-auth'),(119,'littlemichelle','%vY5aeCcBV','user',129,'basic-auth'),(120,'bakerveronica','%62#SgHa@v','user',130,'basic-auth'),(121,'vbailey','djCki8NI!0','user',131,'basic-auth'),(122,'grodriguez','S7Em&2jF#D','user',132,'basic-auth'),(123,'mendezjoseph','!+F4HI!vQC','user',133,'basic-auth'),(124,'ybaker','3(E18VLy^p','user',134,'basic-auth'),(125,'beth67','&mh7E05rY2','user',135,'basic-auth'),(126,'stephen25','*eC8dbC%N@','user',136,'basic-auth'),(127,'mark64','86U1go$R!o','user',137,'basic-auth'),(128,'corey86','$ol2Apbi&6','user',138,'basic-auth'),(129,'gcruz','!6nhJ4dcNx','user',139,'basic-auth'),(130,'sosborn','#5WMgu3MaC','user',140,'basic-auth'),(131,'ntran','&h0R1#a5y^','user',141,'basic-auth'),(132,'mccoyelizabeth','@798V#Ys%m','user',142,'basic-auth'),(133,'hwright','05lW%ICs!(','user',143,'basic-auth'),(134,'sylviagonzales','vP!wA7_o1(','user',144,'basic-auth'),(135,'cgordon','V)942HetWh','user',145,'basic-auth'),(136,'wendydavidson','&&6KIfHcXX','user',146,'basic-auth'),(137,'lisahayes','$XoGpEBbd2','user',147,'basic-auth'),(138,'karengarcia','h2s6fZXw_t','user',148,'basic-auth'),(139,'middletongary','&1^#Oa*5+p','user',149,'basic-auth'),(140,'millertammy','I34NLJkf_z','user',150,'basic-auth'),(141,'egonzalez','R4ijEeLM!A','user',151,'basic-auth'),(142,'halljean','36AEe$1N$z','user',152,'basic-auth'),(143,'juliechen','v6_5RcutP*','user',153,'basic-auth'),(144,'jonathan21','3moaW6no@0','user',154,'basic-auth'),(145,'cartermark','%gV_9KtWf5','user',155,'basic-auth'),(146,'vasquezian','2bgE2Hxf*o','user',156,'basic-auth'),(147,'charles99','0&1YQsXg5e','user',157,'basic-auth'),(148,'dperkins','x!hQO7N)Mb','user',158,'basic-auth'),(149,'kaylacrawford','m2s6Ias!K(','user',159,'basic-auth'),(150,'stephen19','ZX5xRsnNe!','user',160,'basic-auth'),(151,'cathymartinez','_*9NN0U%0n','user',161,'basic-auth'),(152,'hernandezbrian','m(57pBWcIS','user',162,'basic-auth'),(153,'herringisaac','!0REJ1w^Bb','user',163,'basic-auth'),(154,'watsonkelly','h^1MXsp%x^','user',164,'basic-auth'),(155,'davidanderson','!PCJ#jGO&6','user',165,'basic-auth'),(156,'snguyen','($0qx7Wb_k','user',166,'basic-auth'),(157,'lpierce','V9)NfOQ+#c','user',167,'basic-auth'),(158,'joshua38','0uD56k6c!w','user',168,'basic-auth'),(159,'wesley94','a4A3XDlZ#m','user',169,'basic-auth'),(160,'amanda54','W950xV*x_6','user',170,'basic-auth'),(161,'averydavid','9t*45YrL9Y','user',171,'basic-auth'),(162,'rodriguezemily','A_k)1AXs07','user',172,'basic-auth'),(163,'lee40','nD2M8v%d+L','user',173,'basic-auth'),(164,'apeters','(J0LueJfL5','user',174,'basic-auth'),(165,'jack59','Nw9*C0um!t','user',175,'basic-auth'),(166,'mburnett','_CGcKGugu8','user',176,'basic-auth'),(167,'karen54','T&3Trdaj^y','user',177,'basic-auth'),(168,'hufftimothy','_CSrBTk%0^','user',178,'basic-auth'),(169,'yrussell','V^59Qpod@p','user',179,'basic-auth'),(170,'jacksonmichael','#Z8!Sc(0F5','user',180,'basic-auth'),(171,'drivera','(02UqIteHy','user',181,'basic-auth'),(172,'rosscassidy','IB16!YsF*l','user',182,'basic-auth'),(173,'barbara58','^5TIsd#8yQ','user',183,'basic-auth'),(174,'rebeccaconner','$_#Yh4@r50','user',184,'basic-auth'),(175,'davenportmaria','77iBxA&U_r','user',185,'basic-auth'),(176,'estephens','4F2#YhpI_V','user',186,'basic-auth'),(177,'haley23','FRD@$@So!5','user',187,'basic-auth'),(178,'avaughan','XckbL5W^x+','user',188,'basic-auth'),(179,'michaelthomas','#K*Y7sxF7h','user',189,'basic-auth'),(180,'waltersdavid','c1@OR+Nw^2','user',190,'basic-auth'),(181,'ladams','JfVi5Y4E+2','user',191,'basic-auth'),(182,'matthew25','I))71FFvZ%','user',192,'basic-auth'),(183,'angela00','I&0TMflukr','user',193,'basic-auth'),(184,'michaelbryant','$3GK5_hXuR','user',194,'basic-auth'),(185,'garciajennifer','v@2p$lNi(%','user',195,'basic-auth'),(186,'vrangel','1i4sjZ^v))','user',196,'basic-auth'),(187,'robinsonandrea','CPe4QtVxK+','user',197,'basic-auth'),(188,'wileyadam','&N@TCXpz)5','user',198,'basic-auth'),(189,'hunterantonio','7#8UDeNwAa','user',199,'basic-auth'),(190,'ldavis','x62%%Hez#7','user',200,'basic-auth'),(191,'jamescourtney','K576@$%q&X','user',201,'basic-auth'),(192,'tonyaoneal','La0QT6dWL$','user',202,'basic-auth'),(193,'vjohnston','cLzpx6Sd#T','user',203,'basic-auth'),(194,'ambercalhoun',')+IGRdZm3x','user',204,'basic-auth'),(195,'madeline88','(NxfMRud5j','user',205,'basic-auth'),(196,'bthomas','the08UUlj*','user',206,'basic-auth'),(197,'christopher53','V(w2R%awG2','user',207,'basic-auth'),(198,'robin21','t@*3&@EXfm','user',208,'basic-auth'),(199,'vickierussell','&91PHu3rSD','user',209,'basic-auth'),(200,'hudsonemily','!8RcWzTssJ','user',210,'basic-auth'),(201,'joshua43','uKKyEbrg&4','user',211,'basic-auth'),(202,'ronald92','F7Ocyu!4*g','user',212,'basic-auth'),(203,'andrea19','&RWH#Cyn^6','user',213,'basic-auth'),(204,'veronicacohen','^Xv61HlsX4','user',214,'basic-auth'),(205,'scottlong','7+7C7p(Rcz','user',215,'basic-auth'),(206,'xglover','&6DItUhY##','user',216,'basic-auth'),(207,'jeremysandoval','gO9D2o17(2','user',217,'basic-auth'),(208,'aroberts','QN3C4wg^7+','user',218,'basic-auth'),(209,'sean17','*c6Bwc4WoW','user',219,'basic-auth'),(210,'kenneth02','e65N94Tum)','user',220,'basic-auth'),(211,'joneskevin','FzA3EgIM#*','user',221,'basic-auth'),(212,'caitlin25','^qg)PfAt1f','user',222,'basic-auth'),(213,'nicholas41','_8s#Sg$JLc','user',223,'basic-auth'),(214,'brownbradley','h%)7Zk33B5','user',224,'basic-auth'),(215,'bethsolis','l$&A0MKx5%','user',225,'basic-auth'),(216,'iweber','3w%M73VpI!','user',226,'basic-auth'),(217,'hjones','RrW7cHbn5$','user',227,'basic-auth'),(218,'davispaul','VwK&5IYl$5','user',228,'basic-auth'),(219,'dunncalvin','2AYmiFJN(m','user',229,'basic-auth'),(220,'wendylopez','_#95COOn90','user',230,'basic-auth'),(221,'grahambeth','#5RBXOUiY2','user',231,'basic-auth'),(222,'harrisonjulian','@^EC3WtEkJ','user',232,'basic-auth'),(223,'erin39','ix^3gNXaR)','user',233,'basic-auth'),(224,'ashleystevenson','7#2#WGxcl^','user',234,'basic-auth'),(225,'sonya28',')Z6+*Z3e42','user',235,'basic-auth'),(226,'rallen','E3^wEVbO&A','user',236,'basic-auth'),(227,'johnjohnson','B^6PN@on5k','user',237,'basic-auth'),(228,'rhondamorgan',')rA)6NcEJM','user',238,'basic-auth'),(229,'lramos','v&4nAXA1kt','user',239,'basic-auth'),(230,'ortizmark','Rf^e&1Wm$6','user',240,'basic-auth'),(231,'bassbrian','1Sh4izToo^','user',241,'basic-auth'),(232,'julia66','WfTl&7lz%9','user',242,'basic-auth'),(233,'anthonyanderson',')m8Vfn!rj5','user',243,'basic-auth'),(234,'susanallen','1g2UT0Ux+V','user',244,'basic-auth'),(235,'sandra27','rr%Y7Hub$L','user',245,'basic-auth'),(236,'pgibson','5H6KYuQ7P%','user',246,'basic-auth'),(237,'lindapatrick','$56aTVw)&%','user',247,'basic-auth'),(238,'lynnchristian','6+9JcDw$al','user',248,'basic-auth'),(239,'jenna58','e6moV3co_F','user',249,'basic-auth'),(240,'joshuaspencer','$$b7aGakX)','user',250,'basic-auth'),(241,'kristabeard','eW2bV38xp(','user',251,'basic-auth'),(242,'haleysanders','v(V7npmL+8','user',252,'basic-auth'),(243,'rortega','_C^#5MSsJM','user',253,'basic-auth'),(244,'alexis70','@k)$3Sue*C','user',254,'basic-auth'),(245,'yash','pbkdf2:sha256:600000$uoUi9j9QZVlx5TyY$0d87bd2ad8d03a540f929052ec3dcb144ba6678992daa4a60120893861545340','user',2,'basic-auth'),(246,'ajay','pbkdf2:sha256:600000$UpUWGli67kJWDNFC$6aa6639ee4b12e264f00c709dad8abafab799db697ff6f303293a62b388364ef','user',3,'basic-auth'),(247,'Roger','pbkdf2:sha256:600000$4MV3CjIC3surPG4k$695466b19f62b29a6ceff1dea61033a79a7ae4a5e2347dda3dc24773cffc71d7','user',4,'basic-auth'),(248,'test','pbkdf2:sha256:600000$BrbX9mq54Vc2lJco$1b15bcbdb4a2f3f34294d392fabf1024a79ada0bc560461e8b2904547dbe4014','user',5,'basic-auth'),(249,'test1','pbkdf2:sha256:600000$est8Yv3NVjdktSvx$e5d21cbbdf734f65c44841d0f5723c2058ddad68bc44a9b7cd304d7a4301ac26','user',6,'basic-auth'),(250,'test123','pbkdf2:sha256:600000$tTvzdslZOzcsb1HG$92992c8946366967e75a75f7bf2c7f6ed529ee2eebdf59f12e1b0ffb33a92715','user',7,'basic-auth'),(251,'yash123455','pbkdf2:sha256:600000$FkGR7WfClq77FKz5$5e1ae4e1e45fcb51ffbae038038b6e43d90be4e8faf6c3b6d6f9fde017df3fa2','user',8,'basic-auth'),(252,'codegeek','pbkdf2:sha256:600000$hleKDoaxcU04tH2T$cbff5eda2dd681badacb655b7a1f3793354b772f41449aae728c109dce878c36','user',9,'basic-auth'),(253,'emilybaker','cf#9RCxO)@','user',10,'basic-auth'),(254,'russell24','@79vW@dE$T','user',264,'basic-auth'),(255,'jaydouglas','ww@27Spi(U','user',265,'basic-auth'),(256,'jmeyer','j3WvoVep%U','user',266,'basic-auth'),(257,'danielhenry','#OL3nSak1t','user',267,'basic-auth'),(258,'wjohns',')9JAFKZiz+','user',268,'basic-auth'),(259,'gpatel','49NhE#Il)v','user',269,'basic-auth'),(260,'prodriguez','p6#%6OkuJ$','user',270,'basic-auth'),(261,'samuelsmith','9Zz1dJt9$h','user',271,'basic-auth'),(262,'jameslee','%5Oh3%XE6c','user',272,'basic-auth'),(263,'turnermichele','^#tI77NiVU','user',273,'basic-auth'),(264,'haleywright','15SvRLmi^z','user',274,'basic-auth'),(265,'shannonsweeney','zMTrw_*F)9','user',275,'basic-auth'),(266,'katherinecox','9VPXwjPm^V','user',276,'basic-auth'),(267,'pateljonathan','F0Byn*Bz*0','user',277,'basic-auth'),(268,'hortonlori','@9ZBKg_sP#','user',278,'basic-auth'),(269,'nicholasturner','*5giM1nsSC','user',279,'basic-auth'),(270,'richard96','#Wr39C@ocp','user',280,'basic-auth'),(271,'suzanne57','G4AI!Fqi&k','user',281,'basic-auth'),(272,'cwhite','@vah8GRzTr','user',282,'basic-auth'),(273,'bergjames','@1FJuNTeM+','user',283,'basic-auth'),(274,'matthew73','i^j14TRbMf','user',284,'basic-auth'),(275,'sharon71','#B^@w3Od!4','user',285,'basic-auth'),(276,'melissa58','^oHfZpFJ4X','user',286,'basic-auth'),(277,'perezdanielle','GQ6*NTnz$l','user',287,'basic-auth'),(278,'peter46','7NMDvnEl*9','user',288,'basic-auth'),(279,'brianaguilar','EQ1NmZqW@)','user',289,'basic-auth'),(280,'hickschristopher','wx(4yGYlfI','user',290,'basic-auth'),(281,'steven97','mp$9EnkO(P','user',291,'basic-auth'),(282,'wclay','u@0M(z4iRS','user',292,'basic-auth'),(283,'alison12','_fEn!V*wZ3','user',293,'basic-auth'),(284,'karenturner','mZ_lyRFl&9','user',294,'basic-auth'),(285,'jessicahayes','_1x5OOnU9*','user',295,'basic-auth'),(286,'isoto','j7jVR0tv^K','user',296,'basic-auth'),(287,'vdavila','A9*9qX6fgL','user',297,'basic-auth'),(288,'sydneydavis','5eS4RhKh7+','user',298,'basic-auth'),(289,'wilsonkyle','1FUwOUXT@w','user',299,'basic-auth'),(290,'mbrown','c&3^Xgns5)','user',300,'basic-auth'),(291,'blakemegan','#2A5c(ShgR','user',301,'basic-auth'),(292,'robinsonrobin','ujU5)0IwO*','user',302,'basic-auth'),(293,'barronmolly','k*w)0RMkfp','user',303,'basic-auth'),(294,'tapiamorgan','+q8&3Bp6&y','user',304,'basic-auth'),(295,'kenneth15','!8Xx+%rXpn','user',305,'basic-auth'),(296,'norman65','ayV6OkqO%3','user',306,'basic-auth'),(297,'matthew57','$j4X^z^tDq','user',307,'basic-auth'),(298,'emily06','q&1)6Mi1Dy','user',308,'basic-auth'),(299,'michaelmartinez','$F1%HLiRM8','user',309,'basic-auth'),(300,'powellmeghan','0%e1ZDuX9&','user',310,'basic-auth'),(301,'annajacobs','D(3NYsI7Ic','user',311,'basic-auth'),(302,'ruthfreeman','pwD0w5Gl7$','user',312,'basic-auth'),(303,'charlespeck','4a^wJSp*$L','user',313,'basic-auth'),(304,'yanderson','!9B*F5Bv&r','user',314,'basic-auth'),(305,'zsalinas','@l7LaprPxK','user',315,'basic-auth'),(306,'elaine97',')Rd6!YwcvO','user',316,'basic-auth'),(307,'kristenbuchanan','S*4MN6hl_H','user',317,'basic-auth'),(308,'hughesvicki','*s7nBJ!xo)','user',318,'basic-auth'),(309,'lthomas','&3*5Ritv^K','user',319,'basic-auth'),(310,'wheelerthomas',')qhi6Y^C^(','user',320,'basic-auth'),(311,'ybishop','@9GoBXv1aU','user',321,'basic-auth'),(312,'catherinegonzalez','a2PpeEY5@+','user',322,'basic-auth'),(313,'danielvalerie','WeT1JlGI@4','user',323,'basic-auth'),(314,'emily31',')$%9mnXqDu','user',324,'basic-auth'),(315,'lisa49','(yb$pWb0e4','user',325,'basic-auth'),(316,'davidmata','!@4IRTvg9x','user',326,'basic-auth'),(317,'lbarber','yQ_98QElac','user',327,'basic-auth'),(318,'isanford','5y!9pDf5Wl','user',328,'basic-auth'),(319,'aliciamoss',')$9I4XdC+(','user',329,'basic-auth'),(320,'yholmes','_38yZHNx#w','user',330,'basic-auth'),(321,'christine67','+2sQ+MUwC%','user',331,'basic-auth'),(322,'wellis','nxQ$85LhEB','user',332,'basic-auth'),(323,'bowenjessica','%a9_FF3oK4','user',333,'basic-auth'),(324,'mary07','sG8G8f1L+_','user',334,'basic-auth'),(325,'wilsonbrian','*u$S+7Sror','user',335,'basic-auth'),(326,'hallsheena','!2OGmwSu5l','user',336,'basic-auth'),(327,'mary86','@1waMFE9xr','user',337,'basic-auth'),(328,'burtonwilliam','#48Jyj^pRr','user',338,'basic-auth'),(329,'cindy97','i!5$Wpa84v','user',339,'basic-auth'),(330,'robert18','JTwH9J0v^R','user',340,'basic-auth'),(331,'vmunoz','7rHe9Z_gZ*','user',341,'basic-auth'),(332,'mcampbell','1m5J4n%E*A','user',342,'basic-auth'),(333,'bennettpeter','_MUL^$zy21','user',343,'basic-auth'),(334,'edwardpalmer','&D9VNLPmB3','user',344,'basic-auth'),(335,'vwalsh','+#g)0FhQ@z','user',345,'basic-auth'),(336,'loganjose','7*3Nzm0xIz','user',346,'basic-auth'),(337,'matthewcoleman','JQ%8aSTbc#','user',347,'basic-auth'),(338,'wrightnoah','1!i3Ezd*PB','user',348,'basic-auth'),(339,'martinezbrittany','&(8A^9NwTi','user',349,'basic-auth'),(340,'zhoffman','aLA5BG8f+!','user',350,'basic-auth'),(341,'tara87','m38y$Vgc@^','user',351,'basic-auth'),(342,'rberger','@8&vFAxgVx','user',352,'basic-auth'),(343,'beckkeith','zJzx5Eje!W','user',353,'basic-auth'),(344,'thompsonrobert','hs@n6_Il&y','user',354,'basic-auth'),(345,'navarrodaniel','$rEOq)WoD5','user',355,'basic-auth'),(346,'bradleythomas','h@u0IMJm2v','user',356,'basic-auth'),(347,'lparsons','BDb2GGq6r_','user',357,'basic-auth'),(348,'quinnshelly','Z3B^LR0g&T','user',358,'basic-auth'),(349,'mariabrady','V69YpYPh^E','user',359,'basic-auth'),(350,'ramirezdeborah','))4Wjx_fGx','user',360,'basic-auth'),(351,'migueledwards','j57PeOxr$t','user',361,'basic-auth'),(352,'tinagonzalez','*JZSrzuv+9','user',362,'basic-auth'),(353,'mbray',')#J@iQYjT0','user',363,'basic-auth'),(354,'janice16','@7!VQehuVW','user',364,'basic-auth'),(355,'kimberly90',')A$CeXYw80','user',365,'basic-auth'),(356,'uarmstrong','@6mBTCd(^F','user',366,'basic-auth'),(357,'susan42','*2GcNBuilC','user',367,'basic-auth'),(358,'austinshaffer','p3(JKVT*#X','user',368,'basic-auth'),(359,'hmartin','x#j4lYthGn','user',369,'basic-auth'),(360,'owilliams','W^DJ90Cgq*','user',370,'basic-auth'),(361,'christopher11','(8AM^dDi(Z','user',371,'basic-auth'),(362,'tanyafloyd','$Z%Cl2cEE1','user',372,'basic-auth'),(363,'donnacarroll','e@g5VOfNWp','user',373,'basic-auth'),(364,'rparks','0s1KI+t(+(','user',374,'basic-auth'),(365,'cramirez','+!@7#Xm7$y','user',375,'basic-auth'),(366,'tfox','sCbuSzww%4','user',376,'basic-auth'),(367,'samanthamiles','^2KHIaz!p5','user',377,'basic-auth'),(368,'mhartman','#z+Vg1E(Y6','user',378,'basic-auth'),(369,'diazdavid','CPK9t7iAt@','user',379,'basic-auth'),(370,'aaron06','H)7FWmxQ%&','user',380,'basic-auth'),(371,'xterry','1cVdp%4e+2','user',381,'basic-auth'),(372,'david31','x4F7Aqmc&W','user',382,'basic-auth'),(373,'nmorrow','eu&5RWdwq%','user',383,'basic-auth'),(374,'jdaniels','#^3dCEiwh#','user',384,'basic-auth'),(375,'fjohnson',')$p%8UPl#K','user',385,'basic-auth'),(376,'christopher27','(hTrk7ueO3','user',386,'basic-auth'),(377,'thomas01','0w(8*XDe!I','user',387,'basic-auth'),(378,'timothythornton','Onm1NaGh!I','user',388,'basic-auth'),(379,'gcampbell',')QzVwik!V0','user',389,'basic-auth'),(380,'coxchelsea','y4D+D6Pw)_','user',390,'basic-auth'),(381,'donald96','ucP^G3WutX','user',391,'basic-auth'),(382,'davidguerra','!y(_1LnxI5','user',392,'basic-auth'),(383,'robinsontyler','I45)QMwl_G','user',393,'basic-auth'),(384,'amanda39','6d7DG(uz*V','user',394,'basic-auth'),(385,'figueroakristina','9@4nKVhk!d','user',395,'basic-auth'),(386,'williamsoncaitlin','shDe$5Boba','user',396,'basic-auth'),(387,'blackcaleb','3y#DglRh^%','user',397,'basic-auth'),(388,'christinebrown','qW&76FveR9','user',398,'basic-auth'),(389,'curtis72','^3LNxD+7Mt','user',399,'basic-auth'),(390,'sullivanalejandro','$1!skGJl_S','user',400,'basic-auth'),(391,'kirbybryan','j)HMva12%8','user',401,'basic-auth'),(392,'barbara11','4!h&g2KsBg','user',402,'basic-auth'),(393,'anna79','(P7XBNbrf#','user',403,'basic-auth'),(394,'nicholas64','FB0e_GjB_9','user',404,'basic-auth'),(395,'josephshaw','_57SX3Ii@0','user',405,'basic-auth'),(396,'ntorres','*i1P4BnA3m','user',406,'basic-auth'),(397,'christopherperez','3_6K)2j3ek','user',407,'basic-auth'),(398,'frenchpaul','*12JBAqY$!','user',408,'basic-auth'),(399,'sarah34','eNRNVGcS^1','user',409,'basic-auth'),(400,'njimenez','Mt7t#Mjzo^','user',410,'basic-auth'),(401,'longaudrey','DB6UdVMm*O','user',411,'basic-auth'),(402,'tinaobrien','#6FdA664Pm','user',412,'basic-auth'),(403,'debra18','@mS7tGciY5','user',413,'basic-auth'),(404,'charles43','#4VMpumB)9','user',414,'basic-auth'),(405,'longelizabeth','!0*cU)WQjb','user',415,'basic-auth'),(406,'tbarron','1oORywHu#&','user',416,'basic-auth'),(407,'ericahill','+e$1PHbqwn','user',417,'basic-auth'),(408,'ryan57','yo!1)lSds$','user',418,'basic-auth'),(409,'kallen','x(46IPUzb0','user',419,'basic-auth'),(410,'lori07','77!BT%ky*h','user',420,'basic-auth'),(411,'bradleyclayton','##m5D^md!w','user',421,'basic-auth'),(412,'hollywest','^8RA7y^sp0','user',422,'basic-auth'),(413,'wellsjeffrey','x*8Od$zmz&','user',423,'basic-auth'),(414,'susancherry','WjM7oLJa!d','user',424,'basic-auth'),(415,'jason85','*3QtbWnvk@','user',425,'basic-auth'),(416,'pburns','$2l86CsK^N','user',426,'basic-auth'),(417,'jensendiana','C1YW0To%!F','user',427,'basic-auth'),(418,'turnerluke','y_)5fZ!iST','user',428,'basic-auth'),(419,'susan92','_M48TfG3HJ','user',429,'basic-auth'),(420,'bbentley','$$M(1V5fod','user',430,'basic-auth'),(421,'jenny73','fV6NcNjeL%','user',431,'basic-auth'),(422,'angela20','q)r1&Yft!H','user',432,'basic-auth'),(423,'henrybennett','b#T4LeFb^3','user',433,'basic-auth'),(424,'wileyangela','Z*4pRJX4*k','user',434,'basic-auth'),(425,'andersonjanet','&55vhG#wE&','user',435,'basic-auth'),(426,'terryshawn','wgl3vMd3H)','user',436,'basic-auth'),(427,'jimmy22','bveM0bKm!Q','user',437,'basic-auth'),(428,'michaelkirk','o73iKVba**','user',438,'basic-auth'),(429,'mmoore','+(snC0Gj$8','user',439,'basic-auth'),(430,'ashleymejia','TVMZ7YNve)','user',440,'basic-auth'),(431,'douglas60','^4+OzJnx)z','user',441,'basic-auth'),(432,'kathleenjohnston','cgM@0Dhh!5','user',442,'basic-auth'),(433,'jenkinsjudith','84LERFmy*B','user',443,'basic-auth'),(434,'margaretcurry',')vfCVJx%d2','user',444,'basic-auth'),(435,'hsmith','4WSThMS%%J','user',445,'basic-auth'),(436,'casey18','_ncRlVtSv3','user',446,'basic-auth'),(437,'dianamorris','7951q7JQ^g','user',447,'basic-auth'),(438,'maydorothy','Lu1e(7Bn#)','user',448,'basic-auth'),(439,'kristypearson','U_t7t_sA)R','user',449,'basic-auth'),(440,'kimberly55','(q3E!Bir&p','user',450,'basic-auth'),(441,'swhite','++9Vbmslu9','user',451,'basic-auth'),(442,'richardanderson','$$KRm($z(7','user',452,'basic-auth'),(443,'pruittjared','*(64EL3jv$','user',453,'basic-auth'),(444,'matthewmoore','E(6Q+T9uyv','user',454,'basic-auth'),(445,'mitchell70','!XXyQD+RR0','user',455,'basic-auth'),(446,'george75','5)^T8Mqa$l','user',456,'basic-auth'),(447,'zpetersen','(3zWz5+qzd','user',457,'basic-auth'),(448,'ayersfrank','#1@VSSnzc5','user',458,'basic-auth'),(449,'kharrison','_9WwxZBp$v','user',459,'basic-auth'),(450,'danielvalenzuela','y(5bFRp18n','user',460,'basic-auth'),(451,'bakeranthony','045%PPYa_0','user',461,'basic-auth'),(452,'micheleberry','PT1GDcXoH*','user',462,'basic-auth'),(453,'ithompson','Y!6Wz(Ij*C','user',463,'basic-auth'),(454,'lonnieedwards','&8lXmTnXO9','user',464,'basic-auth'),(455,'perkinsalbert','hr8p0Yzo^&','user',465,'basic-auth'),(456,'lopezsamuel','!_38TXEat)','user',466,'basic-auth'),(457,'dnewman','%V_Nwc#t$9','user',467,'basic-auth'),(458,'johnaguilar','x&r2HcwKI8','user',468,'basic-auth'),(459,'thomashenderson','0MAsM#(h$h','user',469,'basic-auth'),(460,'aaronfuentes','(*7Skg)7x3','user',470,'basic-auth'),(461,'jamesgraham','_RFcraLLf6','user',471,'basic-auth'),(462,'hblanchard','0(6rGs*iZN','user',472,'basic-auth'),(463,'wanda25','$xt6RrAzJB','user',473,'basic-auth'),(464,'paul24','Mh3x*JLV3&','user',474,'basic-auth'),(465,'travisadams','PT+XC8vpH&','user',475,'basic-auth'),(466,'plee','9+G26IqgP#','user',476,'basic-auth'),(467,'sheriwhite','Yy8D_hBFm)','user',477,'basic-auth'),(468,'wagnerrick','#F1WIik)9D','user',478,'basic-auth'),(469,'taylorkevin','!*ZX$IjNU9','user',479,'basic-auth'),(470,'tonya41','8mDZ#9gy@F','user',480,'basic-auth'),(471,'booththomas','a@2+PK%b*3','user',481,'basic-auth'),(472,'kevin69','X@9W6KGg^8','user',482,'basic-auth'),(473,'eric19','9O)+90Ax8K','user',483,'basic-auth'),(474,'darrellrogers','y4AI3mRm&0','user',484,'basic-auth'),(475,'susan79','5_(CAd(^^h','user',485,'basic-auth'),(476,'larsonanthony','3n(WR6LFD(','user',486,'basic-auth'),(477,'charlottemartinez','F^l1Y*em9t','user',487,'basic-auth'),(478,'cmiller','@59zSxxp4)','user',488,'basic-auth'),(479,'lzuniga',')&3Z)%vCD1','user',489,'basic-auth'),(480,'tristan29','(7I*xo_ypi','user',490,'basic-auth'),(481,'anthonyfry','^6HtuGoY%X','user',491,'basic-auth'),(482,'ufuller','59ktaHNb*S','user',492,'basic-auth'),(483,'dodsonjeremiah','^6(dNFcqsN','user',493,'basic-auth'),(484,'pagelarry','H7^2A2oT$!','user',494,'basic-auth'),(485,'lancedennis','+v32ZeJq7i','user',495,'basic-auth'),(486,'nicole14','7!Mwv44c!b','user',496,'basic-auth'),(487,'nicole02','R!d3RMXC9b','user',497,'basic-auth'),(488,'mark38','_vXG!LBy08','user',498,'basic-auth'),(489,'lmiller','2F1NemJg$S','user',499,'basic-auth'),(490,'nchavez','RK79PUcz)_','user',500,'basic-auth'),(491,'emmawilson','h)SoLG2P!1','user',501,'basic-auth'),(492,'sotobreanna','+w0LYjB07q','user',502,'basic-auth'),(493,'abowman','Hu4Xi+Kkk^','user',503,'basic-auth'),(494,'shannon69','*Ie1P&v&^v','user',504,'basic-auth'),(495,'joseph51','^J7PhDMbL3','user',505,'basic-auth'),(496,'warrenlori','2yh95AmN&c','user',506,'basic-auth'),(497,'josephnolan','+8gRUI#oHh','user',507,'basic-auth'),(498,'kelly88','a*qR2ArTH@','user',508,'basic-auth'),(499,'dannyrichard','&oSR5tRznQ','user',509,'basic-auth'),(500,'leslie95','4Q7)I^Fr)!','user',510,'basic-auth'),(501,'vwiley','&$3*#GLlT0','user',511,'basic-auth'),(502,'daniel55','&$7Ry_hMpI','user',512,'basic-auth'),(503,'tmason','X_1YMasnzz','user',513,'basic-auth'),(504,'juliasanders','P&Oc3E%rc_','user',514,'basic-auth'),(505,'norrismelissa','!20GCaxhq9','user',515,'basic-auth'),(506,'penaerica','J19_vyDs)9','user',516,'basic-auth'),(507,'wfrank','+X!W$Amt26','user',517,'basic-auth'),(508,'umartin','$6O8sEtl39','user',518,'basic-auth'),(509,'gonzalezeric','$&4eWnrsR^','user',519,'basic-auth'),(510,'watkinsalicia','Y^2yy6ZtOI','user',520,'basic-auth'),(511,'dprice','j7K3s#Y1^0','user',521,'basic-auth'),(512,'eric10','!XkNFC6ay6','user',522,'basic-auth'),(513,'mcdonalddonna','V8X_nmrG()','user',523,'basic-auth'),(514,'leahlucas','#NJ_bBs*1k','user',524,'basic-auth'),(515,'qfields','&$X23Mfqoz','user',525,'basic-auth'),(516,'changdylan','FO0jGQ%m#)','user',526,'basic-auth'),(517,'yvalencia','&4V1(zRlef','user',527,'basic-auth'),(518,'elee','s3%NISJz!N','user',528,'basic-auth'),(519,'michael50','wr!u2Ngg_k','user',529,'basic-auth'),(520,'whitejennifer','#(&xQIAe0s','user',530,'basic-auth'),(521,'robinsongrace','h94(6Egdqp','user',531,'basic-auth'),(522,'jennifer17','n)n+(0irMY','user',532,'basic-auth'),(523,'kbrown','j2xYq#c6(l','user',533,'basic-auth'),(524,'bwhite','X)%9qH9qa%','user',534,'basic-auth'),(525,'stantonrobert','5&1PS5g&#T','user',535,'basic-auth'),(526,'gonzalezrobert','$hEP6LZ#f8','user',536,'basic-auth'),(527,'amy96','i9X3EtV0z$','user',537,'basic-auth'),(528,'littlejerome','Q(ZJw89a!6','user',538,'basic-auth'),(529,'elizabeth13','@l3lkRcWn&','user',539,'basic-auth'),(530,'garciajason','!i&29Noxg!','user',540,'basic-auth'),(531,'jim68','%+s6hFmA4A','user',541,'basic-auth'),(532,'anelson','DfK3DDOeS+','user',542,'basic-auth'),(533,'weaverbrenda','D5C1%K^z@8','user',543,'basic-auth'),(534,'ryoung','uy6X&1Ew8v','user',544,'basic-auth'),(535,'donovanlisa','(qOfUk_#c3','user',545,'basic-auth'),(536,'idennis','*^^Cn6qd1i','user',546,'basic-auth'),(537,'hickswilliam','p63T7WiP)_','user',547,'basic-auth'),(538,'jlopez','$Q2J)OpT^N','user',548,'basic-auth'),(539,'kennethstephenson','q8U%NoGJ%E','user',549,'basic-auth'),(540,'raymondlisa','^6oLxHyl9i','user',550,'basic-auth'),(541,'vclark','$3PMajvcxp','user',551,'basic-auth'),(542,'katherinebrown','dsT5TID!s#','user',552,'basic-auth'),(543,'julie81','Gq7M*WPu#2','user',553,'basic-auth'),(544,'melissasummers','i1!gQw6a^t','user',554,'basic-auth'),(545,'stacygardner',')7R9ZvwR_m','user',555,'basic-auth'),(546,'kimberlywhite','y*78&6Zyh(','user',556,'basic-auth'),(547,'harrisbrenda','&s1xd1Epw4','user',557,'basic-auth'),(548,'tsmith','z158xSfw#@','user',558,'basic-auth'),(549,'rogersvalerie','%3W$dR)I%k','user',559,'basic-auth'),(550,'brenda44','v$0J8N$Fof','user',560,'basic-auth'),(551,'michelle97','21%eQnn1@c','user',561,'basic-auth'),(552,'ewingjustin','@7FwB#85)5','user',562,'basic-auth'),(553,'christieandrade','q%2&3UbA%L','user',563,'basic-auth'),(554,'sheenajohnson','*2oQiUrvmo','user',564,'basic-auth'),(555,'jesusbrewer','6XCd3wNf!l','user',565,'basic-auth'),(556,'joshua04','leA9Y^Tp*1','user',566,'basic-auth'),(557,'uclark','_C2lCc%yb1','user',567,'basic-auth'),(558,'sheltonteresa','l)5#LSdb7!','user',568,'basic-auth'),(559,'bmack',')64N@*Dm)4','user',569,'basic-auth'),(560,'vhernandez','*z0IWjqTeG','user',570,'basic-auth'),(561,'figueroachristopher','5%BP+Pms(2','user',571,'basic-auth'),(562,'teresahughes','!Y2g@H^nv^','user',572,'basic-auth'),(563,'fbryant','Q1G@0*OZ_z','user',573,'basic-auth'),(564,'joshuabrooks','w&3MDQFpLf','user',574,'basic-auth'),(565,'lindagreene','HQl)oUx9A$','user',575,'basic-auth'),(566,'stricklandholly','3Qp3AKotZ$','user',576,'basic-auth'),(567,'johnsonanthony','uSJ_GrYE(9','user',577,'basic-auth'),(568,'connie03','O&d9EalWfS','user',578,'basic-auth'),(569,'jeff84','83A6CTCe&j','user',579,'basic-auth'),(570,'david00','y8G$@tDL(e','user',580,'basic-auth'),(571,'phenry','!5wRfVAXEi','user',581,'basic-auth'),(572,'danielleoliver','Cmp5iDf5*p','user',582,'basic-auth'),(573,'luisgregory','_3yIABw7*V','user',583,'basic-auth'),(574,'wrightshannon','!1VqwvWlQV','user',584,'basic-auth'),(575,'barkermarcus','e(1LEmXFwH','user',585,'basic-auth'),(576,'greenethomas','1nkFmJua!T','user',586,'basic-auth'),(577,'ibooker','^wlSzf0gt7','user',587,'basic-auth'),(578,'ajackson','@4zN0Kaeh0','user',588,'basic-auth'),(579,'jennifernguyen','ATx^3sDcmu','user',589,'basic-auth'),(580,'sherryramos','(9ORpS5l$i','user',590,'basic-auth'),(581,'fturner','_B3YMnafd3','user',591,'basic-auth'),(582,'unorton','b!5tE*4b)I','user',592,'basic-auth'),(583,'moorepamela','(_*fQRkc0^','user',593,'basic-auth'),(584,'joshua75','TMu5WsxmP)','user',594,'basic-auth'),(585,'martinsmith','E_z1Fy$%5_','user',595,'basic-auth'),(586,'gabriel75','&d$75SinnE','user',596,'basic-auth'),(587,'reyesjesse','2_dQ)Swj+I','user',597,'basic-auth'),(588,'danielfisher','^8Xzz7p!W6','user',598,'basic-auth'),(589,'jacquelinesparks','#0JR3euyPw','user',599,'basic-auth'),(590,'banksnatalie','IuzxJhwC&4','user',600,'basic-auth'),(591,'tracyyoung','!xhUVyQVM6','user',601,'basic-auth'),(592,'mckenzieryan','_hKO9IaHcG','user',602,'basic-auth'),(593,'shelly01','_4+QxfXe&M','user',603,'basic-auth'),(594,'michelle10','!(6I0p0SL^','user',604,'basic-auth'),(595,'karenmiller','A3a#Toy!*(','user',605,'basic-auth'),(596,'bethjackson','h6XGBzc7#c','user',606,'basic-auth'),(597,'osbornejennifer','%aIM5dzpw9','user',607,'basic-auth'),(598,'armstrongmichael','4zaaFxBB*F','user',608,'basic-auth'),(599,'mccarthybrandon','z%Ln5XSbD*','user',609,'basic-auth'),(600,'vvaughn','oR4lFGz3#d','user',610,'basic-auth'),(601,'rachelgill','*PYwMhWx*9','user',611,'basic-auth'),(602,'robbinselizabeth','r(xgTfe%@7','user',612,'basic-auth'),(603,'xharris','(tnUqohX2M','user',613,'basic-auth'),(604,'vmartinez','%%zeUWrb6*','user',614,'basic-auth'),(605,'kmartinez','$ieQX+k(12','user',615,'basic-auth'),(606,'justin51','knS^2QnZc4','user',616,'basic-auth'),(607,'singhwilliam','5Y61Rh7p5)','user',617,'basic-auth'),(608,'carriepierce','hUjDODcb@5','user',618,'basic-auth'),(609,'idawson','W$B0JCrM)j','user',619,'basic-auth'),(610,'gnelson','ZU1XZ5t9&1','user',620,'basic-auth'),(611,'gonzalezjessica','0ZLylb$d(0','user',621,'basic-auth'),(612,'brittanywatson','%c5$C&XZe8','user',622,'basic-auth'),(613,'collinsrachel','%1Nf(A8bHo','user',623,'basic-auth'),(614,'judy04','VD9FlAgie*','user',624,'basic-auth'),(615,'vhood','&nQVkrejS6','user',625,'basic-auth'),(616,'msmith','Dz9TW@qPQ#','user',626,'basic-auth'),(617,'robertskristen','13*VeAIq%0','user',627,'basic-auth'),(618,'masontracey','dp%s4CDg%u','user',628,'basic-auth'),(619,'christophermartinez','^FY5boVrxX','user',629,'basic-auth'),(620,'traviscurtis','%@K1Yxk(Ww','user',630,'basic-auth'),(621,'sullivanjessica','b)0pjdzQCT','user',631,'basic-auth'),(622,'emmarogers','Q@m602S@yr','user',632,'basic-auth'),(623,'jacksonkatherine','s3Mprf18&r','user',633,'basic-auth'),(624,'dianejones','%56FC^bw5_','user',634,'basic-auth'),(625,'michaeldudley','uW00wNzt)h','user',635,'basic-auth'),(626,'ashley27','3(U6RlSDC#','user',636,'basic-auth'),(627,'omararcher','7$02DCz8Fv','user',637,'basic-auth'),(628,'tyler16','(0$5TKiq+O','user',638,'basic-auth'),(629,'anthony20','xR#m7Qx#*w','user',639,'basic-auth'),(630,'christina87','2vDzQuWd)5','user',640,'basic-auth'),(631,'fhall','%mJsZ&sls3','user',641,'basic-auth'),(632,'melvincarter','_14S3SRiEd','user',642,'basic-auth'),(633,'heatherdrake','*MR+4oEqa5','user',643,'basic-auth'),(634,'morgankelly','&L1Vam&uZC','user',644,'basic-auth'),(635,'stephanie42','^IiX7v44k3','user',645,'basic-auth'),(636,'aprilbrown','#2yDZahwvG','user',646,'basic-auth'),(637,'kimnatalie','&M1UOkXxv@','user',647,'basic-auth'),(638,'patrick42','sEoSL0plz(','user',648,'basic-auth'),(639,'rarcher','*^0AGsXfv_','user',649,'basic-auth'),(640,'sarah68','3Fvu&2(m@k','user',650,'basic-auth'),(641,'justindavid','_U75vNIbh8','user',651,'basic-auth'),(642,'holly44','sH5zXURm)K','user',652,'basic-auth'),(643,'svasquez','*YOCDExU0o','user',653,'basic-auth'),(644,'jessica48','v+lS4Huh$j','user',654,'basic-auth'),(645,'scarrillo','M0^#VAqH%m','user',655,'basic-auth'),(646,'andre17','PLm8Caqn7)','user',656,'basic-auth'),(647,'vsmith','WaSMDvVC_4','user',657,'basic-auth'),(648,'ubates','r*ye1HRa7f','user',658,'basic-auth'),(649,'calvinsmith','3D4vy5dt+0','user',659,'basic-auth'),(650,'smithjames','#d61Qlllh!','user',660,'basic-auth'),(651,'rbennett','X+#p0FFRau','user',661,'basic-auth'),(652,'srivera','ZkI!3UgT^U','user',662,'basic-auth'),(653,'aprilcampos',')ZV8Nyz(E@','user',663,'basic-auth'),(654,'adam80','*JGjeRqR^2','user',664,'basic-auth'),(655,'yfernandez',')p9SxH%9JA','user',665,'basic-auth'),(656,'kathryn54','lkH3lPGzm(','user',666,'basic-auth'),(657,'mking','cet7Ra9z!T','user',667,'basic-auth'),(658,'andersonpeter','_4Dh!j9Gn@','user',668,'basic-auth'),(659,'scottlori','Lp5ARdm5q#','user',669,'basic-auth'),(660,'charles31','er@5RJdHYy','user',670,'basic-auth'),(661,'kcoleman','8biY0H(W$4','user',671,'basic-auth'),(662,'wjohnson','4uCP*uEj_b','user',672,'basic-auth'),(663,'ggarcia','gt9dkVKe(W','user',673,'basic-auth'),(664,'lbrown','a)u6tHWsT%','user',674,'basic-auth'),(665,'jason61','X!p4XVNij5','user',675,'basic-auth'),(666,'gmcdonald','$!$YA$dGG9','user',676,'basic-auth'),(667,'michaeljohnson','YK70SucJR#','user',677,'basic-auth'),(668,'sandersrobert','$r1x6XFXX8','user',678,'basic-auth'),(669,'kevin50','Ml0YPzTR@v','user',679,'basic-auth'),(670,'mitchellmichele','yg%F6GTtzW','user',680,'basic-auth'),(671,'ewilliams','L%W8DqTH$X','user',681,'basic-auth'),(672,'alvaradocorey','k)!TX7vt!G','user',682,'basic-auth'),(673,'robinmarquez','!18k8ShoD3','user',683,'basic-auth'),(674,'joseph02','GLHW&rxC&0','user',684,'basic-auth'),(675,'tracythompson','haeeEIWZ_7','user',685,'basic-auth'),(676,'cmcfarland','i+6FDRpC!6','user',686,'basic-auth'),(677,'smithdaniel',')y1*@R#u$i','user',687,'basic-auth'),(678,'rhondamonroe','T9JtiSra!D','user',688,'basic-auth'),(679,'bryantbrandi','nd4L0hPb$%','user',689,'basic-auth'),(680,'kristin24','k9g^9Odw)7','user',690,'basic-auth'),(681,'scottmatthew','l_Kt)2DbFF','user',691,'basic-auth'),(682,'robertosmith','(38RpV63)c','user',692,'basic-auth'),(683,'zjones','X$2CLf#GhS','user',693,'basic-auth'),(684,'edward17','zx6^3SNt#!','user',694,'basic-auth'),(685,'perezchristopher','6jTbF6$(!m','user',695,'basic-auth'),(686,'brandon41','j0PCrwbF_p','user',696,'basic-auth'),(687,'vharris','+T%5GMz1zJ','user',697,'basic-auth'),(688,'mendezjacob','p87GmgEN(2','user',698,'basic-auth'),(689,'qdennis','%%XzeaQ)v3','user',699,'basic-auth'),(690,'osanchez','^&5GCqn08v','user',700,'basic-auth'),(691,'nancymartinez','^WG@s4FyI1','user',701,'basic-auth'),(692,'michael29','@$6pT3mA_*','user',702,'basic-auth'),(693,'peggysanchez','2a)eVq^P($','user',703,'basic-auth'),(694,'hansenkelly','%&7H^ELg%D','user',704,'basic-auth'),(695,'dpeterson','OFWZai6i+9','user',705,'basic-auth'),(696,'cardenascynthia','_3VDI5Tbtg','user',706,'basic-auth'),(697,'kellylisa','Di8SjF7j%!','user',707,'basic-auth'),(698,'robertesparza','eD3fSJe%@1','user',708,'basic-auth'),(699,'matthewphillips','Qocf0S$l#Y','user',709,'basic-auth'),(700,'danielle61','k2G)sOh4&G','user',710,'basic-auth'),(701,'johnsonmichael','!H4&qOBza&','user',711,'basic-auth'),(702,'ioconnor','eLEhzj1l#3','user',712,'basic-auth'),(703,'juan87','OxX6YxVm@A','user',713,'basic-auth'),(704,'barbaragray','@^XUzc!K7S','user',714,'basic-auth'),(705,'ksmith','BZ^2NALyI#','user',715,'basic-auth'),(706,'jgoodwin','nrTl3Rz@3^','user',716,'basic-auth'),(707,'wwaters','E84E@^Yh)1','user',717,'basic-auth'),(708,'newing','A2(L3Lhn(N','user',718,'basic-auth'),(709,'erin12','F#6p4Sfq!b','user',719,'basic-auth'),(710,'wturner','72+AnUvV#&','user',720,'basic-auth'),(711,'albert42','%0CdxY0GBK','user',721,'basic-auth'),(712,'michelleyates','v&12vLLwkh','user',722,'basic-auth'),(713,'mary87','^2ZvkcXXoH','user',723,'basic-auth'),(714,'alexander90','YOJ34JxPm@','user',724,'basic-auth'),(715,'pamelamoore','+3AgW3nYHz','user',725,'basic-auth'),(716,'tara74','$#Z1(T*rAy','user',726,'basic-auth'),(717,'masonjones','r^6HGD3fTm','user',727,'basic-auth'),(718,'dominguezcynthia','o3yEWd+d^T','user',728,'basic-auth'),(719,'fbanks','b!x)TmPkD9','user',729,'basic-auth'),(720,'aholmes','@ZWOooeQ4q','user',730,'basic-auth'),(721,'matthewmartinez','@C@%2!Epx2','user',731,'basic-auth'),(722,'nicholasjackson','_0ks&VfbiS','user',732,'basic-auth'),(723,'jamescabrera','d*e4HgCx2C','user',733,'basic-auth'),(724,'raytheresa','uU*8+&Gnvx','user',734,'basic-auth'),(725,'harriscarla','(&A$m4bfE6','user',735,'basic-auth'),(726,'landrews','+82$Pg+ftr','user',736,'basic-auth'),(727,'dlopez','I_Q3+HlG&4','user',737,'basic-auth'),(728,'ahancock','&*x2Nnu&6w','user',738,'basic-auth'),(729,'ehouston','w6+G3lB)@j','user',739,'basic-auth'),(730,'ashleyblack','V8N6zHhfJ+','user',740,'basic-auth'),(731,'kathryn03','ICrp*9qhs#','user',741,'basic-auth'),(732,'michael85','k_E5ZsvlI7','user',742,'basic-auth'),(733,'thomas70','s1gDPaPr^c','user',743,'basic-auth'),(734,'garycasey','gtMJskcz_1','user',744,'basic-auth'),(735,'jonesjohn','A$3XlLMg#7','user',745,'basic-auth'),(736,'jenniferlang','!u%D2*qaV4','user',746,'basic-auth'),(737,'kim20','$)85Vy7%^O','user',747,'basic-auth'),(738,'karenpalmer','#X$8Fzdi1^','user',748,'basic-auth'),(739,'kathryn22','l)VNUk7C%1','user',749,'basic-auth'),(740,'jenniferhernandez','C1M1+Kfd#h','user',750,'basic-auth'),(741,'cody04','9UXLQgpq_*','user',751,'basic-auth'),(742,'pharmon','+g7iCseT#@','user',752,'basic-auth'),(743,'iochoa','^uXK^mTo*6','user',753,'basic-auth'),(744,'terri10','@0bbJ6NDGn','user',754,'basic-auth'),(745,'stevensheidi','@j8DA5QaH2','user',755,'basic-auth'),(746,'hillstephen','3AkEr3Ar*U','user',756,'basic-auth'),(747,'allisonlynch','#63#wMKdCN','user',757,'basic-auth'),(748,'fernandezbrianna','7%h*5Dc!XI','user',758,'basic-auth'),(749,'dominguezhoward','*Ne5d)Gx^e','user',759,'basic-auth'),(750,'rodriguezjennifer','#7bgJbdgn!','user',760,'basic-auth'),(751,'martinezjason','&wkaNOytW6','user',761,'basic-auth'),(752,'shawn81','+T&RGccp%7','user',762,'basic-auth'),(753,'hollandrebecca','6BEb)T&h(X','user',763,'basic-auth'),(754,'anthonyjohnson','ha65$6Afp8','user',764,'basic-auth'),(755,'ngonzalez','g405GLeff*','user',765,'basic-auth'),(756,'george49','+6PA(Ani_k','user',766,'basic-auth'),(757,'bsimmons','_L0Js#Ccg(','user',767,'basic-auth'),(758,'rreid','t@9W#6+gVC','user',768,'basic-auth'),(759,'shawnpitts','H(mcOPet@9','user',769,'basic-auth'),(760,'turnerian','t2tXiOCz*M','user',770,'basic-auth'),(761,'wongbobby','u@w3Y8eTtZ','user',771,'basic-auth'),(762,'hgonzalez','1_1M#uFL67','user',772,'basic-auth'),(763,'bcurtis','_gsEPcR_^1','user',773,'basic-auth'),(764,'stephanie04','@R9nF2Fh4k','user',774,'basic-auth'),(765,'mcintyreedward','oUcri3Xft_','user',775,'basic-auth'),(766,'uanderson','T6uUp6fw*9','user',776,'basic-auth'),(767,'william35','!08mW8Pn@m','user',777,'basic-auth'),(768,'yjoyce','i(l2LDdahA','user',778,'basic-auth'),(769,'richard26','j5WGZv&l#1','user',779,'basic-auth'),(770,'qcollins','+3eFgYvEyc','user',780,'basic-auth'),(771,'jonathan73','!S_3LeEwPY','user',781,'basic-auth'),(772,'ataylor','#_Yr*$Yl8_','user',782,'basic-auth'),(773,'hilljanet','!PFQjGMpn6','user',783,'basic-auth'),(774,'kevin66','#+*9&(Ocix','user',784,'basic-auth'),(775,'jason06','%fQ3L7DhWJ','user',785,'basic-auth'),(776,'vreese','$VPCLQat36','user',786,'basic-auth'),(777,'connie38','$#6phBGjs$','user',787,'basic-auth'),(778,'vincent50','W!E3EEiw@&','user',788,'basic-auth'),(779,'joseph61','%hB@3X0z5J','user',789,'basic-auth'),(780,'colemanbrenda','_2qcCJxpbQ','user',790,'basic-auth'),(781,'crystal21','jG6U%sx3H(','user',791,'basic-auth'),(782,'spencerbarnes','4T93D7j$9_','user',792,'basic-auth'),(783,'valdezrachel','2Iy0boKj%7','user',793,'basic-auth'),(784,'xday','$1Y@Ybc(Kt','user',794,'basic-auth'),(785,'millerjoshua','sU$7BOqe^Y','user',795,'basic-auth'),(786,'louis09','R0GPtyy&&N','user',796,'basic-auth'),(787,'qmathews','_lmn1Ar3J6','user',797,'basic-auth'),(788,'fergusontara','&5WcM6zy@u','user',798,'basic-auth'),(789,'arielmcdaniel','!8$!2&EwFo','user',799,'basic-auth'),(790,'robertmoore','!V+22mLmoL','user',800,'basic-auth'),(791,'brandiherring',')DO9ni1Xc0','user',801,'basic-auth'),(792,'qward','+p4*3Vft$s','user',802,'basic-auth'),(793,'newtonemily','J!*(9TjRW_','user',803,'basic-auth'),(794,'nunezdonald','S7FuMY+K(7','user',804,'basic-auth'),(795,'jfrederick','y_F8iGQeP3','user',805,'basic-auth'),(796,'srobertson','odTl94Kl%H','user',806,'basic-auth'),(797,'aaronperez','L&6ZBteaX_','user',807,'basic-auth'),(798,'angela99','S#4JNoTT0b','user',808,'basic-auth'),(799,'vsmith','$kEf0Rwm@9','user',809,'basic-auth'),(800,'lboyer','_fsrZtfy6K','user',810,'basic-auth'),(801,'sarakoch','BRewV9Qrz(','user',811,'basic-auth'),(802,'adam16','!YM+l7Se%B','user',812,'basic-auth'),(803,'grobbins','+0CqMkXE)5','user',813,'basic-auth'),(804,'freemantammy','$bm6H59_#(','user',814,'basic-auth'),(805,'rebecca33','b@1C_ZFm9R','user',815,'basic-auth'),(806,'nmiller','o9ub4MBv7^','user',816,'basic-auth'),(807,'ecooper','#22FF3oruL','user',817,'basic-auth'),(808,'marvinalvarado','@Of3Ev@wzs','user',818,'basic-auth'),(809,'kevinsmith','%%HhE&RnE6','user',819,'basic-auth'),(810,'howarddawn','(Va5yIrG%F','user',820,'basic-auth'),(811,'tylermadden','vG23XNXe$d','user',821,'basic-auth'),(812,'jessicarobertson','6&2m&MrRuu','user',822,'basic-auth'),(813,'zgrant','Be2ODQbh+b','user',823,'basic-auth'),(814,'dominiquedixon','+UWoFODfA0','user',824,'basic-auth'),(815,'dorothymccormick','!5syEb#ZHF','user',825,'basic-auth'),(816,'parkerbradley','y&31Fhmtqg','user',826,'basic-auth'),(817,'antoniocarter',')Q2Nnch6$*','user',827,'basic-auth'),(818,'laurabarton','K#H1aIkWiO','user',828,'basic-auth'),(819,'kimholloway','21I0ZUrh+*','user',829,'basic-auth'),(820,'chenderson','$L&b6NlWh9','user',830,'basic-auth'),(821,'georgeandrea','%0eNvchqUn','user',831,'basic-auth'),(822,'daniel08','#01SMy27Y4','user',832,'basic-auth'),(823,'campbelljason','4fPmKIgg_E','user',833,'basic-auth'),(824,'jonesthomas','K0HJVFrn&M','user',834,'basic-auth'),(825,'daniel62','GIs89NCyB+','user',835,'basic-auth'),(826,'stewartchristine','@4vEzApm#6','user',836,'basic-auth'),(827,'vasquezsusan','U5i@K(l7_X','user',837,'basic-auth'),(828,'scastillo','1vvXvs^7^C','user',838,'basic-auth'),(829,'jamieperez','q!5DEkDg$(','user',839,'basic-auth'),(830,'cannonsusan','*5NduT*sB@','user',840,'basic-auth'),(831,'bmann','^(3Umo7n!n','user',841,'basic-auth'),(832,'claudia74','gKS$0HUf#%','user',842,'basic-auth'),(833,'kirkbradshaw','&gl7eU8tj)','user',843,'basic-auth'),(834,'johnmartinez','Zc5WVvdwZ^','user',844,'basic-auth'),(835,'zellis','!x2J2+Dj(2','user',845,'basic-auth'),(836,'lindaarias','(8(__H5x@7','user',846,'basic-auth'),(837,'rebekah95','1nPsY$nw+o','user',847,'basic-auth'),(838,'garcialisa','Z#z4I^gy(g','user',848,'basic-auth'),(839,'cynthia43','oD8rM7ip%y','user',849,'basic-auth'),(840,'brownpaige','&n5R2QerIt','user',850,'basic-auth'),(841,'rhonda88','r^_O9G^mgX','user',851,'basic-auth'),(842,'larmstrong','r2)GDHjn&Q','user',852,'basic-auth'),(843,'smithbarbara','H%q7KLHsGz','user',853,'basic-auth'),(844,'mitchellsandra','#85GUoW&Y@','user',854,'basic-auth'),(845,'pamelajohnson','^WDN_bRgw8','user',855,'basic-auth'),(846,'goldenjennifer','nzk3ObNQ+5','user',856,'basic-auth'),(847,'john23','^dPbOwlb)7','user',857,'basic-auth'),(848,'phillipsdale','9nn%FNGh)z','user',858,'basic-auth'),(849,'amccann','4_M8ABNk+$','user',859,'basic-auth'),(850,'christopher11','(#4owFfL#2','user',860,'basic-auth'),(851,'sarah38','_$YYnK6536','user',861,'basic-auth'),(852,'tyler47','j6_h(4Abye','user',862,'basic-auth'),(853,'juliebentley','%K9WqVh0$s','user',863,'basic-auth'),(854,'daysheila','02&1KmJrTx','user',864,'basic-auth'),(855,'shane62','w8ucyXYD)j','user',865,'basic-auth'),(856,'jacobsjean','!5K*v3W@^&','user',866,'basic-auth'),(857,'cjackson','@Q301IQu9$','user',867,'basic-auth'),(858,'ryanmarvin','0lOaE9as@Y','user',868,'basic-auth'),(859,'cisnerosheather','$17&QIy!^%','user',869,'basic-auth'),(860,'charlesbrown','_jVfblwl15','user',870,'basic-auth'),(861,'kross','^D7EPhJbvQ','user',871,'basic-auth'),(862,'barbara35',')nHB^D_SS5','user',872,'basic-auth'),(863,'julia40','*V+vDtf9+5','user',873,'basic-auth'),(864,'johnmclaughlin','_3#+Xx3kv1','user',874,'basic-auth'),(865,'hamiltonamber','DV+x1K$dm@','user',875,'basic-auth'),(866,'kimberly73','$d8VEkYrZP','user',876,'basic-auth'),(867,'nicholsleah','LmxOImV)^1','user',877,'basic-auth'),(868,'ykelly','(6N5dlH!fp','user',878,'basic-auth'),(869,'elizabeth31','vJz^24WfTn','user',879,'basic-auth'),(870,'dudleybrandon','#W8$dZGv*m','user',880,'basic-auth'),(871,'houstondaniel','@g4UC*g&VI','user',881,'basic-auth'),(872,'tina96','g&g55eGa@y','user',882,'basic-auth'),(873,'zpowell','*1YjH^urTJ','user',883,'basic-auth'),(874,'psmith','#0DKgFza$R','user',884,'basic-auth'),(875,'janetwhite','!Sa1Tew9i6','user',885,'basic-auth'),(876,'colemanwilliam','!@7_A7pbof','user',886,'basic-auth'),(877,'aguilarmegan','X9@2K0Djn_','user',887,'basic-auth'),(878,'ochoajennifer','kv8OIHuLw%','user',888,'basic-auth'),(879,'murraykristen','t#9ZCX@wAa','user',889,'basic-auth'),(880,'daguirre','8we7DpQmr^','user',890,'basic-auth'),(881,'brandibennett','XC3_!HvrD+','user',891,'basic-auth'),(882,'christina85','R0Glfc02^(','user',892,'basic-auth'),(883,'ostein','@TWt^ggl7b','user',893,'basic-auth'),(884,'ahudson','QzVT8Tqc#r','user',894,'basic-auth'),(885,'mhall','2)35WO*CJz','user',895,'basic-auth'),(886,'scole','&xMzkJDr_7','user',896,'basic-auth'),(887,'thomasdorothy','&GFVeSxF96','user',897,'basic-auth'),(888,'petermoore','OA0NnyX&a&','user',898,'basic-auth'),(889,'briannewman','%z@R@eEG4X','user',899,'basic-auth'),(890,'wilsonbrooke',')#9HvHObeK','user',900,'basic-auth'),(891,'krista99','2bQR0L3m*W','user',901,'basic-auth'),(892,'katie49','VO6LcOej8%','user',902,'basic-auth'),(893,'adam66','X*1FUh*J*m','user',903,'basic-auth'),(894,'lhunter','mBNlPxF_)4','user',904,'basic-auth'),(895,'jamesclayton','m%0JOZCDuk','user',905,'basic-auth'),(896,'sabrina39','^bziDGlJB1','user',906,'basic-auth'),(897,'mconley','!80SHy@n$y','user',907,'basic-auth'),(898,'dominguezjoseph','y@6dYE#gCy','user',908,'basic-auth'),(899,'qgutierrez','$2PS8ePi%k','user',909,'basic-auth'),(900,'waltersjohn','!ZF&EAy^9d','user',910,'basic-auth'),(901,'victoria47','7CrGGLwe^+','user',911,'basic-auth'),(902,'matthew71','&g6fr9FO4w','user',912,'basic-auth'),(903,'carolyn67','^dXhoOwq8p','user',913,'basic-auth'),(904,'ericfranco','dTSPp3cd@$','user',914,'basic-auth'),(905,'ywashington','RxS$aer%+7','user',915,'basic-auth'),(906,'kristyolson','dj7VJmum9+','user',916,'basic-auth'),(907,'xmalone','Ly!8JXlGTf','user',917,'basic-auth'),(908,'derek98','7VCtSL)q^K','user',918,'basic-auth'),(909,'johncardenas','cO9@2J4l+3','user',919,'basic-auth'),(910,'davisjesus','8eW(O5Ip%!','user',920,'basic-auth'),(911,'kristin16',')t1GSYQco7','user',921,'basic-auth'),(912,'john20','+EZSTmGY#2','user',922,'basic-auth'),(913,'donaldchapman','6exYmoQ3#p','user',923,'basic-auth'),(914,'castilloronald','k&M3)Jry^z','user',924,'basic-auth'),(915,'jacobphillips','TL!9VbLg!U','user',925,'basic-auth'),(916,'kellynicole','8X!3+KTuq*','user',926,'basic-auth'),(917,'hjones',')GdpO6OcXY','user',927,'basic-auth'),(918,'phylliswillis','#1*UX$b07C','user',928,'basic-auth'),(919,'tonyroman','^lvMg(Nn#7','user',929,'basic-auth'),(920,'qtownsend','uoLqZ$l0#8','user',930,'basic-auth'),(921,'stephenford','7N9hBa#o^#','user',931,'basic-auth'),(922,'nathaniel90','&4usT)zuq4','user',932,'basic-auth'),(923,'craigjessica','Ua&5Q^Hep^','user',933,'basic-auth'),(924,'joshua63','Fjh+k1Ku*S','user',934,'basic-auth'),(925,'kelsey44','eKB4qS$tI$','user',935,'basic-auth'),(926,'bryanjohnson','*kX%_6VxdS','user',936,'basic-auth'),(927,'angelacooper','VL1(FVLrk!','user',937,'basic-auth'),(928,'kenneth80','_oZkQP6d8g','user',938,'basic-auth'),(929,'danielchristopher','+5NgyVi!y3','user',939,'basic-auth'),(930,'martinmichael','+)r+6Xw*fV','user',940,'basic-auth'),(931,'uking','&R2yRVrw&Q','user',941,'basic-auth'),(932,'ssmith','k^0z9&ec4Z','user',942,'basic-auth'),(933,'brenda89','4JUV4*Bo^k','user',943,'basic-auth'),(934,'frodriguez','z^2!c0DoCy','user',944,'basic-auth'),(935,'hannahcherry','f+A00Srmbx','user',945,'basic-auth'),(936,'valenciamiranda','@g+@BgBTq0','user',946,'basic-auth'),(937,'pittskevin','ju_063Okl8','user',947,'basic-auth'),(938,'michael46','(p7Vm)a&Ae','user',948,'basic-auth'),(939,'megan39','j$NW7MWGjp','user',949,'basic-auth'),(940,'milesryan','v34bQqBly$','user',950,'basic-auth'),(941,'stevencarpenter','Or0AOx3Z5)','user',951,'basic-auth'),(942,'browncarol','NlD7Ns$Pg*','user',952,'basic-auth'),(943,'williekelly','_2rAefS(^a','user',953,'basic-auth'),(944,'iross','f12Sd8y(@z','user',954,'basic-auth'),(945,'alyssaedwards','C@xm5BkR8!','user',955,'basic-auth'),(946,'lcollins','V3+mPE0d^+','user',956,'basic-auth'),(947,'martinezmichael','DW0DVT1b)5','user',957,'basic-auth'),(948,'bennettjulie','LR(v2HHb1@','user',958,'basic-auth'),(949,'pwright','b9B^IeJl!n','user',959,'basic-auth'),(950,'jonesbrandy','+5Yr^H1nM3','user',960,'basic-auth'),(951,'sanderszachary','*n549NVb0C','user',961,'basic-auth'),(952,'janet45','!j7r$WQu(9','user',962,'basic-auth'),(953,'edward58','ZJ7e!v8cv*','user',963,'basic-auth'),(954,'sarah47','^XI90TTe$8','user',964,'basic-auth'),(955,'matthewjennings','#*_2BtJMNL','user',965,'basic-auth'),(956,'gonzalesamanda','6sT0P9bN*X','user',966,'basic-auth'),(957,'hwebb','o)1!LHelK_','user',967,'basic-auth'),(958,'bradfordruth','F3EJob#_!5','user',968,'basic-auth'),(959,'sanchezmichael','WJ5GGRze%)','user',969,'basic-auth'),(960,'nfarrell','X2WlXJxi!v','user',970,'basic-auth'),(961,'danielhebert','l!7C0G@pcM','user',971,'basic-auth'),(962,'kendrasanchez','rc*I4HJr#j','user',972,'basic-auth'),(963,'lwallace','@Za2VVtkmg','user',973,'basic-auth'),(964,'ericabrown','!2j9#S+vZ@','user',974,'basic-auth'),(965,'michelleallen','P11V_e3AT!','user',975,'basic-auth'),(966,'daniellerice','r4UfVv#t!1','user',976,'basic-auth'),(967,'washingtonhunter','CR6@1Qt2W%','user',977,'basic-auth'),(968,'michael12','68mk1HAz$q','user',978,'basic-auth'),(969,'eric91','b#6n#IscB_','user',979,'basic-auth'),(970,'martinscott','B*lrU4WqK+','user',980,'basic-auth'),(971,'christophermorris','A9KBuL%j(s','user',981,'basic-auth'),(972,'munozrobert','(OG%00Tz1P','user',982,'basic-auth'),(973,'leonmccormick','IFD43Elz^2','user',983,'basic-auth'),(974,'matthew19','gm#3LZjf&z','user',984,'basic-auth'),(975,'onoble','wu1cS%mF#s','user',985,'basic-auth'),(976,'mbarrera','Jp_7jJEw1V','user',986,'basic-auth'),(977,'jonathanshaw','Hy!vLB65#0','user',987,'basic-auth'),(978,'madison27','S6TH@k5Y)r','user',988,'basic-auth'),(979,'victoriareed','6(8ApjT+)H','user',989,'basic-auth'),(980,'qgeorge','n(HE*8bh!1','user',990,'basic-auth'),(981,'kmorgan','U8eUbagH#X','user',991,'basic-auth'),(982,'beth96','+gdALO4KW8','user',992,'basic-auth'),(983,'joshuahutchinson','2SB)LNsl)K','user',993,'basic-auth'),(984,'dfranklin','KoH8YuZz$h','user',994,'basic-auth'),(985,'oneillmelissa','S3ziM8O4#e','user',995,'basic-auth'),(986,'ralph11','U&^8HdYyJi','user',996,'basic-auth'),(987,'joseph97','*2ZHWtfh0g','user',997,'basic-auth'),(988,'swilliams','$+E7On9uGO','user',998,'basic-auth'),(989,'brianturner','_5f6y&Np**','user',999,'basic-auth'),(990,'allenkatie','^3W7XA&t%p','user',1000,'basic-auth'),(991,'browndavid','%c+OdputV2','user',1001,'basic-auth'),(992,'alexandercaitlin','*u5HcwgOA^','user',1002,'basic-auth'),(993,'kflynn','pdytKrwP!8','user',1003,'basic-auth'),(994,'rebecca54','S7UVy(j2*N','user',1004,'basic-auth'),(995,'mary59','Z0Kiwbzk!l','user',1005,'basic-auth'),(996,'xmartinez','haaRnqMl%7','user',1006,'basic-auth'),(997,'jamesgarcia','$AMO7JIyFk','user',1007,'basic-auth'),(998,'pcastillo','zXPX)rpr*9','user',1008,'basic-auth'),(999,'anthony68','Sl6UhhT7%F','user',1009,'basic-auth'),(1000,'brangel','(sKiI)WHm5','user',1010,'basic-auth'),(1001,'codegeek123','pbkdf2:sha256:600000$PkI97xCbhwkdpYMj$76c0eb2c17264cb7c778ed94d8d996689c852a41c214092c238f1e41c06f203d','user',1011,'basic-auth'),(1002,'Vidhi','pbkdf2:sha256:600000$pVoRL8JFH3yA3gwR$5a56b9e6e5f47f81ad3f8e7aefb0cc39cf6ee187330396f9058c4abc61cd5a21','user',1012,'basic-auth'),(1003,'ajay123','pbkdf2:sha256:600000$voclB2d3lvKrQQRH$7badc8f61d1ff98b7e56815389490c9195513885e1a76bf9a8d98e58f692d594','user',1013,'basic-auth'),(1004,'yash004','pbkdf2:sha256:600000$C8F84WuLycEo1o54$88e180bde2585673204e56bf9368051bbd03a15f51c588e65fd5070c32766fcf','user',1014,'basic-auth'),(1005,'yash000','pbkdf2:sha256:600000$T5IAWnK0PeBPLfq2$93fb309a6617a4f22bb044b9e17855889dacaa3195bf6e8ee722e311bdd49def','user',1015,'basic-auth'),(1006,'ashish123','pbkdf2:sha256:600000$WjzvRDpLLDT8BKO4$9e95f59be15e009e7e9da5abb000692f4c5850c8b37a9ddb0a3e0a71210a4d52','user',1016,'basic-auth'),(1007,'Arohi','pbkdf2:sha256:600000$SJ5tL640aWcmnOGe$007e11ec1d1615608455d97c3d3589e8b830d1859e0d7e0348a4be7b5decddfc','user',1017,'basic-auth'),(1008,'tanisha123','pbkdf2:sha256:600000$QvoFkaJRsdLwvQAW$39f86e49c34ef59487eeff7fbde478c4681e3fdbe3ce1dfaf5fd45f4b7f5a591','user',1018,'basic-auth'),(1009,'Atharva1012','pbkdf2:sha256:600000$Epp95fAGQLYmk5Bs$f210c776f1777cfa5b973c38f864d01ed5dfa56197ba3266ab466be8b40d3f59','user',1019,'basic-auth'),(1011,'gurpreet','pbkdf2:sha256:600000$9dFOvTt1vqlZZQJF$393c2f0ac8d3a38ae219ce25b619f2b4b0681561ac45f33247e974d379ef12ad','user',1021,'basic-auth'),(1012,'riya1806','pbkdf2:sha256:600000$30cuK8HUpuvgw4lh$a95486c47b2033db4864b5548860297c0e96a5eb1fb67d57fb941e0fbb0f46bc','user',1022,'basic-auth'),(1013,'Yash_Vaishnav',NULL,'user',1023,'google-auth'),(1014,'YASH VAISHNAV_22BSA10147',NULL,'user',1024,'google-auth'),(1016,'Jaferine_Kapoor',NULL,'user',1025,'google-auth'),(1017,'codemos',NULL,'user',1026,'google-auth'),(1018,'kishan_vaishnav',NULL,'user',1027,'google-auth'),(1019,'Yash_Photos',NULL,'user',1028,'google-auth');
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `vehicle`
--
DROP TABLE IF EXISTS `vehicle`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `vehicle` (
`VehicleID` int NOT NULL AUTO_INCREMENT,
`VehicleType` varchar(40) DEFAULT NULL,
`VehicleNumber` varchar(40) DEFAULT NULL,
`SNo` int NOT NULL,
`VehicleName` varchar(40) DEFAULT NULL,
PRIMARY KEY (`VehicleID`)
) ENGINE=InnoDB AUTO_INCREMENT=175 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `vehicle`
--
LOCK TABLES `vehicle` WRITE;
/*!40000 ALTER TABLE `vehicle` DISABLE KEYS */;
INSERT INTO `vehicle` VALUES (147,'car','MP09CD2313',3,'Tata Indigo Grand Petrol'),(148,'car','MP09CZ0933',9,'Maruti Wagon R LX Minor'),(149,'car','MP09CZ0933',9,'Maruti Wagon R LX Minor'),(150,'car','MP09CZ0933',9,'Maruti Wagon R LX Minor'),(151,'Heavy-Vehicle','MP09GH4521',1012,'Hyundai Creta 1.6 VTVT S'),(152,'Heavy-Vehicle','MP09GH4521',1012,''),(153,'car','MP09CZ0933',9,''),(154,'car','MP09CZ0933',9,'Hyundai Xcent 1.2 Kappa S'),(155,'car','MP09CZ0933',9,'Hyundai Xcent 1.2 Kappa S'),(157,'2-Wheeler','MP09CZ5771',1013,'Maruti Celerio Green VXI'),(158,'car','CG09PF2411',1013,'Hyundai Xcent 1.2 Kappa S'),(159,'2-Wheeler','MP09TG3522',1012,'Maruti Alto LX BSIII'),(160,'2-Wheeler','MP09CZ0929',1013,'Tata Indigo Grand Petrol'),(161,'car','MP09CZ5779',1015,'Tata Indica Vista Aqua 1.4 TDI'),(162,'car','MP09RT2401',1016,'Mahindra Scorpio LX'),(163,'Heavy-Vehicle','MP09RT2391',1017,'Hyundai Grand i10 Magna'),(164,'car','MP09CZ0929',1018,'Maruti Wagon R LXI Minor'),(165,'2-Wheeler','MP09CZ0929',1020,'Tata Indigo Grand Petrol'),(166,'car','MP09RT1301',1022,'Hyundai Xcent 1.2 Kappa S'),(167,'2-Wheeler','MP09TR1292',1027,'Maruti Alto LX BSIII'),(168,'2-Wheeler','MP09JR1293',1027,'Hyundai Xcent 1.2 Kappa S'),(169,'car','MP02RT2442',1023,'Datsun RediGO T Option'),(170,'car','MP09CZ5779',1026,'Hyundai Xcent 1.2 Kappa S'),(171,'car','MP09CZ5773',1026,'Honda Amaze VX i-DTEC'),(172,'car','PB09TH3522',1028,'Fiat Linea 1.3 Multijet Emotion'),(173,'car','PB09TH3522',1028,'Maruti Alto LX BSIII'),(174,'car','MP09CZ5779',1021,'Hyundai Xcent 1.2 Kappa S');
/*!40000 ALTER TABLE `vehicle` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2026-02-16 17:03:16