new database
All checks were successful
Build and push / Pulling repo on server (push) Successful in 5s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 5s
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user