Client Black Screen - Help please

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
581
246
Hi

Here is my client config, i have replaced my ip with 0.0.0.0 for security reasons

Can i have some advice on what is incorrect ?

Code:
var flashvars = {
    "client.allow.cross.domain": "1",
    "client.notify.cross.domain": "0",
    "connection.info.host": "0.0.0.0",
    "connection.info.port": "30000",
    "site.url": "%www%",
    "url.prefix": "%www%",
    "client.reload.url": "%www%/account/reauthenticate?page=/flash_client",
    "client.fatal.error.url": "%www%/flash_client_error",
    "client.connection.failed.url": "%www%/client_connection_failed",
    "external.variables.txt": "http://0.0.0.0/r63/external_variables.txt",
    "external.texts.txt": "http://0.0.0.0/r63/external_flash_texts.txt",
    "external.override.texts.txt": "http://0.0.0.0/r63/external_flash_override_texts.txt",
    "external.override.variables.txt": "http://0.0.0.0/r63/external_override_variables.txt",
    "productdata.load.url": "http://0.0.0.0/r63/productdata.txt",
    "furnidata.load.url": "http://0.0.0.0/r63/furnidata.txt",
    "use.sso.ticket": "1",
    "sso.ticket": "%sso_ticket%",
    "processlog.enabled": "1",
    "account_id": "%habboID%",
    "client.starting": "Please wait! Habbo is starting up.",
    "flash.client.url": "http://0.0.0.0/r63",
    "user.hash": "%habboHash%",
    "has.identity": "1",
    "flash.client.origin": "popup"
};
var params = {
    "base": "http://0.0.0.0/r63/",
    "allowScriptAccess": "always",
    "menu": "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
}
 

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
581
246
yes the %www% is working fine :) i just get the black screen not even the starting of any type of loading of the client and nothing shows on the emu
 

Heaplink

Developer & Designer
Nov 9, 2011
510
173
Make sure everything is right inside external_variables and also make sure that you get a connection to the emulator.

Example, when client fails it should say that you disconnected on the emulator as well. If this is not the case, then you need to see trough your configurations again. Remember to port forward the port and open port in firewall to be sure that it can receive connections.
 

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
581
246
i was using my old cms with these external files and they worked great, i put my custom cms on and its stopped :s
 

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
581
246
if i use the link direct in my browser it shows up but when i try via the script then it just black screens :s
 

Johno

:: xHosts :: www.xhosts.uk
Sep 12, 2011
581
246
When i view the soruce of my browser this is what is there

Code:
var flashvars = {
 
    "client.allow.cross.domain": "1",
 
    "client.notify.cross.domain": "0",
 
    "connection.info.host": "0.0.0.0",
 
    "connection.info.port": "30000",
 
    "site.url": "http://0.0.0.0",
 
    "url.prefix": "http://0.0.0.0",
 
    "client.reload.url": "http://0.0.0.0/account/reauthenticate?page=/flash_client",
 
    "client.fatal.error.url": "http://0.0.0.0/flash_client_error",
 
    "client.connection.failed.url": "http://0.0.0.0/client_connection_failed",
 
    "external.variables.txt": "http://0.0.0.0/r63/external_variables.txt",
 
    "external.texts.txt": "http://0.0.0.0/r63/external_flash_texts.txt",
 
    "external.override.texts.txt": "http://0.0.0.0/r63/external_flash_override_texts.txt",
 
    "external.override.variables.txt": "http://0.0.0.0/r63/external_override_variables.txt",
 
    "productdata.load.url": "http://0.0.0.0/r63/productdata.txt",
 
    "furnidata.load.url": "http://0.0.0.0/r63/furnidata.txt",
 
    "use.sso.ticket": "1",
 
    "sso.ticket": "ST-9db1b28760a62f2ffaad6f449ab6741c51f2c010-191",
 
    "processlog.enabled": "1",
 
    "account_id": "2",
 
    "client.starting": "Please wait! Habbo is starting up.",
 
    "flash.client.url": "http://0.0.0.0/r63/",
 
    "user.hash": "XPN-C49A55C9627EA3CDAB64",
 
    "has.identity": "1",
 
    "flash.client.origin": "popup"
 
};
 
var params = {
 
    "base": "http://0.0.0.0/r63/",
 
    "allowScriptAccess": "always",
 
    "menu": "false"
 
};
 
if (!(HabbletLoader.needsFlashKbWorkaround())) {
 
    params["wmode"] = "opaque";
 
}
 
FlashExternalInterface.signoutUrl = "http://0.0.0.0/account/logout_ok";
 
var clientUrl = "http://0.0.0.0/r63/Habbo.swf";
 
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "files/flash/expressInstall.swf", flashvars, params);
 
window.onbeforeunload = unloading;
 

Blaze

Web Developer
Feb 24, 2011
247
20
Your problem is maybe change paths to yours. also get new
When i view the soruce of my browser this is what is there

Code:
var flashvars = {
 
    "client.allow.cross.domain": "1",
 
    "client.notify.cross.domain": "0",
 
    "connection.info.host": "0.0.0.0",
 
    "connection.info.port": "30000",
 
    "site.url": "http://0.0.0.0",
 
    "url.prefix": "http://0.0.0.0",
 
    "client.reload.url": "http://0.0.0.0/account/reauthenticate?page=/flash_client",
 
    "client.fatal.error.url": "http://0.0.0.0/flash_client_error",
 
    "client.connection.failed.url": "http://0.0.0.0/client_connection_failed",
 
    "external.variables.txt": "http://0.0.0.0/r63/external_variables.txt",
 
    "external.texts.txt": "http://0.0.0.0/r63/external_flash_texts.txt",
 
    "external.override.texts.txt": "http://0.0.0.0/r63/external_flash_override_texts.txt",
 
    "external.override.variables.txt": "http://0.0.0.0/r63/external_override_variables.txt",
 
    "productdata.load.url": "http://0.0.0.0/r63/productdata.txt",
 
    "furnidata.load.url": "http://0.0.0.0/r63/furnidata.txt",
 
    "use.sso.ticket": "1",
 
    "sso.ticket": "ST-9db1b28760a62f2ffaad6f449ab6741c51f2c010-191",
 
    "processlog.enabled": "1",
 
    "account_id": "2",
 
    "client.starting": "Please wait! Habbo is starting up.",
 
    "flash.client.url": "http://0.0.0.0/r63/",
 
    "user.hash": "XPN-C49A55C9627EA3CDAB64",
 
    "has.identity": "1",
 
    "flash.client.origin": "popup"
 
};
 
var params = {
 
    "base": "http://0.0.0.0/r63/",
 
    "allowScriptAccess": "always",
 
    "menu": "false"
 
};
 
if (!(HabbletLoader.needsFlashKbWorkaround())) {
 
    params["wmode"] = "opaque";
 
}
 
FlashExternalInterface.signoutUrl = "http://0.0.0.0/account/logout_ok";
 
var clientUrl = "http://0.0.0.0/r63/Habbo.swf";
 
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "files/flash/expressInstall.swf", flashvars, params);
 
window.onbeforeunload = unloading;
 

Users who are viewing this thread

Top