PDA

View Full Version : I need 3 habbo codes :)



Bob3k
10-09-2007, 01:24 PM
I need a habbo online users onlne code should work in habbohotel.dk
I need a habbo staff code that shows staff if they is online or off.
I need a code that shows if a user on habbo is online
like i set the code to search for user Bob3k its will tell if user bob3k is online or offline.

Hope you help
Thanks.

Bob3k
10-09-2007, 02:28 PM
anyone ?

Edited by Mattps22004 (Forum Moderator): Please do not double post.

Decode
10-09-2007, 02:40 PM
K, this is the amount of habbos online code;


<?php
$page = file_get_contents("http://www.habbohotel.dk");
$start = explode('<td id="topbar-count">', $page, 2);
$end = explode(' Habbos online</td>', $start[1], 2);
$online = trim($end[0]);
echo "$online Habbos online!";
?>

For the habbo staff code use this;


<?php
$page = file_get_contents("http://www.habbohotel.dk/home/ENTER STAFF NAME HERE!");
$start = explode('</div><br class="clear" />', $page, 2);
$end = explode('<div class="birthday text">', $start[1], 2);
$onlineofline = trim($end[0]);
echo "[INSERT HABBO NAME HERE!] is $onlineofline";
?>

You will have to repeat this code for all the staff, for the last code just repeat the 2nd one but with a normal habbos homepage. The codes need php to work and they will use up quite alot of bandwidth.

:)

Bob3k
10-09-2007, 03:07 PM
Okay Habbo users online works
But..
look how its looks
http://habbohome.dk/online.php

And that staff online..

Dosent work its just says like Radar is
Its dosent say if he is online or offline :S

Bob3k
10-09-2007, 04:28 PM
some1 ?

Edited by Mattps22004 (Forum Moderator): Please do not double post.

Decode
10-09-2007, 06:12 PM
<?php
$page = file_get_contents('http://www.habbohotel.dk/');
eregi('<div id="toolbar-habbocount">(.*) Habbos online</div>', $page, $result);
echo ("$result[1] Habbos Online");
?>

Bob3k
11-09-2007, 01:38 PM
Dosent work its just says

Habbos Online

Bob3k
11-09-2007, 07:48 PM
some1?

Edited by ActiveVision (Forum Moderator) : Please do not double post.

Eccentric
11-09-2007, 07:50 PM
stop over posting :@!

Puma
11-09-2007, 11:07 PM
his new he dnt no **** ;]

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