PDA

View Full Version : Habbo Hotel - ONLINE/OFFLINE Image - PHP



Inicio
24-06-2007, 06:17 PM
Hi, I've been trying and have now given up to create a code for finding if a Habbo is online or offline.

I need it for personal use, if anybody could get the code or make one for me I'd be very grateful. :)

If you're not going to reply helpfully, don't reply.

- Inicio.

Drompo
24-06-2007, 06:35 PM
<?php

$habbo = $_GET['name'];

$home = file_get_contents("http://habbo.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\">";
?> Have Fun

Luckyrare
24-06-2007, 06:46 PM
I guess your working with tenatious

http://www.habboxforum.com/showthread.php?t=311193

Drompo
24-06-2007, 08:58 PM
forgot to add

When uploaded goto

filename.php?name=HABBONAME
Replace Habboname with the name of the habbo

Inicio
24-06-2007, 10:30 PM
I guess your working with tenatious

http://www.habboxforum.com/showthread.php?t=311193
Haha, yes. :) Didn't get it working, I'll have a go at it tomorrow. It was complicated what we wanted to do exactly.

Thanks all. :)

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