
Originally Posted by
Pawi21
How do you get to the hotel with v26? without having to use a cms?the following errors occur to me.
1.- download the dcr v26 that you published at:
http://forum.ragezone.com/f353/rel-v...go-1160278/and I see that the width of the loader is not that of that version.
2.- I can not create a Habbo because I do not see any button in the loader to create my own user.
3.- By entering any name and password it stays in Connecting ... forever
4.- Import the table of users of kepler v14 to kepler v26 enter the data to enter and in the same way it stays in Connecting ...The server and the loader are connected.Help. I want to try the v26.
Server:
I thought that if I went back to using my old v14 edited dcr (although the loader is still v14 in my dcr) I could create a character. but there was no case.

Your v26 loader is incorrect, but the dcrs supplied in the thread are correct v26 dcrs, use this and enter with client.php?sso=SSOHERE
Version 26 does not have in-game login or character creation.
PHP Code:
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<title>Habbo Hotel:</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,0,0,0" id="Theme" width="960" height="540">
<param name="src" value="http://localhost/v26/habbo.dcr?">
<param name="swRemote" value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Themehotel' swContextMenu='true' ">
<param name="swStretchStyle" value="stage">
<param name="swText" value="">
<param name="bgColor" value="#000000">
<param name="sw6" value="client.connection.failed.url=http://localhost/clientutils.php?key=connection_failed;external.variables.txt=http://localhost/v26/gamedata/external_variables.txt?">
<param name="sw9" value="account_id=1">
<param name="sw8" value="use.sso.ticket=1;sso.ticket=<?php echo $_GET['sso']; ?>">
<param name="sw2" value="connection.info.host=localhost;connection.info.port=12321">
<param name="sw4" value="site.url=https://classichabbo.com;url.prefix=https://classichabbo.com">
<param name="sw3" value="connection.mus.host=localhost;connection.mus.port=12322">
<param name="sw1" value="client.allow.cross.domain=1;client.notify.cross.domain=0">
<param name="sw7" value="external.texts.txt=http://localhost/v26/gamedata/external_texts.txt?">
<param name="sw5" value="client.reload.url=http://localhost/client.php?x=reauthenticate;client.fatal.error.url=http://localhost/clientutils.php?key=error">
<!--[if IE]>client.pluginerror.message<![endif]-->
<embed src="http://localhost/v26/habbo.dcr?" bgColor="#000000" width="960" height="540" swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Themehotel' swContextMenu='true'" swStretchStyle="stage" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"
sw6="client.connection.failed.url=http://localhost/clientutils.php?key=connection_failed;external.variables.txt=http://localhost/v26/gamedata/external_variables.txt?"
sw9="account_id=1"
sw8="use.sso.ticket=1;sso.ticket=<?php echo $_GET['sso']; ?>"
sw2="connection.info.host=localhost;connection.info.port=12321"
sw4="site.url=https://classichabbo.com;url.prefix=https://classichabbo.com"
sw3="connection.mus.host=localhost;connection.mus.port=12322"
sw1="client.allow.cross.domain=1;client.notify.cross.domain=0"
sw7="external.texts.txt=http://localhost/v26/gamedata/external_texts.txt?"
sw5="client.reload.url=http://localhost/client.php?x=reauthenticate;client.fatal.error.url=http://localhost/clientutils.php?key=error" ></embed>
<noembed>client.pluginerror.message</noembed>
</object>
</div>
</body>
</html>
Make sure the dcr paths are correct etc.