PDA

View Full Version : +REP.. Needing this script.



myke
28-05-2007, 08:56 AM
The online/offline one.

Like Habbo Imager but it shows the offline/online status pip. ;)

Drompo
28-05-2007, 09:44 AM
<?php

$habbo = $_GET['name'];

$home = file_get_contents("http://habbohotel.co.uk/home/".$habbo);

if(eregi("habbo_online_anim.gif", $home)){
$status = "online";
}else{
$status = "offline";
}
echo "$habbo is <img src=\"http://images.habbohotel.co.uk/web/web-R13.2-b34/images/myhabbo/profile/habbo_$status.gif\">";
?>
Enjoy :)

myke
28-05-2007, 10:10 AM
Thanks :) +REP

Want to hide these adverts? Register an account for free!