Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
, ý bạn nói cái image đó hả?http://opi.yahoo.com/online?u=<Y!id>
hoặc mếu ::(http://opium2.msg.dcn.yahoo.com/online?u=<Y!id>&m=a
hay offline<Y!id> is ONLINE
$handle = fopen("http://opium2.msg.dcn.yahoo.com/online?u=<Y!id>&m=a","rb");
$contents = '';
while (!feof($handle)) {
$contents .= fread($handle, 100);
}
fclose($handle);
if (strpos($contents,"OFFLINE") == false)
{
echo '<img src="path/to/image/online" />';
}else{
echo '<img src="path/to/image/offline" />';
}