[Im up to here with phoenix] Phoenix being a bitch. [Yes, indeed]

emonemo1234

Member
Feb 9, 2012
221
26
Ok so, now that i got my shit all together with hosts etc.. Ive got the client alset for use BUT,
Phoenix emu is disconnecting me and it isnt showing that i am connecting to the client from the emu (no words, just says server ready)

Anyways here is the screenshot:
Halp ;]
 

emonemo1234

Member
Feb 9, 2012
221
26
Post your client.php.

Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
       
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
       
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
                "client.starting" : "Please wait, the hotel is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{server_ip}",
                "connection.info.port" : "30000",
                "site.url" : "{url}",
                "url.prefix" : "{url}",
                "client.reload.url" : "{url}/client",
                "client.fatal.error.url" : "{url}/me",
                "client.connection.failed.url" : "{url}/me",
                "external.variables.txt" : "{external_vars}",
                "external.texts.txt" : "{external_texts}",
                "productdata.load.url" : "{product_data}",
                "furnidata.load.url" : "{furni_data}",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"               
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
   
    </body>
</html>
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Did you do your config.php properly linking to all of the necessary file directories? Did you edit your external_variables.txt?
I had a problem once with Yay Hotel... his client.php's host states another IP, but on yours it's alright so it could be another problem.
 

emonemo1234

Member
Feb 9, 2012
221
26
Did you do your config.php properly linking to all of the necessary file directories? Did you edit your external_variables.txt?
I had a problem once with Yay Hotel... his client.php's host states another IP, but on yours it's alright so it could be another problem.
Does this look correct to you?
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/947'; //Web_Build

$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars

$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http:// slickhotel.x10.mx/gordon/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')
 

Exilo

Member
Apr 27, 2012
192
5
Maybe change all '; gone?
$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars

$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http:// slickhotel.x10.mx/gordon/productdata.txt //URL to your productdata

$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')
Edit: The '; was comming back, but still remove ';
 

Quackster

a devbest user says what
Aug 22, 2010
1,763
1,235
Maybe change all '; gone?
$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars

$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http:// slickhotel.x10.mx/gordon/productdata.txt //URL to your productdata

$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')

That would output a PHP error, sir.
 

emonemo1234

Member
Feb 9, 2012
221
26
Maybe change all '; gone?
$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars

$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['product_data'] = 'http:// slickhotel.x10.mx/gordon/productdata.txt //URL to your productdata

$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')
Naw, that would fuck up the code
 

Zorn192

Member
Sep 4, 2011
119
7
Your SWFs do not exist. Also, you need to open the ports so you can connect to the EMU, i believe your on 30000 & 30001, so make sure there open. After that you should at least see 'Connection...' on your EMU
 

Users who are viewing this thread

Top