Client re-directs to /swfs/gordon/PRODUCTION-201701242205-837386173

Status
Not open for further replies.

Mystical

Member
Feb 13, 2018
63
16
Alright, so basically I've been scratching my head over this for awhile, client redirects to the swfs/gordon/PRODUCTION-201701242205-837386173
and 403's like this, I've left the domain out on purpose, but this is the console error
screenshot_1-png.6832

This is the 403 IIS Error:
screenshot_2-png.6833

and obviously the files
screenshot_3-png.6834
 

Attachments

  • Screenshot_1.png
    Screenshot_1.png
    12.7 KB · Views: 303
  • Screenshot_2.png
    Screenshot_2.png
    9.7 KB · Views: 299
  • Screenshot_3.png
    Screenshot_3.png
    6.8 KB · Views: 300
Last edited:

Mythic

Member
Jan 27, 2018
33
15
Probably you misconfigured your external variables. Make sure you replaced all links with your hotellink and that the external_variables as well as all other files are linked correctly in client.php.

While loading the client, open the chrome developer console and enable „Preserve log“, it will show you the errors which occur while loading.

Maybe your emulator is not accepting connections as well, but to determine the reason, post a screenshot of your console before the redirect.
 

Mystical

Member
Feb 13, 2018
63
16
Probably you misconfigured your external variables. Make sure you replaced all links with your hotellink and that the external_variables as well as all other files are linked correctly in client.php.

While loading the client, open the chrome developer console and enable „Preserve log“, it will show you the errors which occur while loading.

Maybe your emulator is not accepting connections as well, but to determine the reason, post a screenshot of your console before the redirect.
Posted it if you look up at the thread already, 1'st image.
 

Mystical

Member
Feb 13, 2018
63
16
Show my your client.php, external_variables.php
Code:
[CODE]<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="http://limehotel.us/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} Hotel</title>
 
        <link rel="stylesheet" href="http://limehotel.us/app/tpl/skins/Habbo/styles/client.css" type="text/css">
 
        <script type="text/javascript" src="http://limehotel.us/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://limehotel.us/swfs/gordon/PRODUCTION-201701242205-837386173";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{Ip Was here but removed it for posting}",
                "connection.info.port" : "30000",
                "site.url" : "http://limehotel.us",
                "url.prefix" : "http://limehotel.us",
                "client.reload.url" : "http://limehotel.us/disconnected",
                "client.fatal.error.url" : "http://limehotel.us/disconnected",
                "client.connection.failed.url" : "http://limehotel.us/disconnected",
                "external.variables.txt" : "http://limehotel.us/swfs/gamedata/external_variables.txt",
                "external.texts.txt" : "http://limehotel.us/swfs/gamedata/external_flash_texts.txt",
                "external.override.texts.txt" : "http://limehotel.us/swfs/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://limehotel.us/swfs/gamedata/override/external_override_variables.txt",
                "external.figurepartlist.txt" : "http://limehotel.us/swfs/gamedata/figuredata.xml",
                "productdata.load.url" : "http://limehotel.us/swfs/gamedata/productdata.txt",
                "furnidata.load.url" : "http://limehotel.us/swfs/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "client.starting" : "I'm Mr.Meeseeks Look at Me!",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "client.starting.revolving" : "Okay Slight problem...you might die/Rick or Jerry?/Morty shove these balls up your asshole.../",
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://limehotel.us/swfs/gordon/PRODUCTION-201701242205-837386173/expressInstall.swf", flashvars, params, null);
        </script>
    </head>

    <body>

        <div id="client"></div>

    </body>
</html>
[/CODE]
Var's way to long, but trust me its hooked up correctly.
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
Code:
[CODE]<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="http://limehotel.us/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} Hotel</title>
 
        <link rel="stylesheet" href="http://limehotel.us/app/tpl/skins/Habbo/styles/client.css" type="text/css">
 
        <script type="text/javascript" src="http://limehotel.us/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://limehotel.us/swfs/gordon/PRODUCTION-201701242205-837386173";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{Ip Was here but removed it for posting}",
                "connection.info.port" : "30000",
                "site.url" : "http://limehotel.us",
                "url.prefix" : "http://limehotel.us",
                "client.reload.url" : "http://limehotel.us/disconnected",
                "client.fatal.error.url" : "http://limehotel.us/disconnected",
                "client.connection.failed.url" : "http://limehotel.us/disconnected",
                "external.variables.txt" : "http://limehotel.us/swfs/gamedata/external_variables.txt",
                "external.texts.txt" : "http://limehotel.us/swfs/gamedata/external_flash_texts.txt",
                "external.override.texts.txt" : "http://limehotel.us/swfs/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://limehotel.us/swfs/gamedata/override/external_override_variables.txt",
                "external.figurepartlist.txt" : "http://limehotel.us/swfs/gamedata/figuredata.xml",
                "productdata.load.url" : "http://limehotel.us/swfs/gamedata/productdata.txt",
                "furnidata.load.url" : "http://limehotel.us/swfs/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "client.starting" : "I'm Mr.Meeseeks Look at Me!",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "client.starting.revolving" : "Okay Slight problem...you might die/Rick or Jerry?/Morty shove these balls up your asshole.../",
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://limehotel.us/swfs/gordon/PRODUCTION-201701242205-837386173/expressInstall.swf", flashvars, params, null);
        </script>
    </head>

    <body>

        <div id="client"></div>

    </body>
</html>
[/CODE]
Var's way to long, but trust me its hooked up correctly.
Just checked your external_variables and it seems that you are using https and www however in your client you are not. Try removing the https and www from your variables and open your ports. Also is your emulator receiving any connection at all?
 

Mystical

Member
Feb 13, 2018
63
16
Just checked your external_variables and it seems that you are using https and www however in your client you are not. Try removing the https and www from your variables and open your ports. Also is your emulator receiving any connection at all?
Nope, the emulator doesn't get any connections.
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
Nope, the emulator doesn't get any connections.
Then it seems that either you have it configured wrong or your ports are not open.

EDIT: I have checked and it seems that your ports are open indeed. Have you checked if you configured your emulator correctly?
 

Mystical

Member
Feb 13, 2018
63
16
Then it seems that either you have it configured wrong or your ports are not open.

EDIT: I have checked and it seems that your ports are open indeed. Have you checked if you configured your emulator correctly?
This is what is weird, its configured 100% properly, the emulator opens & has no issues.
Edit: Also, this only happend after I changed to the PlusEMU db, as the one I was using previously wasn't working properly.
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
This is what is weird, its configured 100% properly, the emulator opens & has no issues.
Edit: Also, this only happend after I changed to the PlusEMU db, as the one I was using previously wasn't working properly.
Is your DB the actual DB used for your emulator? I suggest you move onto HabboEmulator by brad, by either way if your DB isn't the one for your emulator then there is your answer bud :)
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
PM me I'll take a look through TV or something?
 
There were a few things wrong, so I've started from scratch and built it up using HabboFiles.com, the R1 emulator comes with a working database and then I used the SWF's on that website as well if anyone is reading.

If others are getting the same error make sure your SWF's are all linking and that you're using a Habbo.swf that works for your production/emulator.
 
Status
Not open for further replies.

Users who are viewing this thread

Top