I made a loader for habbo the loader.php code looks like this:
PHP Code:
<?php include 'header.php';
include 'config.php';
include 'code.php'; ?>
You only have to fill in your config.php
That code looks like this:
PHP Code:
<?php
$name = ""; // Fill in your hotel name
$external_texts = ""; // Fill in the link of your external texts
$external_vars = ""; // Fill in the link of your external variables
$dcr = ""; // Fill in the link of your dcr's
$ip = ""; // Fill in your IP
$port = ""; // Fill in your server port
$site = ""; // Fill in your hotel url
$loader = ""; // Fill in your loader url
?>
Download:
Habbo PHP Loader.zip
It contains:
code.php, config.php, footer.php, header.php, loader.php, readme.txt
Credits to me :D