<img src="http://opi.yahoo.com/online?u=test&t=5" alt=""/>
Để hạn chế tình trạng trên xảy ra bạn có thể dùng làm như sau:
1. Tạo 1 file yahooemo.php, nội dung:
PHP Code:
<?php
/*
* Author: *****
*/
header("Content-Type: image/gif");
if(isset($_GET["id"]))
{$ID=$_GET["id"];
if(count(explode("is ONLINE",@file_get_contents("http://opi.yahoo.com/online?m&u=$ID")." "))>1)
{
echo file_get_contents("online.gif");
}
else
{
echo file_get_contents("offline.gif");
}
}
else
{
echo file_get_contents("offline.gif");
}
?>
3. Embed vào web như sau:
<img src="{Path}yahooemo.php?id=test" alt=""/>
demo : http://viemanhselamtatca.com/yahoo.php
0 nhận xét:
Đăng nhận xét