Guest User

Untitled

a guest
Oct 2nd, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2.  
  3. if (isset($_GET["test"])) {
  4.  
  5. $output= "";
  6.  
  7. for ($i=0;$i<10;$i++) {
  8.  
  9. $output.= rand(0,99999999) . "<br />";
  10.  
  11. }
  12.  
  13. echo $output;
  14.  
  15. exit();
  16.  
  17. }
  18.  
  19. ?>
  20. <iframe src="PUT_THE_SAME_NAME_OF_THIS_FILE_HERE.php?test&953487"></iframe>
  21. <iframe src="PUT_THE_SAME_NAME_OF_THIS_FILE_HERE.php?test&234322"></iframe>
Advertisement
Add Comment
Please, Sign In to add comment