shor7cut

dump gojek referral

Sep 1st, 2015
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. $x=1;
  4. for ($i=0; $i <$x; $i++) {
  5. $get = file_get_contents("http://indonesiagalau.com/gojekreferral.php");
  6. $dat = str_replace("Gojek referrer ", "\r\n", $get);
  7. $data = strip_tags($dat)."\r\n";
  8. echo $data;
  9. $fp = fopen("dump_gojek.txt", 'a+');
  10.         fwrite($fp, $data);
  11.         fclose($fp);
  12. $x++;
  13. flush();
  14.     ob_flush();
  15.     sleep(1);
  16. }
  17.  
  18.  
  19. ?>
Add Comment
Please, Sign In to add comment