Carl i suggest making a thread with every hotel script it will get stickied ;)
Printable View
Carl i suggest making a thread with every hotel script it will get stickied ;)
Habbo AU
Habbo SGPHP Code:<?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];
?>
Habbo CAPHP Code:<?php
$url = "http://www.habbo.sg/"; // 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];
?>
Habbo USPHP Code:<?php
$url = "http://www.habbo.ca/"; // 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];
?>
PHP Code:<?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];
?>
Nearly every hotel (Except two, japan and sweden)
http://webshakes.com/Ryan/hotel.php
or
http://www.webshakes.com/Ryan/hotel.php
or
http://www.speed-networks.org/~webshake/Ryan/hotel.php
Webshakes works for me, just not anyone else..
Edit: Some dont work :(