scan last
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
This commit is contained in:
parent
b9a628bee6
commit
10233f019e
@ -36,11 +36,13 @@ echo "[i] Found $last_page pages\n";
|
|||||||
//create an array with all pages
|
//create an array with all pages
|
||||||
$pages = range(1,65);
|
$pages = range(1,65);
|
||||||
|
|
||||||
foreach($pages as $page)
|
// foreach($pages as $page)
|
||||||
{
|
// {
|
||||||
echo "[i] Crawling page $page\n";
|
// echo "[i] Crawling page $page\n";
|
||||||
scanPage($page);
|
// scanPage($page);
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
scanPage(1);
|
||||||
|
|
||||||
function scanPage($key,$usecache=true)
|
function scanPage($key,$usecache=true)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user