Problems help me pleaseeeeee

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
Please add more information, as stated in the Section Rules.
Hello i need help my client doesnt work as it loads and then strasight away it disconnects and also my homepage is really bodgey im not sure what i did for this to happen it was fine one time and then just turned to this the next if anyone knows please help really need it asap thanks so much
25oz5g7.jpg
 

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
Give Me Page Code
(Forgot A Div Most Likely)
What EMU
Show Client.php
page code well its for all pages btw not just me page i didnt edit anything it was erfectly fine before athen it went all dodgey im using phoenix and ok il send u client.php in next commemt 
page code well its for all pages btw not just me page i didnt edit anything it was erfectly fine before athen it went all dodgey im using phoenix and ok il send u client.php in next commemt
<!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 = "{swf_folder}";
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "{server_ip}",
"connection.info.port" : "30000",
"site.url" : "{url}/",
"url.prefix" : "{url}/",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"external.variables.txt" : "{external_vars}",
"external.texts.txt" : "{external_texts}",
"productdata.load.url" : "{product_data}",
"furnidata.load.url" : "{furni_data}",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"account_id" : "1",
"client.starting" : "Please wait! {hotelName} Hotel is starting up!",
"flash.client.url" : "{swf_folder}/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "0",
"flash.client.origin" : "popup",
"token" : "{sso}"
};
var params = {
"base" : "{swf_folder}/",
"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>
 

Brad

Well-Known Member
Jun 5, 2012
2,320
993
its Your index.php i think, try replacing it with
Code:
<?php
define('IN_INDEX', 1);
 
require_once 'global.php';
$core->handleCall($engine->secure($_GET['url']));
$template->html->get($engine->secure($_GET['url']));
$template->outputTPL();
?>
 

Users who are viewing this thread

Top