Php implements ping .? Phpcreatedbyjoelumbrososeesomeothergoodphp3scriptsgotowww. dtheatre. comscriptsechofontcolorredblinkbpingbblinkfontbr; $ to_pingdthea // See some other good php3 scripts
// Goto http://www.dtheatre.com/scripts echo"
Pinging
";
$ To_ping = "dtheatre.com ";
$ Count = 3;
$ Psize = 65;
Echo "Please be patient, this can take a few moments... \ n
";
Flush (); while (1 ){
?>
exec("ping -c $count -s $psize $to_ping", $list);
for ($i=0;$i < count($list);$i++) {
print $list[$i]."\n";
}
?>
Flush ();
Sleep (3 );
}
?> (Source: Viphot)
Http://www.bkjia.com/PHPjc/314157.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/314157.htmlTechArticle? Php // created by joe lumbroso // see some other good php3 scripts // goto http://www.dtheatre.com/scripts echo "font color = \" red \ "blinkbPinging/B/blink/fontbr "; $ to_ping = "dthea...