Hi, when i enter in the client after loading client crash..
this is my client:
PHP Code:"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "300",
"site.url" : "127.0.0.1",
"url.prefix" : "127.0.0.1",
"client.reload.url" : "http://127.0.0.1/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "http://127.0.0.1/disconnesso.php",
"client.connection.failed.url" : "http://localhost/disconnesso.php",
"external.variables.txt" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/variables.txt",
"external.texts.txt" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/external_flash_texts.txt",
"productdata.load.url" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/productdata.txt",
"furnidata.load.url" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/furnidata.txt",
"hotelview.banner.url" : "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/banner.png",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendi perfavore! Hobba sta caricando.",
"flash.client.url" : "http://127.0.0.1/swfs/game/furniture/",
"user.hash" : "",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://127.0.0.1/swfs/game/furniture/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
FlashExternalInterface.signoutUrl = "http://127.0.0.1/logout.php";
var clientUrl = "http://127.0.0.1/swfs/game/core/05283f046dd1073a787334bce2beb332/Habbo.swf"


Reply With Quote


