A hardly complete collection of Habbo characters from homepage, quests etc. Some taller images & celebreties below.
$handle = opendir(dirname(realpath(__FILE__)).'/characters/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Grouped characters/wide images
$handle = opendir(dirname(realpath(__FILE__)).'/characters/groups/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Some celebreties, international, that visited Habbo.
$handle = opendir(dirname(realpath(__FILE__)).'/characters/celeb/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
include("menu.php"); ?>