'; $end = ' Habbos no Hotel'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $BR = $output[1]; echo "
"; $url = "http://www.habbo.dk/articles/"; $start = '
'; $end = '
'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $output = str_replace('Der er 15 Habboer online', 'Closed', $output); $output = str_replace(' Online på Habbo', '', $output); $DK = $output[1]; echo " "; $url = "http://www.habbo.fi/articles/"; $start = '
'; $end = '
'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $output = str_replace('15 vierasta', 'Closed', $output); $output = str_replace(' vierasta', '', $output); $FI = $output[1]; echo " "; $url = "http://www.habbo.fr/articles/"; $start = '
'; $end = ' Habbos connectés'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $FR = $output[1]; echo "
"; $url = "http://www.habbo.de/articles/"; $start = '
'; $end = ' Mitglieder online'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $DE = $output[1]; echo "
"; $url = "http://www.habbo.it/articles/"; $start = '
'; $end = '
'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $output = str_replace('15 Habbo online', 'Closed', $output); $output = str_replace(' Habbo in Hotel', '', $output); $IT = $output[1]; echo " "; $url = "http://www.habbo.nl/articles/"; $start = '
'; $end = '
'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $output = str_replace(' Habbo\'s in het hotel', '', $output); $output = str_replace('Er is een aantal Habbo\'s online', 'Closed', $output); $NL = $output[1]; echo " "; $url = "http://www.habbo.no/articles/"; $start = '
'; $end = '
'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $output = str_replace('Det er 15 Habboer Online', 'Closed', $output); $output = str_replace(' Habboer er online', '', $output); $NO = $output[1]; echo " "; $url = "http://www.habbo.es/articles/"; $start = '
'; $end = ' Habbos conectados'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $ES = $output[1]; echo "
"; $url = "http://www.habbo.se/articles/"; $start = '
'; $end = '
'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $output = str_replace('Det är 15 Habbor Online', 'Closed', $output); $output = str_replace(' Habbor online nu', '', $output); $SE = $output[1]; echo " "; $url = "http://www.habbo.com/articles/"; $start = '
'; $end = ' members online'; $read = file_get_contents($url); $data = eregi("$start(.*)$end", $read, $output); $output = str_replace(',', '', $output); $US = $output[1]; echo "
"; $total = $BR + $DK + $FI + $FR + $DE + $IT + $NL + $NO + $ES + $SE + $US; echo " "; ?>
Brazil: $BR
Denmark: $DK
Finland: $FI
France: $FR
Germany: $DE
Italy: $IT
Netherlands: $NL
Norway: $NO
Spain: $ES
Sweden: $SE
‘.COM’: $US
Total: $total