Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash12345 committed Dec 7, 2017
1 parent 48d9406 commit c1c2f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$text = str_replace(',', '', $numberforloop);
$loop = $text/20;

for($PageLoop = 7205; $PageLoop < $loop; $PageLoop++)
for($PageLoop = 8595; $PageLoop < $loop; $PageLoop++)
{

$FinalURL = 'http://202.61.43.40:8080/index.php?r=site%2Fsearchbyfir&page='.$PageLoop;
Expand Down

0 comments on commit c1c2f99

Please sign in to comment.