Any one got the script that says how many habbos on habbo hotel au?
Url Link To Site: http://www.habbo.com.au :arrow:
Habbo Hotel AU Script
-
- Posts: 97
- Joined: Tue Apr 18, 2006 4:18 am
-
- Posts: 97
- Joined: Tue Apr 18, 2006 4:18 am
OMG
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
Such Offical Sites Are:
http://habboparadise.com
http://habbolayouts.com
Best Regards
BigBlueGuy
BigBlueGuy
Re: Habbo Hotel AU Script
that is all done in flash, there is no code that could do thatBigBlueGuy 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:
Re: Habbo Hotel AU Script
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!jeremy90 wrote:that is all done in flash, there is no code that could do thatBigBlueGuy 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:
lol. Here's the code:
It's PHP.
It also works for the US, SG and CA hotels
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 also works for the US, SG and CA hotels
Chris wrote:lol. Here's the code:
Code: Select all
<?php $url = "http:] It's PHP. It also works for the US, SG and CA hotels[/quote] Whoa ur smart
i
i dont know an thing about this game at all