[REL] Habbo Loader/Logout

Status
Not open for further replies.
Junior Spellweaver
Joined
Jul 11, 2007
Messages
178
Reaction score
0
This loader makes it so you can logout, and when you press logout it directs you to a logout page where it can link to your home page or back to the loader. This is NOT just a source copy, i deleted some unnecessary stuff, and made it so you can customize it a little bit.

Loader:
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>HOTEL NAME</title>

<link href="http://images.habbohotel.ca/web/web-R14.1-b22/styles/style.css" type="text/css" rel="stylesheet"/>

<script language="JavaScript" type="text/javascript">
var habboClient = true;
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbohotel.ca/web/web-R14.1-b22";
document.habboLoggedIn = true;
</script>

<script language="JavaScript" type="text/javascript" src="http://images.habbohotel.ca/web/web-R14.1-b22/js/prototype.js"></script>

<script language="JavaScript" type="text/javascript" src="http://images.habbohotel.ca/web/web-R14.1-b22/js/effects.js"></script>

<script src="http://images.habbohotel.ca/web/web-R14.1-b22/js/habbo.js" language="JavaScript" type="text/javascript"></script>
<script type="text/javascript" language="javascript">
window.onload = resizeWin;
window.onerror = function() { return true; };
window.onunload = clearOpener;
ensureOpenerIsLoggedIn();
addClientUnloadHook();
Event.observe(document, "keypress", function(e) { if (e.keyCode == Event.KEY_BACKSPACE) { Event.stop(e); } });
</script>

<!--[if IE]>
<link href="http://images.habbohotel.ca/web/web-R14.1-b22/styles/ie-all.css" type="text/css" rel="stylesheet" />
<![endif]-->
<!--[if lt IE 7]>
<link href="http://images.habbohotel.ca/web/web-R14.1-b22/styles/ie6.css" type="text/css" rel="stylesheet" />
<![endif]-->

<link href="/styles/style_custom_ca.css" type="text/css" rel="stylesheet"/>
<script language="JavaScript" type="text/javascript" src="/js/custom_ca.js"></script>

<meta name="build" content="R14-b22 - 20070807104731 - ca" />
</head>

<body id="client">

<div id="client-topbar" style="display:none">
<div class="logo"><img src="PUT PICTURE HERE" alt="" align="middle"/></div>
<div class="habbocount"><div id="habboCountUpdateTarget">
TYPE STUFF HERE
</div>

</div>
<div class="logout"><a href="PUT LOGOUT PAGE URL HERE">logout</a></div>
</div>

</script>

<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.nl/dcr/release13.2_b14b/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=PUT EXTERNAL TEXTS HERE'>
<param name='sw2' value='connection.info.host=IP HERE;connection.info.port=PORT'
<param name='sw4' value='connection.mus.host=game.habbohotel.co.uk;c onnection.mus.port=30001'>
<param name='sw3' value='client.reload.url=http://www.freewebs.com/hotelbeach/TestLoader.html'>
<param name='sw1' value='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'>
<param name='sw5' value='external.variables.txt=PUT EXTERNAL VARIABLES HERE'>
<embed src='http://images.habbohotel.nl/dcr/release13.2_b14b/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=PUT EXTERNAL TEXTS HERE'
sw2='connection.info.host=IP HERE;connection.info.port=PORT'
sw4='connection.mus.host=game.habbohotel.co.uk;con nection.mus.port=30001'
sw3='client.reload.url=http://www.freewebs.com/hotelbeach/TestLoader.html'
sw1='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.co.uk'
sw5='external.variables.txt=PUT EXTERNAL VARIABLES HERE'></embed>
</object>
</div></body>

</html>
RED: The red stuff you have to fill in. The bottom of this loader is from Debbo v3.5 so if you are using anything else just copy and paste it under </script> and should work fine. Sorry for not putting variables and texts just get it from Debbo v3.5.

GREEN: Instead it saying
Infumous - [REL] Habbo Loader/Logout - RaGEZONE Forums
At the top left of the loader you can put your site name in habbo fonts. All you got to do is make it into a picture and put it where it's green. NOTE: the height has to be 19 or it will mess up the the grey part, And a course has to be transparent.


Logout Page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>HOTEL NAME - Logged Out</title>
<link href="http://images.habbohotel.co.uk/web/web-R14.1-b21/styles/style.css" type="text/css" rel="stylesheet"/>
<link href="http://images.habbohotel.co.uk/web/web-R14.1-b21/styles/boxes.css" type="text/css" rel="stylesheet"/>
<link href="http://images.habbohotel.co.uk/web/web-R14.1-b21/styles/process.css" type="text/css" rel="stylesheet"/>

<!--[if IE]>
<link href="http://images.habbohotel.co.uk/web/web-R14.1-b21/styles/ie-all.css" type="text/css" rel="stylesheet" />
<![endif]-->
<!--[if lt IE 7]>
<link href="http://images.habbohotel.co.uk/web/web-R14.1-b21/styles/ie6.css" type="text/css" rel="stylesheet" />
<![endif]-->
<link href="/styles/style_custom_uk.css" type="text/css" rel="stylesheet"/>
<script language="JavaScript" type="text/javascript" src="/js/custom_uk.js"></script>

<div id="process-wrapper">
<div id="process-header"><div id="process-header-body"><div id="process-header-content">
<div id="habbologo"><a href="/"></a></div>

</div></div></div>
<div id="outer"><div id="outer-content">
<div class="processbox">
<div class="headline"><div class="headline-content"><div class="headline-wrapper">
<h2>TYPE STUFF HERE</h2>
</div></div></div>
<div class="content-top">
<div class="content">

<img vspace="0" hspace="0" border="0" align="right" src="http://images.habbohotel.co.uk/c_images/album209/frank_waving_dbl.gif" / alt="">
You have logged out of the hotel succesfully.<br /><br />Goodbye, and we hope to see you come back soon!<br /><br />
<a href="INDEX URL" target="_self">Home</a><br /><br /><a target="_self" href="LOADER URL">Sign In</a><br /><br /><br />
<div class="clear"></div>
</div>
</div>
<div class="content-bottom"><div class="content-bottom-content"></div></div>
</div>
<div id="footer">
<div id="footer-top"><div id="footer-content">© </a> </div></div>

<div id="footer-bottom"><div id="footer-bottom-content"></div></div>
</div>

</div></div>
<div id="outer-bottom"><div id="outer-bottom-content"></div></div>
</div>
<div id="tracker"><!-- START Nielsen//NetRatings SiteCensus V5.1 -->
<!-- COPYRIGHT 2005 Nielsen//NetRatings -->
<script language="JavaScript" type="text/javascript">
<!--
<!-- --><script type="text/javascript" src="/i.js"></script><script type="text/javascript">if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="freewebs.com";urchinTracker();}</script></body>
</html>
RED: Red stuff you should edit, like both URL's so they can link to your homepage and loader but you don't have to.

GREEN: Text you can change so logout page can some say something different.

These are steps for people that use freewebs and don't know how to put loader and logout page on their site.
1) In order for these to work you must downgrade your freewebs account to ''HTML Mode only'' by going to ''My Account'' then scroll down till you see ''Downgrade My Account to HTML ONLY mode''
2) You have to make 3 pages, index.html, loader.html, and logout.html. (you don't need index.html but it's just for future references when you want a homepage)
3) Copy the loader on this page to your loader.html, And copy the logout on this page to your logout.html.
4) Change URL in logout.html to the URL of your index.html and Loader.html and your done!

Screenshots:

Loader
Infumous - [REL] Habbo Loader/Logout - RaGEZONE Forums


Logout:

Infumous - [REL] Habbo Loader/Logout - RaGEZONE Forums



I have not copied this from any other thread, and do no know if someone has made this already. I have checked releases already and have not seen any.

 
Gr8 Work
Looks nice
But im to lazy to try it for now
WHen I feel energized, ill try it!
And btw, i STRONGLY recomend that you add the external texts, etc.
Cauz a lot of people dont know how to do that stuff!
 
I dont get the Put picture here bit
do you upload on like imageshack or something? and put in there?

all you have to is make the picture, then where it says put picture here, type the name of the picture. I recommend one of those sites that have habbo text generators. Also you probably have to upload it to your site, or put the it in where your loader is.
 
Status
Not open for further replies.
Back