Hiya, Ragezone.
so basically the client stays at hotel view
and then just disconnects.
anyone who has a fix
please comment
thanks,
Kenzie & Jordan
we accept people with teamviewer,
we are willing to pay.
skype; kenzie.fuckyou123
Hiya, Ragezone.
so basically the client stays at hotel view
and then just disconnects.
anyone who has a fix
please comment
thanks,
Kenzie & Jordan
we accept people with teamviewer,
we are willing to pay.
skype; kenzie.fuckyou123
Make sure the SWFS and external_variables are all set up, if it doesnt work then replace your client.php with (keep reading)
Until you found swfs that work<!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.starting" : "{username} is now loading {hotelName}",
"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", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
var id = 48;
$(document).ready(function(){
$.getJSON("http://*****.com/index.php?page=vote", { id: id, hasVoted: 'unknown' }, function(data) {
if(data == 2) {
window.location.replace("http://*****.com/index.php?page=vote&id=" + id);
}
});
});
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
P.S: When i had a retro i just copied the SWFs from the sources of other hotel websites (chrome>tools>view source) until i found one that worked for me
Best Of Luck,
----Maz
Last edited by Maz; 27-03-13 at 02:58 AM. Reason: P.S
Version, CMS, server? You have to supply more information in order to get more helpful replies. Also, most people will assist you for free. But it is probably your web-build/SWFs.
Either your externals aren't configured or your server's just not getting the connections. If you don't see anything in the console of your server check to make sure the port isn't blocked from external access by a firewall from external access.