Hello, Is there a script witch just shows a image if the habbo is online off offline like on habbo homes.. +rep to any help!!
Hello, Is there a script witch just shows a image if the habbo is online off offline like on habbo homes.. +rep to any help!!
Here's a basic one i just knocked upJust addPHP Code:<?php
// Data Retrieval Start
$habbo = $_GET['name'];
$hotel = $_GET['hotel'];
$home = file_get_contents("http://habbo.co.uk/home/".$habbo);
if(eregi("habbo_online_anim.gif", $home)){
$status = "online_anim";
}else{
$status = "offline";
}
echo "$habbo is <img src=\"http://images.habbohotel.co.uk/web/web-5.0.17/images/myhabbo/profile/habbo_$status.gif\">";
?>
?name=USERNAME
to your address to make it work
Want to hide these adverts? Register an account for free!