Client Loads, Then DC

DjPardy

New Member
Jun 15, 2011
19
0
Hey guys, il try to provide as much information and images as possible!
Basicly what the problem is, is when we load our hotel, it will load to the hotel view:
c4b3cb4c0a134671babc1e8.png


Then it will just DC -.-:

0862d00c6bf34f449a742c5.png


I know all my swfs and such are correct. i even had around 10 people look at the problem... all siad they searched almost every place and couldent find the problem... il give you my loader code and server config.

I am using Phoenix CF with the latest version of Phoenix EMU

Loader:
HTML:
<!-- RETRO-SOURCE.INFO: Begin Vote Code --><!-- Successfully voted for this website today. --><!-- RETRO-SOURCE.INFO: End Vote Code -->

<!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" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">

<head>

	<meta http-equiv="content-type" content="text/html; charset=utf-8" />

	<title>Sync Hotel - Client</title>



<script type="text/javascript">

var andSoItBegins = (new Date()).getTime();

</script>

<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/styles/common.css" type="text/css" />

<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/js/libs2.js" type="text/javascript"></script>



<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/js/visual.js" type="text/javascript"></script>

<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/js/libs.js" type="text/javascript"></script>

<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/js/common.js" type="text/javascript"></script>



	<script type="text/javascript"> 

		document.habboLoggedIn = true;

		var habboName = "DjPardy";

		var habboReqPath = "http://sync-hotel.net";

		var habboStaticFilePath = "http://images.habbo.com/habboweb/60_cf3b27a092308ed2f4b382d9929147fc/4/web-gallery";

		var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";

		var habboPartner = "";

		var habboDefaultClientPopupUrl = "http://sync-hotel.net/client";

		window.name = "ClientWndw";

		if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }

	</script> 



<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/styles/habboflashclient.css" type="text/css" />

<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>

<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/js/identity.js" type="text/javascript"></script>



<script type="text/javascript"> 

    FlashExternalInterface.loginLogEnabled = false;

    FlashExternalInterface.logLoginStep("web.view.start");

    

    if (top == self) {

        FlashHabboClient.cacheCheck();

    }

    var flashvars = {

            "client.allow.cross.domain" : "1", 

            "client.notify.cross.domain" : "1", 

            "connection.info.host" : "109.169.63.39", 

            "connection.info.port" : "30000", 

            "site.url" : "http://sync-hotel.net", 

            "url.prefix" : "http://sync-hotel.net", 

            "client.reload.url" : "http://sync-hotel.net/client", 

            "client.fatal.error.url" : "http://sync-hotel.net/client/disconnected.php?flash_client_error", 

            "client.connection.failed.url" : "http://sync-hotel.net/client/disconnected.php?client_connection_failed", 

            "external.variables.txt" : "http://sync-hotel.net/gamedata/external_variables/1.txt", 

            "external.texts.txt" : "http://sync-hotel.net/gamedata/external_flash_texts/1.txt", 

            "use.sso.ticket" : "1",

            "sso.ticket" : "ST-284899-9255618890-6370354527-otaku-6", 

            "processlog.enabled" : "0", 

            "account_id" : "1", 

            "client.starting" : "Welcome! To Sync Hotel!.", 

            "flash.client.url" : "http://sync-hotel.net/gordon/RELEASE63-34096/", 

            "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02", 

            "has.identity" : "0", 

            "flash.client.origin" : "popup",

            "token" : "ST-284899-9255618890-6370354527-otaku-6"

    };

    var params = {

        "base" : "http://sync-hotel.net/gordon/RELEASE63-34096/",

        "allowScriptAccess" : "always",

        "menu" : "false"                

    };

    

    if (!(HabbletLoader.needsFlashKbWorkaround())) {

    	params["wmode"] = "opaque";

    }

    

    var clientUrl = "http://sync-hotel.net/gordon/RELEASE63-34096/Habbo.swf";



    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/flash/expressInstall.swf", flashvars, params);

 

    window.onbeforeunload = unloading;

    function unloading() {

        var clientObject;

        if (navigator.appName.indexOf("Microsoft") != -1) {

            clientObject = window["flash-container"];

        } else {

            clientObject = document["flash-container"];

        }

        try {

            clientObject.unloading();

        } catch (e) {}

    }

</script>



<!--[if IE 8]>

<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/styles/ie8.css" type="text/css" />

<![endif]-->



<!--[if lt IE 8]>

<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/styles/ie.css" type="text/css" />

<![endif]-->

<!--[if lt IE 7]>

<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/styles/ie6.css" type="text/css" />

<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/235/web-gallery/static/js/pngfix.js" type="text/javascript"></script>

<script type="text/javascript">

try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}

</script>



<style type="text/css">

body { behavior: url(/js/csshover.htc); }

</style>

<![endif]-->



</head> 

 

<body id="client" class="flashclient"> 



<div id="overlay"></div>  

<div id="overlay"></div> 

<div id="client-ui" > 

    <div id="flash-wrapper"> 

    <div id="flash-container"> 

        <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none"> 

			<div class="cbb clearfix"> 

			    <h2 class="title">Please install Adobe Flash Player.</h2> 

			    <div class="box-content"> 

			            <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">

						Install flash player</a>. More instructions for installation can be 

						found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">

						More information</a></p> 

			            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p> 

			    </div> 

			</div> 

        </div> 

        <script type="text/javascript"> 

            $('content').show();

        </script> 

        <noscript> 

            <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">

                <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>

            </div>

        </noscript> 

    </div> 



    </div> 

	<div id="content" class="client-content"></div>

</div> 



</body> 

</html>

This is my Server Config:
fb19e9fd29674607a362f28.png


I even tried to put the IP of our VPS (Which by the way this is VPS hosted) in the Bind ips, and then just the game bindip... sooo, im not to sure whats wrong. any help would be great

Also this is what the Server/EMU does:

c7a6743bbcbf49ac9d5a914.png



after a while it jsut started doing this:

232bb2e3b07e4fb189958c6.png


So ya once again any help would be nice! And yes i am a License Holder

-------------------------- Post merged 1 24 minutes after original post. ---------------------------

anything\?
 

Kanebrah

Member
May 23, 2011
465
98
Thats a very common issue, please use the database inside the emulator, and not use these silly little edits such as "hobba" or "maj", Because there all bugged, haha.. So, also disable your securesession in database. and have a go.
 

discript

Member
Jul 12, 2010
30
1
i got same problem and non of the above are whats up.

I have found on some digging that habbo has been moving files arround that the clients index.php requires.

One: The common.css is not the and many files that it reqests are eather 404 0r 403 on the habbo server

two: other css files are loading fine but with some images getting 404 and 403 aswell.

i am still trying to fix my retro, if i find a sulution i shall post it here

UPDATE: The have changed /334/ IN THERE WEB FILES TO 377 PROBS AN UPDATE ON THERE SERVERS?

your -discript
 

Users who are viewing this thread

Top