Client Stuck at 76%.

ryumaki98

New Member
May 29, 2011
28
1
Client Stuck at 76%.
i already edited the client.php
and checked the external_variables
when the client is stuck the server says 1 user online but nothing really happens , i clear chached still same help pls
im using revcms with plus emulator

this is my client .php
<!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/habbologic/css/client.css" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/habbologic/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = " ";
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"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" :" ",
"flash.client.origin" : "popup"
};
var params =
{
"base" :" ",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(' ', "client", "100%", "100%", "10.0.0", " ", flashvars, params, null);
</script>
</head>

<body>

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

</body>
</html>
i already edited external_variables really carefully and for the external ovveride variable its just empty
I also opened the port at firewall for mysql and 30000 and 300001 so whats wrong
 

Users who are viewing this thread

Top