Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
ping www.site.com
Reply from XX.XX.XX.XX: bytes=XX time=XXms TTL=XX
Ping request cannot find the host www.site.com.
<?
$host="85.11.151.192";
$port="80";
//
$sock = @fsockopen($host, $port, $errno, $errstr, 100);
if ($sock)
{
//
fclose($sock);
//
header("Location: http://" . $host . "/");
}
else {
echo "<font size = '100pt'>The Page is offline</font>";
}
?>
E вече са го дали...fena каза:Може еи сега да го изровя и ще го дам