Add files via upload

Removing urls that were indiscriminately used for tests, shouldn't be part of the file.
This commit is contained in:
wibyweb 2023-07-05 22:41:12 -04:00 committed by GitHub
parent ae66a615dc
commit d3dcb8a205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ CREATE TABLE `rejected` (
`type` int(11) DEFAULT NULL,
`date` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
@ -63,7 +63,6 @@ CREATE TABLE `rejected` (
LOCK TABLES `rejected` WRITE;
/*!40000 ALTER TABLE `rejected` DISABLE KEYS */;
INSERT INTO `rejected` VALUES (1,'http://forgottencomputer.com/retro/sound/','',1,NULL),(2,'http://koshka.love/','',1,NULL),(3,'http://koshka.love/','',1,NULL),(4,'http://digdeeper.club/articles/corona.xhtml','',1,NULL),(5,'https://www.gutenberg.org/files/1695/1695-h/1695-h.htm','',1,NULL),(6,'https://www.gutenberg.org/files/1695/1695-h/1695-h.htm','admin',1,NULL),(7,'http://digdeeper.club/articles/email.xhtml','admin',1,NULL),(8,'http://digdeeper.club/articles/email.xhtml','admin',1,NULL),(9,'https://websitereview.neocities.org/','admin',1,NULL),(10,'https://websitereview.neocities.org/','admin',1,NULL),(11,'https://nmap.org/book/firewall-subversion.html','admin',1,NULL),(12,'bob.com','admin',NULL,'2023-06-01 00:15:48'),(13,'h.com','admin',NULL,'2023-06-01 00:15:48'),(14,'bobbb.com','admin',NULL,'2023-06-01 00:15:48'),(15,'bee.com','admin',NULL,'2023-06-01 00:15:48'),(16,'http://digdeeper.club/articles/liftingtheveil.xhtml','admin',1,'2023-06-01 00:21:37'),(17,'https://gigamonkeys.com/book/practical-building-a-unit-test-framework.html','admin',0,'2023-06-01 00:22:47'),(18,'fddd.com','admin',NULL,'2023-06-12 00:02:44'),(19,'fdsjfksd.com','admin',NULL,'2023-06-12 00:02:44'),(20,'fd.com','admin',NULL,'2023-06-12 00:02:44'),(21,'https://www.techtimes.com/articles/3907/20140302/www-turns-25-a-look-back-at-the-internets-early-days.htm','admin',1,'2023-06-12 01:20:16'),(22,'https://www.nytimes.com/2019/09/02/us/san-francisco-fogcam.html','admin',1,'2023-06-12 01:23:06'),(23,'https://www.imdb.com/','admin',1,'2023-06-12 01:23:33'),(24,'http://web.mit.edu/people/mkgray/net/web-growth-summary.html','admin',1,'2023-06-12 01:23:33'),(25,'https://theathletic.com/','admin',1,'2023-06-12 01:23:33'),(26,'http://bytecollector.com/wish_list.htm','admin',1,'2023-06-14 00:10:41');
/*!40000 ALTER TABLE `rejected` ENABLE KEYS */;
UNLOCK TABLES;
@ -103,7 +102,7 @@ CREATE TABLE `titlecheck` (
`url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
`title` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
@ -124,4 +123,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-06-18 23:46:37
-- Dump completed on 2023-07-05 22:32:24