YM STATUS, pake gambar sendiri

Kalo biasa nya kita lihat status² id ym orang seperti ini atau . Sekarang kita buat gambar sendiri aja. misal . Here is the script. Enjoy :)

<?
/*********************************
*     POWERED BY BATAMHACKER     *
*       License : GNU GPL        *
*********************************/
if (isset ($_GET[id]))
{
$id=$_GET[id];
$data = implode('', file("http://opi.yahoo.com/online?u=$id&m=a&t=1"));
if($data=="00")
    {  header('Content-Type: image/gif');
       include "off.gif";
    }

if($data=="01")
    {
       header('Content-Type: image/gif');
       include "on.gif";}
    }
?>

Contoh : http://webhosting.i2.co.id/dian/ym.php?id=[id-YM]

agus

0 Responses to "YM STATUS, pake gambar sendiri"

Post a Comment