-
Client Problems
I have fixed my client from the last problem I had but now my client disconnects at 43%
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>RetroLion - Client</title>
<link rel="stylesheet" href="http://retrolion.tk/style/client.css" type="text/css">
<script type="text/javascript" src="http://retrolion.tk/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "http://retrolion.tk/game/gordon/RELEASE63-201411201226-580134750";
var flashvars =
{
"client.starting" : "Please wait, The Lion is waking..",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "MYSERVERIP",
"connection.info.port" : "30000",
"site.url" : "http://retrolion.tk",
"url.prefix" : "http://retrolion.tk/",
"client.reload.url" : "http://retrolion.tk/client.php",
"client.fatal.error.url" : "http://retrolion.tk/me.php",
"client.connection.failed.url" : "http://retrolion.tk/me.php",
"external.variables.txt" : "http://retrolion.tk/game/gamedata/external_variables/1.xml",
"external.texts.txt" : "http://retrolion.tk/game/gamedata/external_flash_texts/1.xml",
"productdata.load.url" : "http://retrolion.tk/game/gamedata/productdata/1.xml",
"furnidata.load.url" : "http://retrolion.tk/game/gamedata/furnidata_xml/1.xml",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $token ?>",
"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://retrolion.tk/game/gordon/RELEASE63-201411201226-580134750/expressInstall.swf", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
-
Re: Client Problems
-
Re: Client Problems
I have fixed the first issue but ran into a second one which i have described above
-
Re: Client Problems