Habbo Hotel AU Script
Posted: Sat May 20, 2006 7:37 am
Any one got the script that says how many habbos on habbo hotel au?
Url Link To Site: http://www.habbo.com.au :arrow:
Url Link To Site: http://www.habbo.com.au :arrow:
Premium hosting with SSD VPS, cPanel/WHM hosting and dedicated servers support and discussion forums. Get help from co-webmasters and professionals!
https://smokyhosts.com/forums/
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:
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:
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];
?>
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