Here are my tips:
1) Never ask for Help on how to make a CMS
2) Check out the Manual on PHP.net
3) Always test stuff out before asking on how to do something.
<?php
# This script was provided by Danny Bisby. (Bubbo)
# Which hotel are you getting the images from?
$supa['hotel_images'] = "nl";
# < Script starts >
$url = "http://habbo." . $supa['hotel_images'] . "/habbo-imaging/avatarimage?" . http_build_query($_GET)...