www.haboz.net/radio/ << Its a Habbo Fansite Radio...
Heres one of the codes.
EDIT:
code:
<?PHP
include 'query.php';
if($streamdata["stream"]["status"] == "0"){
echo"<meta http-equiv=\"refresh\" content=\"30\"><link rel=\"stylesheet\" href=\"style.css\"><img src=\"images/offline.gif\">";
}
else{
echo"<meta http-equiv=\"refresh\" content=\"60\"><link rel=\"stylesheet\" href=\"style2.css\"><div style=\"width:134; height:95; padding-top:30; padding-left:8; padding-right:8; padding-bottom:8; background-image:URL(images/djsays.gif);
background-repeat:no-repeat;
background-position: center center;\"><table width=134 height=92 cellpadding=0 cellspacing=0><tr><td align=center valign=center><font face=\"tahoma\" color=\"black\" size=\"1\">". $streamdata["stream"]["genre"]. "</font></td></tr></table></div>";
}
?>
Here is one of the codes :\