放两张不同颜色的图片,
if ($ping_ok())
{
  echo '<img src=red.jpg>';
}
else
{
  echo '<img src=green.jsp';
}