Page 1 of 1

Habbo Hotel AU Script

Posted: Sat May 20, 2006 7:37 am
by BigBlueGuy
Any one got the script that says how many habbos on habbo hotel au?

Url Link To Site: http://www.habbo.com.au :arrow:

Posted: Wed May 24, 2006 7:24 am
by uz
I did not understand the logic of this script

OMG

Posted: Wed May 24, 2006 8:13 am
by BigBlueGuy
Well on Habbo Hotel it is a very fun game and people like to make fansites so they get voted offical and offical ppl have those scripts lol.

Such Offical Sites Are:

http://habboparadise.com
http://habbolayouts.com

Re: Habbo Hotel AU Script

Posted: Wed Jul 05, 2006 5:48 am
by jeremy90
BigBlueGuy wrote:Any one got the script that says how many habbos on habbo hotel au?

Url Link To Site: http://www.habbo.com.au :arrow:
that is all done in flash, there is no code that could do that

Re: Habbo Hotel AU Script

Posted: Wed Jul 12, 2006 9:37 pm
by Leon
jeremy90 wrote:
BigBlueGuy wrote:Any one got the script that says how many habbos on habbo hotel au?

Url Link To Site: http://www.habbo.com.au :arrow:
that is all done in flash, there is no code that could do that
there is, most other habbo fansites use php to display the number of users on the hotel.... there were a lot of VB6 ones too! I forgot the code, it had something to do with XML :P Only thing I remember about habbo is SCRIPTING!

Posted: Thu Oct 05, 2006 8:52 am
by Chris
lol. Here's the code:

Code: Select all

<?php
$url = "http://www.habbo.com.au/"; // make this your hotel address 
$start = "<div id=\"toolbar-habbocount\">"; 
$end = " Habbos online"; 
$read = file_get_contents($url); 
$data = eregi("$start(.*)$end", $read, $output); 
print $output[1]; 
?>
It's PHP.
It also works for the US, SG and CA hotels

Posted: Mon Oct 23, 2006 9:41 am
by Bandyle
Chris wrote:lol. Here's the code:

Code: Select all

<?php
$url = "http&#58]

It's PHP.
It also works for the US, SG and CA hotels[/quote]
Whoa ur smart

i

Posted: Fri Oct 27, 2006 4:06 pm
by rwshthn
i dont know an thing about this game at all