new database
All checks were successful
Build and push / Pulling repo on server (push) Successful in 5s

This commit is contained in:
2023-11-27 09:16:12 +01:00
parent 9b4d159615
commit ffb8e552d2
3 changed files with 6 additions and 3 deletions

View File

@ -36,8 +36,11 @@ echo "[i] Found $last_page pages\n";
//create an array with all pages
$pages = range(1,65);
scanPage(1,false);
foreach($pages as $page)
{
echo "[i] Crawling page $page\n";
scanPage($page);
}
function scanPage($key,$usecache=true)
{