I need help with my client

sanne

New Member
Mar 10, 2019
3
0
My problem is as follows .. I have an updated swf pack. but my hotel starts and stops .. I see info coming in the emu but otherwise he stops ... can anyone help?My problem


php
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelname} - Client</title>
<link rel="shortcut icon" href="{url}/App/Tpl/Skins/Custom-habbo/Images/favicon.ico" type="image/vnd.microsoft.icon"/>

<link rel="stylesheet" href="{url}/app/tpl/skins/Custom-habbo/styles/client.css?53465834" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/Custom-habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{url}/swf";
var flashvars =
{
"client.starting" : "{hotelname} hotel is aan het starten.",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"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}/me",
"client.connection.failed.url" : "{url}/me",
"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",
"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", "{url}/swf/expressInstall.swf", flashvars, params, null);
</script>
</head>

<body>
 

Users who are viewing this thread

Top