• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

PHP Habbo Loader

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
32
Reaction score
0
I made a loader for habbo the loader.php code looks like this:
PHP:
<?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:
<?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:
View attachment Habbo PHP Loader.zip

It contains:
code.php, config.php, footer.php, header.php, loader.php, readme.txt

Credits to me :D
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 5, 2009
Messages
42
Reaction score
0
This looks great. it will help a lot of newbies because its so easy to see where everything goes :)
 
Newbie Spellweaver
Joined
Feb 18, 2007
Messages
32
Reaction score
0
at the html loaders its very annoying to search all the text places etc. so I made this
 
Old Habbo Developer
Loyal Member
Joined
Jan 12, 2009
Messages
484
Reaction score
142
Not fully coded..
 
Old Habbo Developer
Loyal Member
Joined
Jan 12, 2009
Messages
484
Reaction score
142
You forgot <?php echo $ip; ?> and etc.
 
Newbie Spellweaver
Joined
Feb 5, 2009
Messages
42
Reaction score
0
why do I see that thing below the loader itself o_O
 
duck You
Loyal Member
Joined
Jun 27, 2007
Messages
2,935
Reaction score
233
Hasnt CJ already made one anyways?
 
Status
Not open for further replies.
Back
Top