Johno
:: xHosts :: www.xhosts.uk
- Sep 12, 2011
- 586
- 255
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 ?
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";
}