Guest User

Untitled

a guest
Nov 14th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. $website="https://www.tradebit.com/filesharing.php/1010-Documents-eBooks-Audio-Books-Teaching";
  3. for ($page=1;$page<365;$page) {
  4. $url = $website."/{$page}";
  5. echo "{$url}<br>";
  6. //$content = file_get_contents($url); var_dump($content);
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment