Client help! If you fix it you will get paid!

Thom780c

Member
Jan 14, 2012
107
1
Untitled.png
I really need help to my client! Its load fine, but after its has load, this happends :
Untitled.png
Untitled.png


And i hat my Emu open? Any help? Plzz, i will pay if you fix it! I host it on Localhost, i buy a VPS later..
Here is my client.php file (if you need it) : <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} - Client</title>

<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = " ";
var flashvars =
{
"client.starting" : "Please wait, the hotel is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "192.168.1.125",
"connection.info.port" : "1232",
"site.url" : "Localhost",
"url.prefix" : "Localhost",
"client.reload.url" : "Localhost/client",
"client.fatal.error.url" : "Localhost/me",
"client.connection.failed.url" : "Localhost/me",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"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", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>
</head>

<body>

<div id="client"></div>

</body>
</html>
 

Users who are viewing this thread

Top