
Originally Posted by
The General
I think it is due to the findretro's forwarding the person to your client but the client says he hasn't voted yet and forward him to the voting page.
Put your client php file in here.
Code:
<?php require_once('api.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/habbo/styles/client.css" type="text/css">
<link rel="stylesheet" href="{url}/app/tpl/skins/habbo/Template/css/Style2.css" type="text/css">
<script type="text/javascript" src="{url}/app/tpl/skins/habbo/js/swfobject.js"></script>
<script type="text/javascript" src="{url}/app/tpl/skins/habbo/js/Clients.js"></script>
<script type='text/javascript' src='/app/tpl/skins/habbo/Template/JS/Jquery.js'></script>
<script type='text/javascript' src='/app/tpl/skins/habbo/Template/JS/JQueryUI.js'></script>
<script type="text/javascript">
var BaseUrl = "{swf_folder}";
var flashvars =
{
"client.starting" : "Please wait, {hotelname} loading",
"hotelview.banner.url" : "{url}/game/rs4.php",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"nux.lobbies.enabled" : "true",
"connection.info.host" : "{server_ip}",
"connection.info.port" : "{server_port}",
"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}",
"external.override.texts.txt" : "(Vars Go Here)",
"external.override.variables.txt" : "(Vars go here)",
"external.figurepartlist.txt" : "(Game data / furnidata go here)",
"productdata.load.url" : "{product_data}",
"furnidata.load.url" : "{furni_data}",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" : BaseUrl,
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup",
"logout.url" : "{url}/me",
"account_id" : "",
"logout.disconnect.url" : "{url}/me",
};
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>
- - - Updated - - -

Originally Posted by
Terrum
Did you set the full link (not just 'client.php') to your client as the redirector after voting on your settings of the API? When you login to your account on findretros.com you need to set the redirector to the full link of your hotel's client, which is under some obscure settings.
The return url is my hotel /client
This happens before people even vote man. When they click enter client, then it says " This page has a redirected loop " they didn't even play the game yet.
- - - Updated - - -
Okay so now for my friend it says website is offline, but it's only for him, not redirected loop.
Here's the code: http://pastie.org/private/xxkv0ticycrch7vqgefziq#9,18