A
Anonymous
Guest
ok I have made this kind of application
will post the link from where it can be download.(updating servers now)
Code:
$command="ping -c 1 $host";
exec($command,$output);
if (strstr("bytes from",$output[0])){
echo "<img src =green.gif>";
}
else
echo "<img src =red.gif>";