this is quit useless ehh?
This is a discussion on Habbo Topsite Loader Maker within the Habbo Releases forums, part of the Habbo Hotel category; Hiya peeps. I've seen alot of habbo topsites lately, which is using a topsite script created by aardvarktopsitesphp.com, it is ...

Hiya peeps. I've seen alot of habbo topsites lately, which is using a topsite script created by aardvarktopsitesphp.com, it is pretty simple to design your own style, to install it, manage etc. (The same topsite thehabbos, habboretros, etc topsites uses).
Yeah, back to topic-
So some of them doesn't got a Loader Maker,
And people still likes v18 retros,
So this is a little release of a loader maker
people could use if they wan't to.
Create a folder or whatever, a new page in aardvarktopsites or whatever, then create a file called: "index.php" (NOTE: MUST BE SAVED AS .PHP) or whatever you like it to be called. Then paste this PHP Code:
Now make another file called:PHP Code:<html>
<head>
<title>Whatever.</title>
</head>
<body>
<form action="createloader.php" method="post">
Hotel Name: <input type="text" name="hotelname" value="Retro Hotel" /><br>
IP Address: <input type="int" name="ip" value="<?php echo $_SERVER['REMOTE_ADDR']; ?>" /><br>
Port: <input type="int" name="port" value="1232" /><br>
DCR: <input type="text" name="dcr" /><br>
Variables: <input type="text" name="vars" /><br>
Texts: <input type="text" name="texts" /><br>
Client URL: <input type="text" name="url" value="http://" /><br>
<input type="submit" />
</form>
</body>
</html>
"createloader.php" with this PHP Code:
PHP Code:<html>
<head>
<title>WHATEVER :D.</title>
</head>
<body>
<textarea>
<object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0' id='habbo' width='720' height='540'>
<param name='src' value='<?php echo $_POST["dcr"]; ?>'>
<param name='swRemote' value='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' '>
<param name='swStretchStyle' value='none'>
<param name='swText' value=''>
<param name='bgColor' value='#000000'>
<param name='sw6' value='external.texts.txt=<?php echo $_POST["texts"]; ?>'>
<param name='sw2' value='connection.info.host=ipadd;connection.info.port=<?php echo $_POST["port"]; ?>'>
<param name='sw4' value='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001'>
<param name='sw3' value='client.reload.url=<?php echo $_POST["url"]; ?>'>
<param name='sw1' value='site.url=http://www.habbohotel.nl;url.prefix=http://www.habbohotel.nl'>
<param name='sw5' value='external.variables.txt=<?php echo $_POST["vars"]; ?>'>
<embed src='dcrpath' bgColor='#000000' width='720' height='540' swRemote='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'' swStretchStyle='none' swText='' type='application/x-director' pluginspage='http://www.macromedia.com/shockwave/download/' sw6='external.texts.txt=<?php echo $_POST["texts"]; ?>' sw2='connection.info.host=ipadd;connection.info.port=<?php echo $_POST["port"]; ?>' sw4='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001' sw3='client.reload.url=<?php echo $_POST["url"]; ?>' sw1='site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk' sw5='external.variables.txt=<?php echo $_POST["vars"]; ?>'>
</embed>
</object>
</textarea>
</body>
</html>
That is it lol.
Mk, peace out.
this is quit useless ehh?
No one uses old school now [Except for newbies]
But this would be good if you wanted to create a service
[my username doesnt tell all I own a r63 retro.]
This could be useful for some people, Thank you.