Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Kepler Shockwave loading issue

Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
Hi, hope it's ok to ask here. I'm trying to setup Kepler using v14 but I'm having a few problems.
I installed shockwave 11.6 and pale moon 32 bit, I can access classichabbo.com and play so it should be working (I think?).
Kepler is running on a remote server, using Ubuntu 18.04. I installed Java 13 and MariaDB 10.4, imported the DB and the server starts fine.
I tried bind it on 127.0.0.1 and 0.0.0.0 too but without success. INFO port and MUS port are open but using tcpdump I see no traffic there. I'm using the loader and v14 DCR I found here, a few pages earlier. I edited the loader php file and the DCR external vars. When I visit the site I see the shockwave logo loading, then the Sulake logo and then nothing, black screen. Have any idea? The only particular thing is that the web server isn't on port 80, so I put everywhere mystic:eek:ther port
 
Newbie Spellweaver
Joined
Dec 26, 2019
Messages
69
Reaction score
38
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Hi, hope it's ok to ask here. I'm trying to setup Kepler using v14 but I'm having a few problems.
I installed shockwave 11.6 and pale moon 32 bit, I can access classichabbo.com and play so it should be working (I think?).
Kepler is running on a remote server, using Ubuntu 18.04. I installed Java 13 and MariaDB 10.4, imported the DB and the server starts fine.
I tried bind it on 127.0.0.1 and 0.0.0.0 too but without success. INFO port and MUS port are open but using tcpdump I see no traffic there. I'm using the loader and v14 DCR I found here, a few pages earlier. I edited the loader php file and the DCR external vars. When I visit the site I see the shockwave logo loading, then the Sulake logo and then nothing, black screen. Have any idea? The only particular thing is that the web server isn't on port 80, so I put everywhere mystic:eek:ther port
From my experience if only the Sulake logo appears and nothing happens, its due to an invalid path to the variables file.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Hi, thank you for your reply. The loader has the correct link to the external_vars file and I can see a successful 200 request when he tries to get it, plus he does a few more requests and they all seem to be ok.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
Re: Kepler - Habbo Hotel v14+ server (BattleBall, Camera, Trax, Rollers) [Java]

Thank you but I just wanted to know if someone had a quick idea, I’m not looking to occupy anyone’s time. Maybe it’s the domain:port thing that gives problems.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
I changed the domain:port to a full domain but it doesn’t help at all. Any way to debug the problem?
 
Upvote 0
Newbie Spellweaver
Joined
Dec 26, 2019
Messages
69
Reaction score
38
Interesting. Anyhow. Could you share your html, just remember to remove your domain/ip etc.

Mine looks something like this
Code:
[COLOR=#000000]
[SIZE=3]<objectclassid='clsid:166B1BCA-3F9C-11CF-8075-444553540000'codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=11,10,8,5,1,0'id='habbo'width='720'height='540'>
<paramname='src'value='v14/habbo.dcr'>
<paramname='swRemote'value='swSaveEnabled='true'swVolume='true'swRestart='false'swPausePlay='false'swFastForward='false'swTitle='Habbo Hotel'swContextMenu='true''>
<paramname='swStretchStyle'value='none'>
<paramname='swText'value=''>

<paramname='bgColor'value='#000000'>
<paramname='sw2'value='connection.info.host=domainname.tld;connection.info.port=12321'>
<paramname='sw4'value='connection.mus.host=domainname.tld;connection.mus.port=12322'>
<paramname='sw3'value='client.reload.url=domainname.tld'>
<paramname='sw1'value='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.dk'>
<paramname='sw5'value='external.variables.txt=v14/external_variables.txt;external.texts.txt=v14/external_texts.txt'>
<embedsrc='dcr/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/'
sw2='connection.info.host=domainname.tld;connection.info.port=12321'
sw4='connection.mus.host=domainname.tld;connection.mus.port=12322'
sw3='client.reload.url=domainname.tld'
sw1='site.url=http://www.habbo.dk;url.prefix=http://www.habbo.dk'
sw5='external.variables.txt=v14/external_variables.txt;external.texts.txt=v14/external_texts.txt'></embed>
</object>
[/SIZE][/COLOR]



Now what you wanna make sure to edit in both the param and embed is:

sw2
connection.info.host=yourdomain.tld;connection.info.port=12321
---------------------------------------^-------------------------------------------------^
--------------------(Dont do http/https)------------------(Your game port)
sw3
connection.mus.host=yourdomain.tld;connection.info.port=12322
---------------------------------------^-------------------------------------------------^
--------------------(Dont do http/https)------------------(Your mus port)
sw5
external.variables.txt=v14/external_variables.txt;external.texts.txt=v14/external_texts.txt
-------------------------------------------^--------------------------------------------------------------^
--------------------(either a relative path or full url)------------------(either a relative path or full url)


You already have a correct path for
<paramname='src' value='v14/habbo.dcr'> and <embedsrc='dcr/habbo.dcr'>
if you see the sulake logo
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
This is the loader I'm currently using

Code:
[COLOR=#ABB2BF]<[COLOR=#E06C75]html[/COLOR] [COLOR=#D19A66]xmlns[/COLOR]=[COLOR=#98C379]'http://www.w3.org/1999/xhtml'[/COLOR]>
<[COLOR=#E06C75]head[/COLOR]>
<[COLOR=#E06C75]meta[/COLOR] [COLOR=#D19A66]http-equiv[/COLOR]=[COLOR=#98C379]'Content-Type'[/COLOR] [COLOR=#D19A66]content[/COLOR]=[COLOR=#98C379]'text/html; charset=utf-8'[/COLOR] />
<[COLOR=#E06C75]title[/COLOR]>Kepler</[COLOR=#E06C75]title[/COLOR]>
</[COLOR=#E06C75]head[/COLOR]>

<[COLOR=#E06C75]body[/COLOR] [COLOR=#FFFFFF]bgcolor[/COLOR]=[COLOR=#98C379]'black'[/COLOR][COLOR=#FFFFFF]<!--[/COLOR] [COLOR=#D19A66]leftmargin[/COLOR]=[COLOR=#98C379]'0'[/COLOR] [COLOR=#D19A66]topmargin[/COLOR]=[COLOR=#98C379]'0'[/COLOR] [COLOR=#D19A66]marginwidth[/COLOR]=[COLOR=#98C379]'0'[/COLOR] [COLOR=#D19A66]marginheight[/COLOR]=[COLOR=#98C379]'0'[/COLOR][COLOR=#D19A66]--[/COLOR]>>
<[COLOR=#E06C75]div[/COLOR] [COLOR=#FFFFFF]align[/COLOR]=[COLOR=#98C379]'center'[/COLOR]>
<[COLOR=#E06C75]object[/COLOR] [COLOR=#D19A66]classid[/COLOR]=[COLOR=#98C379]'clsid:166B1BCA-3F9C-11CF-8075-444553540000'[/COLOR] [COLOR=#D19A66]codebase[/COLOR]=[COLOR=#98C379]'http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,8,5,1,0'[/COLOR] [COLOR=#D19A66]id[/COLOR]=[COLOR=#98C379]'habbo'[/COLOR] [COLOR=#D19A66]width[/COLOR]=[COLOR=#98C379]'720'[/COLOR] [COLOR=#D19A66]height[/COLOR]=[COLOR=#98C379]'540'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'src'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'http://DOMAIN.COM/v14/habbo.dcr'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'swRemote'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'swSaveEnabled='[/COLOR][COLOR=#D19A66]true[/COLOR][COLOR=#FFFFFF]'[/COLOR] [COLOR=#D19A66]swVolume[/COLOR]=[COLOR=#98C379]'true'[/COLOR] [COLOR=#D19A66]swRestart[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swPausePlay[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swFastForward[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swTitle[/COLOR]=[COLOR=#98C379]'Habbo Hotel'[/COLOR] [COLOR=#D19A66]swContextMenu[/COLOR]=[COLOR=#98C379]'true'[/COLOR] [COLOR=#FFFFFF]'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'swStretchStyle'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'none'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'swText'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]''[/COLOR]>

<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'bgColor'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'#000000'[/COLOR]>
[COLOR=#C678DD]<?php[/COLOR] [COLOR=#C678DD]if[/COLOR] ([COLOR=#56B6C2]isset[/COLOR]([COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]])) { [COLOR=#C678DD]?[/COLOR][COLOR=#C678DD]>[/COLOR]
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw6'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'use.sso.ticket=1;sso.ticket=[/COLOR][COLOR=#C678DD]<?php[/COLOR][COLOR=#56B6C2]echo[/COLOR][COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]];[COLOR=#C678DD]?[/COLOR][COLOR=#C678DD]>[/COLOR][COLOR=#98C379]'[/COLOR]>
[COLOR=#C678DD]<?php[/COLOR] } [COLOR=#C678DD]?[/COLOR][COLOR=#C678DD]>[/COLOR]
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw2'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'connection.info.host=DOMAIN.COM;connection.info.port=12321'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw4'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'connection.mus.host=DOMAIN.COM;connection.mus.port=12322'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw3'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'client.reload.url=http://DOMAIN.COM/'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw1'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw5'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'external.variables.txt=http://DOMAIN.COM/v14/external_vars.txt;external.texts.txt=http://DOMAIN.COM/v14/external_texts.txt'[/COLOR]>
<[COLOR=#E06C75]embed[/COLOR] [COLOR=#D19A66]src[/COLOR]=[COLOR=#98C379]'http://DOMAIN.COM/v14/habbo.dcr'[/COLOR] [COLOR=#D19A66]bgColor[/COLOR]=[COLOR=#98C379]'#000000'[/COLOR] [COLOR=#D19A66]width[/COLOR]=[COLOR=#98C379]'720'[/COLOR] [COLOR=#D19A66]height[/COLOR]=[COLOR=#98C379]'540'[/COLOR] [COLOR=#D19A66]swRemote[/COLOR]=[COLOR=#98C379]'swSaveEnabled='[/COLOR][COLOR=#D19A66]true[/COLOR][COLOR=#FFFFFF]'[/COLOR] [COLOR=#D19A66]swVolume[/COLOR]=[COLOR=#98C379]'true'[/COLOR] [COLOR=#D19A66]swRestart[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swPausePlay[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swFastForward[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swTitle[/COLOR]=[COLOR=#98C379]'Habbo Hotel'[/COLOR] [COLOR=#D19A66]swContextMenu[/COLOR]=[COLOR=#98C379]'true'[/COLOR][COLOR=#FFFFFF]'[/COLOR] [COLOR=#D19A66]swStretchStyle[/COLOR]=[COLOR=#98C379]'none'[/COLOR] [COLOR=#D19A66]swText[/COLOR]=[COLOR=#98C379]''[/COLOR] [COLOR=#D19A66]type[/COLOR]=[COLOR=#98C379]'application/x-director'[/COLOR] [COLOR=#D19A66]pluginspage[/COLOR]=[COLOR=#98C379]'http://www.macromedia.com/shockwave/download/'[/COLOR]
[COLOR=#C678DD]<?php[/COLOR] [COLOR=#C678DD]if[/COLOR] ([COLOR=#56B6C2]isset[/COLOR]([COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]])) { [COLOR=#C678DD]?[/COLOR][COLOR=#C678DD]>[/COLOR]
[COLOR=#D19A66]sw6[/COLOR]=[COLOR=#98C379]'use.sso.ticket=1;sso.ticket=[/COLOR][COLOR=#C678DD]<?php[/COLOR][COLOR=#56B6C2]echo[/COLOR][COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]];[COLOR=#C678DD]?[/COLOR][COLOR=#C678DD]>[/COLOR][COLOR=#98C379]'[/COLOR]
[COLOR=#C678DD]<?php[/COLOR] } [COLOR=#C678DD]?[/COLOR][COLOR=#C678DD]>[/COLOR]
[COLOR=#D19A66]sw2[/COLOR]=[COLOR=#98C379]'connection.info.host=DOMAIN.COM;connection.info.port=12321'[/COLOR]
[COLOR=#D19A66]sw4[/COLOR]=[COLOR=#98C379]'connection.mus.host=DOMAIN.COM;connection.mus.port=12322'[/COLOR]
[COLOR=#D19A66]sw3[/COLOR]=[COLOR=#98C379]'client.reload.url=http://DOMAIN.COM/'[/COLOR]
[COLOR=#D19A66]sw1[/COLOR]=[COLOR=#98C379]'site.url=http://www.habbo.ch;url.prefix=http://www.habbo.co.uk'[/COLOR]
[COLOR=#D19A66]sw5[/COLOR]=[COLOR=#98C379]'external.variables.txt=http://DOMAIN.COM/v14/external_vars.txt;external.texts.txt=http://DOMAIN.COM/v14/external_texts.txt'[/COLOR]></[COLOR=#E06C75]embed[/COLOR]>
</[COLOR=#E06C75]object[/COLOR]>
</[COLOR=#E06C75]div[/COLOR]>
</[COLOR=#E06C75]body[/COLOR]>

</[COLOR=#E06C75]html[/COLOR]>

[/COLOR]
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
If the server is offline or ports are closed, where should the loading stop? After sulake or should I see something at least? Is the communication in TCP?
 
Upvote 0
Newbie Spellweaver
Joined
Dec 26, 2019
Messages
69
Reaction score
38
If the server is offline or the ports closed you should still be able to see the login screen - Unless (I think) that you are using SSO, then it would stop 80% of the way of the loading bar.

I believe the communication is TCP.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
Not sure what SSO is actually. Do I need any specific config in server.ini except the bind address 0.0.0.0 ?
 
Upvote 0
Newbie Spellweaver
Joined
Dec 26, 2019
Messages
69
Reaction score
38
I bound 127.0.0.1 - Which should be the same as 0.0.0.0 - However this doesnt solve your loading issues. You can load the client without the backend, it will just crash upon clicking registration or login.

SSO is "Single Sign On" which is used after v21 as far as I remember.

I firmly believe that either your variables file or DCR is mixed up.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
After a couple of years I decided to give it another try with Kepler. New server, new deploy method (docker) but still the exact same results: loading shockwave bar, sulake logo, black screen.

I tried with both Basilisk with shockwave from Quackster and palemoon 32bit with shockwave installed, same exact result (shockwave 11, if I try with 12 I don't even see the loading bar).

During the majority of my tests, the emulator wasn't running because I think I'd still be able to see the login screen, right?

The v14 DCR files are the ones posted by Quackster on mediafire.

I'll post my configuration files:

index.php
Code:
[COLOR=#ABB2BF]<[COLOR=#E06C75]html[/COLOR] [COLOR=#D19A66]xmlns[/COLOR]=[COLOR=#98C379]'http://www.w3.org/1999/xhtml'[/COLOR]>
<[COLOR=#E06C75]head[/COLOR]>
<[COLOR=#E06C75]meta[/COLOR] [COLOR=#D19A66]http-equiv[/COLOR]=[COLOR=#98C379]'Content-Type'[/COLOR] [COLOR=#D19A66]content[/COLOR]=[COLOR=#98C379]'text/html; charset=utf-8'[/COLOR] />
<[COLOR=#E06C75]title[/COLOR]>Kepler</[COLOR=#E06C75]title[/COLOR]>
</[COLOR=#E06C75]head[/COLOR]>

<[COLOR=#E06C75]body[/COLOR] [COLOR=#D19A66]bgcolor[/COLOR]=[COLOR=#98C379]'black'[/COLOR][COLOR=#FFFFFF]<!--[/COLOR] [COLOR=#D19A66]leftmargin[/COLOR]=[COLOR=#98C379]'0'[/COLOR] [COLOR=#D19A66]topmargin[/COLOR]=[COLOR=#98C379]'0'[/COLOR] [COLOR=#D19A66]marginwidth[/COLOR]=[COLOR=#98C379]'0'[/COLOR] [COLOR=#D19A66]marginheight[/COLOR]=[COLOR=#98C379]'0'[/COLOR][COLOR=#D19A66]--[/COLOR]>>
<[COLOR=#E06C75]div[/COLOR] [COLOR=#D19A66]align[/COLOR]=[COLOR=#98C379]'center'[/COLOR]>
<[COLOR=#E06C75]object[/COLOR] [COLOR=#D19A66]classid[/COLOR]=[COLOR=#98C379]'clsid:166B1BCA-3F9C-11CF-8075-444553540000'[/COLOR] [COLOR=#D19A66]codebase[/COLOR]=[COLOR=#98C379]'http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=12,11,10,8,5,1,0'[/COLOR] [COLOR=#D19A66]id[/COLOR]=[COLOR=#98C379]'habbo'[/COLOR] [COLOR=#D19A66]width[/COLOR]=[COLOR=#98C379]'720'[/COLOR] [COLOR=#D19A66]height[/COLOR]=[COLOR=#98C379]'540'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'src'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'http://X.X.X.X/v14/habbo.dcr'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'swRemote'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'swSaveEnabled='[/COLOR][COLOR=#D19A66]true[/COLOR][COLOR=#FFFFFF]'[/COLOR] [COLOR=#D19A66]swVolume[/COLOR]=[COLOR=#98C379]'true'[/COLOR] [COLOR=#D19A66]swRestart[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swPausePlay[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swFastForward[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swTitle[/COLOR]=[COLOR=#98C379]'Habbo Hotel'[/COLOR] [COLOR=#D19A66]swContextMenu[/COLOR]=[COLOR=#98C379]'true'[/COLOR] [COLOR=#FFFFFF]'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'swStretchStyle'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'none'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'swText'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]''[/COLOR]>

<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'bgColor'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'#000000'[/COLOR]>
[COLOR=#BE5046]<?php[/COLOR] [COLOR=#C678DD]if[/COLOR] ([COLOR=#56B6C2]isset[/COLOR]([COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]])) { [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR]
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw6'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'use.sso.ticket=1;sso.ticket=[/COLOR][COLOR=#BE5046]<?php[/COLOR] [COLOR=#56B6C2]echo[/COLOR] [COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]]; [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR][COLOR=#98C379]'[/COLOR]>
[COLOR=#BE5046]<?php[/COLOR] } [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR]
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw2'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'connection.info.host=X.X.X.X;connection.info.port=12321'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw4'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'connection.mus.host=X.X.X.X;connection.mus.port=12322'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw3'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'client.reload.url=http://X.X.X.X/'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw1'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw5'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'external.variables.txt=http://X.X.X.X/v14/external_vars.txt;external.texts.txt=http://X.X.X.X/v14/external_texts.txt'[/COLOR]>
<[COLOR=#E06C75]embed[/COLOR] [COLOR=#D19A66]src[/COLOR]=[COLOR=#98C379]'http://X.X.X.X/v14/habbo.dcr'[/COLOR] [COLOR=#D19A66]bgColor[/COLOR]=[COLOR=#98C379]'#000000'[/COLOR] [COLOR=#D19A66]width[/COLOR]=[COLOR=#98C379]'720'[/COLOR] [COLOR=#D19A66]height[/COLOR]=[COLOR=#98C379]'540'[/COLOR] [COLOR=#D19A66]swRemote[/COLOR]=[COLOR=#98C379]'swSaveEnabled='[/COLOR][COLOR=#D19A66]true[/COLOR][COLOR=#FFFFFF]'[/COLOR] [COLOR=#D19A66]swVolume[/COLOR]=[COLOR=#98C379]'true'[/COLOR] [COLOR=#D19A66]swRestart[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swPausePlay[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swFastForward[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swTitle[/COLOR]=[COLOR=#98C379]'Habbo Hotel'[/COLOR] [COLOR=#D19A66]swContextMenu[/COLOR]=[COLOR=#98C379]'true'[/COLOR][COLOR=#FFFFFF]'[/COLOR] [COLOR=#D19A66]swStretchStyle[/COLOR]=[COLOR=#98C379]'none'[/COLOR] [COLOR=#D19A66]swText[/COLOR]=[COLOR=#98C379]''[/COLOR] [COLOR=#D19A66]type[/COLOR]=[COLOR=#98C379]'application/x-director'[/COLOR] [COLOR=#D19A66]pluginspage[/COLOR]=[COLOR=#98C379]'http://www.macromedia.com/shockwave/download/'[/COLOR]
[COLOR=#BE5046]<?php[/COLOR] [COLOR=#C678DD]if[/COLOR] ([COLOR=#56B6C2]isset[/COLOR]([COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]])) { [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR]
[COLOR=#D19A66]sw6[/COLOR]=[COLOR=#98C379]'use.sso.ticket=1;sso.ticket=[/COLOR][COLOR=#BE5046]<?php[/COLOR] [COLOR=#56B6C2]echo[/COLOR] [COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]]; [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR][COLOR=#98C379]'[/COLOR]
[COLOR=#BE5046]<?php[/COLOR] } [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR]
[COLOR=#D19A66]sw2[/COLOR]=[COLOR=#98C379]'connection.info.host=X.X.X.X;connection.info.port=12321'[/COLOR]
[COLOR=#D19A66]sw4[/COLOR]=[COLOR=#98C379]'connection.mus.host=X.X.X.X;connection.mus.port=12322'[/COLOR]
[COLOR=#D19A66]sw3[/COLOR]=[COLOR=#98C379]'client.reload.url=http://X.X.X.X/'[/COLOR]
[COLOR=#D19A66]sw1[/COLOR]=[COLOR=#98C379]'site.url=http://www.habbo.ch;url.prefix=http://www.habbo.co.uk'[/COLOR]
[COLOR=#D19A66]sw5[/COLOR]=[COLOR=#98C379]'external.variables.txt=http://X.X.X.X/v14/external_vars.txt;external.texts.txt=http://X.X.X.X/v14/external_texts.txt'[/COLOR]></[COLOR=#E06C75]embed[/COLOR]>
</[COLOR=#E06C75]object[/COLOR]>
</[COLOR=#E06C75]div[/COLOR]>
</[COLOR=#E06C75]body[/COLOR]>

</[COLOR=#E06C75]html[/COLOR]>[/COLOR]

external_vars.txt
Code:
external.figurepartlist.txt=http://X.X.X.X/v14/figuredata.txtinterface.cmds.active.owner=["move","rotate","pick","delete"]cast.entry.11=hh_humanlink.format.userpage=http://www.habbo.fi/home/%ID%/id/purse.transactions.active=1interface.cmds.active.ctrl=["move","rotate"]cast.entry.14=hh_clubcast.entry.6=hh_entrycast.entry.16=hh_entry_aunavigator.visible.public.root=3cast.entry.1=hh_interfaceroom.default.floor=101interstitial.max.displays=5room.cast.1=hh_people_small_1interface.cmds.item.ctrl=[]cast.entry.7=hh_messengercast.entry.13=hh_roomstruct.font.link=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),# ilk:#struct,#fontStyle:[#underline]]char.conversion.mac=[128:219,130:226,131:196,132:227,133:201,134:160,13 5:224,136:246,137:228,139:220,140:206,145:212,146: 213,147:210,148:211,149:165,150:208,151:209,152:24 7,153:170,155:221,156:207,159:217,161:193,165:180, 167:164,168:172,170:187,171:199,172:194,173:208,17 4:168,176:161,180:171,182:166,183:225,184:252,186: 188,187:200,191:192,192:203,193:231,194:229,195:20 4,196:128,197:129,198:174,199:130,200:233,201:131, 202:230,203:232,204:237,205:234,206:235,207:236,20 9:132,210:241,211:238,212:239,213:205,214:133,216: 175,217:244,218:242,219:243,220:134,223:167,224:13 6,225:135,226:137,227:139,228:138,229:140,230:190, 231:141,232:143,233:142,234:144,235:145,236:147,23 7:146,238:148,239:149,241:150,242:152,243:151,244: 153,246:154,247:214,248:191,249:157,250:156,251:15 8,252:159,255:216]fuse.project.id=habbo_ukcast.entry.2=hh_patch_ukdynamic.download.url=http://X.X.X.X/v14/interface.cmds.user.owner=["take_rights","give_rights","kick","friend","i gnor e","trade","unignore","userpage"]struct.font.italic=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),# ilk:#struct,#fontStyle:[#italic]]navigator.visible.private.root=4cast.entry.15=hh_photolanguage=enclient.version.id=401moderator.cmds=[":alert x",":ban x",":kick x",":superban x",":shutup x",":unmute x",":transfer x",":softkick x"]stats.tracking.javascript=urlcast.entry.10=hh_room_utilsroom.cast.5=hh_pets_commoncast.entry.4=hh_people_2interface.cmds.user.ctrl=["kick","friend","ignore","trade","unignore","u serp age"]cast.entry.19=hh_bufferinterface.cmds.photo.owner=["pick","delete"]cast.entry.21=hh_recyclerroom.cast.6=hh_petscast.entry.22=hh_soundmachineswimjump.key.list=[#run1:"A", #run2:"D", #dive1:"W", #dive2:"E", #dive3:"A", #dive4:"S", #dive5:"D", #dive6:"Z", #dive7:"X", #jump:"SPACE"]cast.entry.17=hh_navigatordynamic.download.name.template=hof_furni/hh_furni_xx_%typeid%.cctroom.default.wall=101cast.entry.23=hh_pollnavigator.private.default=4client.window.title=Ninja Hotelstruct.font.tooltip=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),# ilk:#struct,#fontStyle:[#plain]]interface.cmds.item.owner=["pick"]interface.cmds.user.personal=["badge","dance","wave","hcdance","userpage"]navigator.public.default=3stats.tracking.javascript.template=http://secure-dk.imrworldwide.com/cgi-bin/m?ci=Habbohotel&cg=0&si=\TCODEpaalu.key.list=[#bal1:"Q", #bal2:"E", #push1:"A", #push2:"D", #move1:"N", #move2:"M", #stabilise:"SPACE"]cast.entry.20=hh_dynamic_downloaderroom.cast.4=hh_cat_gfx_allroom.cast.small.1=hh_pets_50cast.entry.5=hh_sharedcast.entry.9=hh_kiosk_roomroom.cast.3=hh_cat_codeinterface.cmds.photo.ctrl=[]cast.entry.18=hh_pursecast.entry.12=hh_furni_classesclub.subscription.disabled=0struct.font.plain=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),# ilk:#struct,#fontStyle:[#plain]]interface.cmds.user.friend=["friend","ignore","trade","unignore","userpage "]image.library.url=http://X.X.X.X/v14/c_images/room.cast.2=hh_people_small_2permitted.password.chars=1234567890qwertyuiopasdfg hjklzxcvbnm-=?!@:.,cast.entry.8=hh_registratroom.cast.private=["hh_room_private"]struct.font.bold=[#font:"vb",#fontSize:9,#lineHeight:10,#color:rgb(" #000000"),#ilk:#struct,#fontStyle:[#plain]]permitted.name.chars=1234567890qwertyuiopasdfghjkl zxcvbnm-=?!@:.,dynamic.download.samples.template=sound/%typeid%.cctcast.entry.3=hh_people_1room.cast.7=hh_soundmachine

I really don't know what could be the issue. From the web server logs all requests are successful with a 200 status code, same from developer console in the browser. Another user facing a very similar problem talked about a shockwave version related issue. Is so, what's the correct shockwave version to use with the v14 pack given by Quackster?

Thank you everyone.
 
Upvote 0
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
After a couple of years I decided to give it another try with Kepler. New server, new deploy method (docker) but still the exact same results: loading shockwave bar, sulake logo, black screen.

I tried with both Basilisk with shockwave from Quackster and palemoon 32bit with shockwave installed, same exact result (shockwave 11, if I try with 12 I don't even see the loading bar).

During the majority of my tests, the emulator wasn't running because I think I'd still be able to see the login screen, right?

The v14 DCR files are the ones posted by Quackster on mediafire.

I'll post my configuration files:

index.php
Code:
[COLOR=#ABB2BF]<[COLOR=#E06C75]html[/COLOR] [COLOR=#D19A66]xmlns[/COLOR]=[COLOR=#98C379]'http://www.w3.org/1999/xhtml'[/COLOR]>
<[COLOR=#E06C75]head[/COLOR]>
<[COLOR=#E06C75]meta[/COLOR] [COLOR=#D19A66]http-equiv[/COLOR]=[COLOR=#98C379]'Content-Type'[/COLOR] [COLOR=#D19A66]content[/COLOR]=[COLOR=#98C379]'text/html; charset=utf-8'[/COLOR] />
<[COLOR=#E06C75]title[/COLOR]>Kepler</[COLOR=#E06C75]title[/COLOR]>
</[COLOR=#E06C75]head[/COLOR]>

<[COLOR=#E06C75]body[/COLOR] [COLOR=#D19A66]bgcolor[/COLOR]=[COLOR=#98C379]'black'[/COLOR][COLOR=#FFFFFF]<!--[/COLOR] [COLOR=#D19A66]leftmargin[/COLOR]=[COLOR=#98C379]'0'[/COLOR] [COLOR=#D19A66]topmargin[/COLOR]=[COLOR=#98C379]'0'[/COLOR] [COLOR=#D19A66]marginwidth[/COLOR]=[COLOR=#98C379]'0'[/COLOR] [COLOR=#D19A66]marginheight[/COLOR]=[COLOR=#98C379]'0'[/COLOR][COLOR=#D19A66]--[/COLOR]>>
<[COLOR=#E06C75]div[/COLOR] [COLOR=#D19A66]align[/COLOR]=[COLOR=#98C379]'center'[/COLOR]>
<[COLOR=#E06C75]object[/COLOR] [COLOR=#D19A66]classid[/COLOR]=[COLOR=#98C379]'clsid:166B1BCA-3F9C-11CF-8075-444553540000'[/COLOR] [COLOR=#D19A66]codebase[/COLOR]=[COLOR=#98C379]'http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=12,11,10,8,5,1,0'[/COLOR] [COLOR=#D19A66]id[/COLOR]=[COLOR=#98C379]'habbo'[/COLOR] [COLOR=#D19A66]width[/COLOR]=[COLOR=#98C379]'720'[/COLOR] [COLOR=#D19A66]height[/COLOR]=[COLOR=#98C379]'540'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'src'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'http://X.X.X.X/v14/habbo.dcr'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'swRemote'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'swSaveEnabled='[/COLOR][COLOR=#D19A66]true[/COLOR][COLOR=#FFFFFF]'[/COLOR] [COLOR=#D19A66]swVolume[/COLOR]=[COLOR=#98C379]'true'[/COLOR] [COLOR=#D19A66]swRestart[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swPausePlay[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swFastForward[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swTitle[/COLOR]=[COLOR=#98C379]'Habbo Hotel'[/COLOR] [COLOR=#D19A66]swContextMenu[/COLOR]=[COLOR=#98C379]'true'[/COLOR] [COLOR=#FFFFFF]'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'swStretchStyle'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'none'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'swText'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]''[/COLOR]>

<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'bgColor'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'#000000'[/COLOR]>
[COLOR=#BE5046]<?php[/COLOR] [COLOR=#C678DD]if[/COLOR] ([COLOR=#56B6C2]isset[/COLOR]([COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]])) { [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR]
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw6'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'use.sso.ticket=1;sso.ticket=[/COLOR][COLOR=#BE5046]<?php[/COLOR] [COLOR=#56B6C2]echo[/COLOR] [COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]]; [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR][COLOR=#98C379]'[/COLOR]>
[COLOR=#BE5046]<?php[/COLOR] } [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR]
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw2'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'connection.info.host=X.X.X.X;connection.info.port=12321'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw4'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'connection.mus.host=X.X.X.X;connection.mus.port=12322'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw3'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'client.reload.url=http://X.X.X.X/'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw1'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'[/COLOR]>
<[COLOR=#E06C75]param[/COLOR] [COLOR=#D19A66]name[/COLOR]=[COLOR=#98C379]'sw5'[/COLOR] [COLOR=#D19A66]value[/COLOR]=[COLOR=#98C379]'external.variables.txt=http://X.X.X.X/v14/external_vars.txt;external.texts.txt=http://X.X.X.X/v14/external_texts.txt'[/COLOR]>
<[COLOR=#E06C75]embed[/COLOR] [COLOR=#D19A66]src[/COLOR]=[COLOR=#98C379]'http://X.X.X.X/v14/habbo.dcr'[/COLOR] [COLOR=#D19A66]bgColor[/COLOR]=[COLOR=#98C379]'#000000'[/COLOR] [COLOR=#D19A66]width[/COLOR]=[COLOR=#98C379]'720'[/COLOR] [COLOR=#D19A66]height[/COLOR]=[COLOR=#98C379]'540'[/COLOR] [COLOR=#D19A66]swRemote[/COLOR]=[COLOR=#98C379]'swSaveEnabled='[/COLOR][COLOR=#D19A66]true[/COLOR][COLOR=#FFFFFF]'[/COLOR] [COLOR=#D19A66]swVolume[/COLOR]=[COLOR=#98C379]'true'[/COLOR] [COLOR=#D19A66]swRestart[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swPausePlay[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swFastForward[/COLOR]=[COLOR=#98C379]'false'[/COLOR] [COLOR=#D19A66]swTitle[/COLOR]=[COLOR=#98C379]'Habbo Hotel'[/COLOR] [COLOR=#D19A66]swContextMenu[/COLOR]=[COLOR=#98C379]'true'[/COLOR][COLOR=#FFFFFF]'[/COLOR] [COLOR=#D19A66]swStretchStyle[/COLOR]=[COLOR=#98C379]'none'[/COLOR] [COLOR=#D19A66]swText[/COLOR]=[COLOR=#98C379]''[/COLOR] [COLOR=#D19A66]type[/COLOR]=[COLOR=#98C379]'application/x-director'[/COLOR] [COLOR=#D19A66]pluginspage[/COLOR]=[COLOR=#98C379]'http://www.macromedia.com/shockwave/download/'[/COLOR]
[COLOR=#BE5046]<?php[/COLOR] [COLOR=#C678DD]if[/COLOR] ([COLOR=#56B6C2]isset[/COLOR]([COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]])) { [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR]
[COLOR=#D19A66]sw6[/COLOR]=[COLOR=#98C379]'use.sso.ticket=1;sso.ticket=[/COLOR][COLOR=#BE5046]<?php[/COLOR] [COLOR=#56B6C2]echo[/COLOR] [COLOR=#E06C75]$_GET[/COLOR][[COLOR=#98C379]'sso'[/COLOR]]; [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR][COLOR=#98C379]'[/COLOR]
[COLOR=#BE5046]<?php[/COLOR] } [COLOR=#BE5046]?[/COLOR][COLOR=#BE5046]>[/COLOR]
[COLOR=#D19A66]sw2[/COLOR]=[COLOR=#98C379]'connection.info.host=X.X.X.X;connection.info.port=12321'[/COLOR]
[COLOR=#D19A66]sw4[/COLOR]=[COLOR=#98C379]'connection.mus.host=X.X.X.X;connection.mus.port=12322'[/COLOR]
[COLOR=#D19A66]sw3[/COLOR]=[COLOR=#98C379]'client.reload.url=http://X.X.X.X/'[/COLOR]
[COLOR=#D19A66]sw1[/COLOR]=[COLOR=#98C379]'site.url=http://www.habbo.ch;url.prefix=http://www.habbo.co.uk'[/COLOR]
[COLOR=#D19A66]sw5[/COLOR]=[COLOR=#98C379]'external.variables.txt=http://X.X.X.X/v14/external_vars.txt;external.texts.txt=http://X.X.X.X/v14/external_texts.txt'[/COLOR]></[COLOR=#E06C75]embed[/COLOR]>
</[COLOR=#E06C75]object[/COLOR]>
</[COLOR=#E06C75]div[/COLOR]>
</[COLOR=#E06C75]body[/COLOR]>

</[COLOR=#E06C75]html[/COLOR]>[/COLOR]

external_vars.txt
Code:
external.figurepartlist.txt=http://X.X.X.X/v14/figuredata.txtinterface.cmds.active.owner=["move","rotate","pick","delete"]cast.entry.11=hh_humanlink.format.userpage=http://www.habbo.fi/home/%ID%/id/purse.transactions.active=1interface.cmds.active.ctrl=["move","rotate"]cast.entry.14=hh_clubcast.entry.6=hh_entrycast.entry.16=hh_entry_aunavigator.visible.public.root=3cast.entry.1=hh_interfaceroom.default.floor=101interstitial.max.displays=5room.cast.1=hh_people_small_1interface.cmds.item.ctrl=[]cast.entry.7=hh_messengercast.entry.13=hh_roomstruct.font.link=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),# ilk:#struct,#fontStyle:[#underline]]char.conversion.mac=[128:219,130:226,131:196,132:227,133:201,134:160,13 5:224,136:246,137:228,139:220,140:206,145:212,146: 213,147:210,148:211,149:165,150:208,151:209,152:24 7,153:170,155:221,156:207,159:217,161:193,165:180, 167:164,168:172,170:187,171:199,172:194,173:208,17 4:168,176:161,180:171,182:166,183:225,184:252,186: 188,187:200,191:192,192:203,193:231,194:229,195:20 4,196:128,197:129,198:174,199:130,200:233,201:131, 202:230,203:232,204:237,205:234,206:235,207:236,20 9:132,210:241,211:238,212:239,213:205,214:133,216: 175,217:244,218:242,219:243,220:134,223:167,224:13 6,225:135,226:137,227:139,228:138,229:140,230:190, 231:141,232:143,233:142,234:144,235:145,236:147,23 7:146,238:148,239:149,241:150,242:152,243:151,244: 153,246:154,247:214,248:191,249:157,250:156,251:15 8,252:159,255:216]fuse.project.id=habbo_ukcast.entry.2=hh_patch_ukdynamic.download.url=http://X.X.X.X/v14/interface.cmds.user.owner=["take_rights","give_rights","kick","friend","i gnor e","trade","unignore","userpage"]struct.font.italic=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),# ilk:#struct,#fontStyle:[#italic]]navigator.visible.private.root=4cast.entry.15=hh_photolanguage=enclient.version.id=401moderator.cmds=[":alert x",":ban x",":kick x",":superban x",":shutup x",":unmute x",":transfer x",":softkick x"]stats.tracking.javascript=urlcast.entry.10=hh_room_utilsroom.cast.5=hh_pets_commoncast.entry.4=hh_people_2interface.cmds.user.ctrl=["kick","friend","ignore","trade","unignore","u serp age"]cast.entry.19=hh_bufferinterface.cmds.photo.owner=["pick","delete"]cast.entry.21=hh_recyclerroom.cast.6=hh_petscast.entry.22=hh_soundmachineswimjump.key.list=[#run1:"A", #run2:"D", #dive1:"W", #dive2:"E", #dive3:"A", #dive4:"S", #dive5:"D", #dive6:"Z", #dive7:"X", #jump:"SPACE"]cast.entry.17=hh_navigatordynamic.download.name.template=hof_furni/hh_furni_xx_%typeid%.cctroom.default.wall=101cast.entry.23=hh_pollnavigator.private.default=4client.window.title=Ninja Hotelstruct.font.tooltip=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),# ilk:#struct,#fontStyle:[#plain]]interface.cmds.item.owner=["pick"]interface.cmds.user.personal=["badge","dance","wave","hcdance","userpage"]navigator.public.default=3stats.tracking.javascript.template=http://secure-dk.imrworldwide.com/cgi-bin/m?ci=Habbohotel&cg=0&si=\TCODEpaalu.key.list=[#bal1:"Q", #bal2:"E", #push1:"A", #push2:"D", #move1:"N", #move2:"M", #stabilise:"SPACE"]cast.entry.20=hh_dynamic_downloaderroom.cast.4=hh_cat_gfx_allroom.cast.small.1=hh_pets_50cast.entry.5=hh_sharedcast.entry.9=hh_kiosk_roomroom.cast.3=hh_cat_codeinterface.cmds.photo.ctrl=[]cast.entry.18=hh_pursecast.entry.12=hh_furni_classesclub.subscription.disabled=0struct.font.plain=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),# ilk:#struct,#fontStyle:[#plain]]interface.cmds.user.friend=["friend","ignore","trade","unignore","userpage "]image.library.url=http://X.X.X.X/v14/c_images/room.cast.2=hh_people_small_2permitted.password.chars=1234567890qwertyuiopasdfg hjklzxcvbnm-=?!@:.,cast.entry.8=hh_registratroom.cast.private=["hh_room_private"]struct.font.bold=[#font:"vb",#fontSize:9,#lineHeight:10,#color:rgb(" #000000"),#ilk:#struct,#fontStyle:[#plain]]permitted.name.chars=1234567890qwertyuiopasdfghjkl zxcvbnm-=?!@:.,dynamic.download.samples.template=sound/%typeid%.cctcast.entry.3=hh_people_1room.cast.7=hh_soundmachine

I really don't know what could be the issue. From the web server logs all requests are successful with a 200 status code, same from developer console in the browser. Another user facing a very similar problem talked about a shockwave version related issue. Is so, what's the correct shockwave version to use with the v14 pack given by Quackster?

Thank you everyone.

I had this exact same issue when dealing with Cloudflare, basically, you can't let Cloudflare serve your files, you must also disable the gzip / compression of files when served over a HTTP server.

Example of how it's done in Apache using mod_rewrite. Personally, I have this htaccess file in the directory where the external texts are, and the directory where all the furniture files (.cct file extension) are.

Code:
RewriteEngine On
RewriteRule ^(.*)$ $1 [NS,E=no-gzip:1,E=dont-vary:1]

Good luck.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
Oh my God yes, thanks.

What I did was enable the mod_rewrite apache module with the command "sudo a2enmod rewrite && sudo service apache2 restart".

After that I created a .htaccess file inside my v14 folder (all my DCR and index.php file are inside the v14 folder" with the content

Code:
RewriteEngine On
RewriteRule ^(.*)$ $1 [NS,E=no-gzip:1,E=dont-vary:1]

and now it finally loads, thank you very much.

(BTW I just found out that your basilisk browser works perfectly on Mac using CrossOver/Wine and a Windows 7 bottle, I didn't try with Windows 10 yet).
 
Upvote 0
Developer
Developer
Joined
Dec 11, 2010
Messages
2,955
Reaction score
2,688
Oh my God yes, thanks.

What I did was enable the mod_rewrite apache module with the command "sudo a2enmod rewrite && sudo service apache2 restart".

After that I created a .htaccess file inside my v14 folder (all my DCR and index.php file are inside the v14 folder" with the content

Code:
RewriteEngine On
RewriteRule ^(.*)$ $1 [NS,E=no-gzip:1,E=dont-vary:1]

and now it finally loads, thank you very much.

(BTW I just found out that your basilisk browser works perfectly on Mac using CrossOver/Wine and a Windows 7 bottle, I didn't try with Windows 10 yet).

You're welcome, glad it finally works for you! Hopefully this helps others too, sadly these are the workarounds we must do because Shockwave is so ancient it doesn't support newer features like gzip.

And I didn't know that about Basilisk, cool to know. :)
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
Hope it helps yes, I would have never guessed to try that. A quick question if I can, is it normal that the HC furnis are not available? I mean they are in the catalogue but all show as "NO ICON". If I buy any, I get a white cube that I can't place anywhere.
 
Upvote 0
Newbie Spellweaver
Joined
Dec 26, 2019
Messages
69
Reaction score
38
The client is not able to load the furnis. Is it working with other furni then you need to make sure you have the cast files for the HC furni available as well on the same path.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2020
Messages
15
Reaction score
3
I guess they are in the "hof_furni" folder of the v14 DCR pack, do I need to move the files outside that folder?

EDIT: No, that's a terrible idea
 
Last edited:
Upvote 0
Back
Top