Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $website="https://www.tradebit.com/filesharing.php/1010-Documents-eBooks-Audio-Books-Teaching";
- for ($page=1;$page<365;$page) {
- $url = $website."/{$page}";
- echo "{$url}<br>";
- //$content = file_get_contents($url); var_dump($content);
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment