Client Black

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
Hi all
I Pretty much fixed most of the pages but there is 1 page that stands in the way and it the black client page
setup i am useing
R63B
EMU Mercury v2.3
CMS Wiked v3.5.1
IIS 7
MYSQL 56
DEDI Server (not VPS)
any help would be good i tryed the fix on that post and it ends up like this
 

Attachments

  • client.jpg
    client.jpg
    37.5 KB · Views: 2

Brad

Well-Known Member
Jun 5, 2012
2,320
993
Hi all
I Pretty much fixed most of the pages but there is 1 page that stands in the way and it the black client page
setup i am useing
R63B
EMU Mercury v2.3
CMS Wiked v3.5.1
IIS 7
MYSQL 56
DEDI Server (not VPS)
any help would be good i tryed the fix on that post and it ends up like this
Have you portforward your ports?
 

Ubuntu

Professional Slag
Apr 2, 2015
142
11
Is your emulator getting connections? __________________
|
No
You must have setup something wrong in the emulator.
Yes
|
Edit your external vars.

If that doesn't work can you please post your emu config and client.php so I can have a look?
 

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
Is your emulator getting connections? __________________
|
No
You must have setup something wrong in the emulator.
Yes
|
Edit your external vars.

If that doesn't work can you please post your emu config and client.php so I can have a look?
before u ask the emu was set up correctly by BenHands and the vars do work they been set up right by Ryanretos
 

EngeldesTodes

Deutsch Techno-Freak WIR SIND EIN
Feb 21, 2011
1,075
77
Post your client.php
PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>Xotel.co!</title>
     
        <link rel="stylesheet" href="http://xotel.co/app/tpl/skins/Habbo/styles/client.css" type="text/css">
     
        <script type="text/javascript" src="http://xotel.co/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://xotel.co/game";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "******,
                "connection.info.port" : "{server_port}",
                "site.url" : "http://xotel.co",
                "url.prefix" : "http://xotel.co",
                "client.reload.url" : "http://xotel.co/client",
                "client.fatal.error.url" : "http://xotel.co/me",
                "client.connection.failed.url" : "http://xotel.co/me",
                "external.variables.txt" : "http://xotel.co/game/external_variables.txt",
                "external.texts.txt" : "http://xotel.co/game/external_flash_texts.txt",
                "productdata.load.url" : "http://xotel.co/game/productdata.txt",
                "furnidata.load.url" : "http://xotel.co/game/furnidata_xml.xml",
                "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", "http://xotel.co/game/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 
    <body>
 
        <div id="client"></div>
 
    </body>
</html>
Please note the stars represent my IP adress
 

Users who are viewing this thread

Top