captcha and imgur, findthatmeme, yep imagesearch

This commit is contained in:
lolcat 2023-10-16 02:30:43 -04:00
parent fa9dc4d6ef
commit 3aa0180774
26 changed files with 1710 additions and 63 deletions

View file

@ -7,6 +7,12 @@ chdir("../../");
include "lib/frontend.php";
$frontend = new frontend();
/*
Captcha
*/
include "lib/captcha_gen.php";
new captcha($frontend, false);
[$scraper, $filters] = $frontend->getscraperfilters(
"web",
isset($_GET["scraper"]) ? $_GET["scraper"] : null