Habbo Hotel AU Script

Any support requests regarding the scripts in the above category can be made here.
Locked
BigBlueGuy
Posts: 97
Joined: Tue Apr 18, 2006 4:18 am

Habbo Hotel AU Script

Post 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:


Best Regards
BigBlueGuy
uz
Posts: 140
Joined: Sat Dec 24, 2005 5:32 pm

Post by uz »

I did not understand the logic of this script
BigBlueGuy
Posts: 97
Joined: Tue Apr 18, 2006 4:18 am

OMG

Post 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
Best Regards
BigBlueGuy
jeremy90
Posts: 440
Joined: Mon Jun 26, 2006 3:15 pm

Re: Habbo Hotel AU Script

Post 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
Leon
Posts: 1
Joined: Thu May 11, 2006 9:08 pm

Re: Habbo Hotel AU Script

Post 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!
Chris
Posts: 23
Joined: Thu Oct 05, 2006 7:09 am

Post 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
Bandyle
Posts: 27
Joined: Mon Oct 23, 2006 9:33 am

Post 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
rwshthn
Posts: 500
Joined: Tue Sep 26, 2006 1:39 am
Contact:

i

Post by rwshthn »

i dont know an thing about this game at all
Locked