[Loader] [RELEASE] Shorterned Loader

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 22, 2007
Messages
14
Reaction score
0
Well, I have used W3C validation on the Habbo loader and it failed because the <embed> tag is not a valid HTML .

So, I used this tuto that W3C gave (for flash but diff for dirctor)

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Wabble Hotel</title>
<style type="text/css">
body 
{
background-color: black;
margin: 0px 0px 0px 0px
}
</style>
</head>
<body>
<div style="text-align: center;">
        <object type='application/x-director' id='habbo' data="http://images.habbohotel.co.uk/dcr/release13.2_b8/habbo.dcr" width='720' height='540'>
          <param name='src' value='http://images.habbohotel.co.uk/dcr/release13.2_b8/habbo.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=http://freewebs.com/easy-register/texts.txt'>
          <param name='sw2' value='connection.info.host=IPHERE;connection.info.port=PORT'>
          <param name='sw4' value='connection.mus.host=game.habbohotel.co.uk;connection.mus.port=30001'>
          <param name='sw3' value='client.reload.url=hotel.htm'>
          <param name='sw1' value='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'>
          <param name='sw5' value='external.variables.txt=http://freewebs.com/easy-register/vars.txt'>
        </object>
    </div>
<div style="text-align: center;">ANY TOPSITE RAITING BUTTONS
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88" border="0"></a></div>
</body>
</html>

Replace IPHERE with your ip

Keep the Valid HTML 4.01 Transitional button there, it will show that the format is correct.

And best of all, it has been shortened (WORKS FOR FF/N for CODERS).:blow:
 
Last edited:
Re: [RELEASE] Shorterned Loader

Even shorter, this is the one I recommend.
PHP:
<html><head><title>Hobo Hotel</title></head>
<body>
<embed src="URL_OF_HABBO.DCR" bgColor="#000000" width="720" height="540"
 swRemote="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swTitle='Hobo Hotel' swContextMenu='true'" swStretchStyle="none" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"
 sw6="external.texts.txt=URL_OF_EXTTXTS"
 sw2="connection.info.host=IP_OR_HOSTNAME_OF_SERVER;connection.info.port=PORT_OF_SERVER"  
 sw4="connection.mus.host=game.habbohotel.co.uk;connection.mus.port=38100"  
 sw3="client.reload.url=URL_OF_CLIENT_PAGE"
 sw1="site.url=URL_OF_SITE;url.prefix=URL_OF_SITE"
 sw5="external.variables.txt=URL_OF_EXTVARS" ></embed>
</body>
</html>
...and explain why the above works, if you say <embed> is invalid (test it yourself if you don't believe me).
 
Re: [RELEASE] Shorterned Loader

Is invalid try putting embed in this webpage validator.w3c.org.

Tried

Result: Failed validation, 17 errors
File: upload://Form Submission
Encoding: utf-8
Doctype: (no Doctype found)
 
Re: [RELEASE] Shorterned Loader

Even shorter, this is the one I recommend.
PHP:
<html><head><title>Hobo Hotel</title></head>
<body>
<embed src="URL_OF_HABBO.DCR" bgColor="#000000" width="720" height="540"
 swRemote="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swTitle='Hobo Hotel' swContextMenu='true'" swStretchStyle="none" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"
 sw6="external.texts.txt=URL_OF_EXTTXTS"
 sw2="connection.info.host=IP_OR_HOSTNAME_OF_SERVER;connection.info.port=PORT_OF_SERVER"  
 sw4="connection.mus.host=game.habbohotel.co.uk;connection.mus.port=38100"  
 sw3="client.reload.url=URL_OF_CLIENT_PAGE"
 sw1="site.url=URL_OF_SITE;url.prefix=URL_OF_SITE"
 sw5="external.variables.txt=URL_OF_EXTVARS" ></embed>
</body>
</html>

Can someone fill in were to put the stuff, im a bit new to the loaders
 
Re: [RELEASE] Shorterned Loader

Even shorter, this is the one I recommend.
PHP:
<html><head><title>Hobo Hotel</title></head>
<body>
<embed src="URL_OF_HABBO.DCR" bgColor="#000000" width="720" height="540"
 swRemote="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swTitle='Hobo Hotel' swContextMenu='true'" swStretchStyle="none" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"
 sw6="external.texts.txt=URL_OF_EXTTXTS"
 sw2="connection.info.host=IP_OR_HOSTNAME_OF_SERVER;connection.info.port=PORT_OF_SERVER"  
 sw4="connection.mus.host=game.habbohotel.co.uk;connection.mus.port=38100"  
 sw3="client.reload.url=URL_OF_CLIENT_PAGE"
 sw1="site.url=URL_OF_SITE;url.prefix=URL_OF_SITE"
 sw5="external.variables.txt=URL_OF_EXTVARS" ></embed>
</body>
</html>
Can someone fill in were to put the stuff, im a bit new to the loaders
lol it reads in there. ex.
IP_OR_HOSTNAME_OF_SERVER
fill in that your ip and port is normally 90 or 1232
 
Re: [RELEASE] Shorterned Loader

username1, lol it will even screw you up and call you an improper coder. I suggest that W3C is very highly hard to get and a WYSIWYG editor that can do this is NVU.
 
Re: [RELEASE] Shorterned Loader

This is SHORT and it WORKS.
Code:
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<title>Bobba Loader</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='http://images.habbohotel.co.uk/dcr/release13.2_b8/habbo.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=EXTERNAL_TEXTS_ADDRESS'>
	      <param name='sw2' value='connection.info.host=IP_ADDRESS;connection.info.port=PORT
	      <param name='sw4' value='connection.mus.host=game.habbohotel.co.uk;connection.mus.port=30001'>
	      <param name='sw3' value='client.reload.url='>
	      <param name='sw1' value='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'>
	      <param name='sw5' value='external.variables.txt=VARIABLES_ADDRESS'>
	      <embed src='http://images.habbohotel.co.uk/dcr/release13.2_b8/habbo.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=EXTERNAL_TEXTS'
	sw2='connection.info.host=IP_ADDRESS;connection.info.port=PORT'
	sw4='connection.mus.host=game.habbohotel.co.uk;connection.mus.port=30001'
	sw3='client.reload.url='
	sw1='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.co.uk'
	sw5='external.variables.txt=VARIABLES_ADDRESS'></embed>
	    </object>

	</div></body>

</html>
 
This is no a short loader, + the one Username1 posted does not work.

why are you bringing back 2-3 month old threads, 4 threads in a row. they might not work, being the DCR's are dead, being there months old. As Nillius said 'let the thread die'
please
 
Pixel's post was nothing but a worthless bump.
Anyhoo, shorter loader? Is that suppose to be a joke or something?
 
Status
Not open for further replies.
Back