loader maker

Status
Not open for further replies.

extacy

Member
Jan 6, 2011
106
2
okay i have this code so that you can have your very own loader maker *gasp*

okay here it goes:
Must be used on a apache Server , E.g . Xampp , or Your On Hosting .

Here Is the Form , Save This As form.php[/

<html>
<form method="post" action="create.php">
<b> Ip </b>
<input type="text" name="Ip"</input>
<p>
<b> Port </b>
<input type="text" name="Port"</input>
<p>
<b> Dcr </b>
<input type="text" name="Dcr"</input>
<p>
<b> Vars </b>
<input type="text" name="Var"</input>
<p>
<b> Texts </b>
<input type="text" name="Text"</input>
<p>
<input type="submit" name="CREATE"</input>
</form>
</html>

And Now For The php , Which You Will name Create.php

PHP:
<?php
$Ip = $_POST['Ip'];
$Port = $_POST['Port'];
$Dcr = $_POST['Dcr'];
$Var = $_POST['Var'];
$Text = $_POST['Text'];
?>
<p>
<b> Here Is Your Cilent ! You Can even Edit The Content On This Page !
<p>
<textarea rows="50" cols="100" wrap="physical" name="comments">
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />*
<title>UR HOTEL NAME HERE</title></head>
<body bgcolor='black' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><div align='center'>
<object
*classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,8,5,1,0' id='habbo' width='720' height='540'>
<param name='src' value='<? echo("$Dcr"); ?>>
<param name='swRemote' value='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Uchiha Hotel' swContextMenu='true' '>
<param name='swStretchStyle' value='none'>
<param name='swText' value=''>
<param name='bgColor' value='#000000'>
<param name='sw6' value='external.texts.txt='<? echo("$Text"); ?>'>
<param name='sw2' value='connection.info.host=<? echo("$Ip"); ?>;connection.info.port=<? echo("$Port"); ?>'
<param name='sw4' value='connection.mus.host=;connection.mus.port='>
<param name='sw3' value='client.reload.url='>
<param name='sw1' value='site.url=http://www.habbo.co.uk;url.prefix=http://www.habbo.co.uk'>
<param name='sw5' value='external.variables.txt='<? echo("$Var"); ?>>
<embed src='<? echo("$Dcr"); ?> 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=<? echo("$Text"); ?>'
sw2='connection.info.host=<? echo("$Ip"); ?>;connection.info.port=<? echo("$Port"); ?>'
sw4='connection.mus.host=game.habbohotel.co.uk;con nection.mus.port=30001'
sw3='client.reload.url='
sw1='site.url=http://www.habbo.co.uk;url.prefix=http://www.habbo.co.uk'
sw5='external.variables</body>.txt=<? echo("$Var"); ?>'></embed>
</object>
</div></body>
</html>
</textarea>
</form>
<br>

</p>

</div>


</body>
</html>
Credit: me for posting and 90% making
10% mace [friend] for helping
hope i helped!
please post all feed bad and ways i can improve im not a strong coder, thanks!
 

Rilax

Member
Jun 20, 2011
38
0
Nice. I would try it but seeing as there's no working v1-18 servers it's kinda pointless. Looks nice though.
 

zSaber

Member
Apr 5, 2011
230
12
Hmm pretty cool but shouldent their be a part so you can put in your url to the hotel? People might forget to edit the link to their hotel in the loader. Might work im not really into old school. But i'll try this.
 
Status
Not open for further replies.

Users who are viewing this thread

Top