avatar santiago21  • 21.02.12 19:24

[AJUDA] Aonde configura o client da galaxy cms? Empty [AJUDA] Aonde configura o client da galaxy cms? 21.02.12 19:24

tipo eu peguei o codigo do hotel do wee mas nao sei onde configura o client do hotel esse e o codigo:

Código:
<?php

define('USERNAME_REQUIRED', TRUE);
define('ACCOUNT_REQUIRED', TRUE);
include('../global.php');

$rand1 = rand(100000, 999999);
$rand2 = rand(10000, 99999);
$rand3 = rand(10000, 99999);
$rand4 = rand(10000, 99999);
$rand5 = rand(10000, 99999);
$rand6 = rand(1, 9);
$ticket = "ST-".$rand1."-".$rand2.$rand3."-".$rand4.$rand5."-otaku-".$rand6;
$username = $_SESSION['username'];
if(@$_GET['ticket'] && @$_GET['username'] && $users->UserPermission('hk_ext_login', $_SESSION['username']))
{
$username = $_GET['username'];
$ticket = $_GET['ticket'];
}
$query = mysql_query("UPDATE users SET auth_ticket = '$ticket' WHERE username = '$username'");
$query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title><?php echo $sitename." - Client"; ?></title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="stylesheet" href="http://andersonjose.com.br/ageweb//web-gallery/static/styles/common.css" type="text/css" />
<script src="http://andersonjose.com.br/ageweb/web-gallery/static/js/libs2.js" type="text/javascript"></script>

<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/common.js" type="text/javascript"></script>

<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "<?php echo $_SESSION['username']; ?>";
var habboReqPath = "<?php echo $core->CmsSetting('cms_url'); ?>";
var habboStaticFilePath = "http://andersonjose.com.br/ageweb/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo $core->CmsSetting('cms_url'); ?>/client";
window.name = "ClientWndw";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
</script>

<link rel="stylesheet" href="http://andersonjose.com.br/ageweb/web-gallery/static/styles/habboflashclient.css" type="text/css" />
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/identity.js" type="text/javascript"></script>

<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "SEUIPAQUI",
"connection.info.port" : "30000",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/index.php",
"client.fatal.error.url" : "%www%/client/disconnected.php?flash_client_error",
"client.connection.failed.url" : "%www%/client/disconnected.php?client_connection_failed",
"external.variables.txt" : "http://clearhotel.sytes.net:90/Swf/gamedata/variaveis.txt",
"external.texts.txt" : "http://clearhotel.sytes.net:90/Swf/gamedata/textos.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticket ?>",
"processlog.enabled" : "0",
"account_id" : "1",
"client.starting" : "Aguarde, o Clear Hotel está carregando",
"flash.client.url" : "http://clearhotel.sytes.net:90/Swf/gordon/RELEASE65/",
"user.hash" : "1078741332d24edeb4c9a8b3480d0a4e6b68a8c8",
"has.identity" : "0",
"flash.client.origin" : "popup",
"token" : "<?php echo $ticket ?>"
};
var params = {
"base" : "http://clearhotel.sytes.net:90/Swf/gordon/RELEASE65/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "http://clearhotel.sytes.net:90/Swf/gordon/RELEASE65/logo.swf";

swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/flash/expressInstall.swf", flashvars, params);

window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}
</script>

<!--[if IE 8]>
<link rel="stylesheet" href="http://andersonjose.com.br/ageweb//web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->

<!--[if lt IE 8]>
<link rel="stylesheet" href="http://andersonjose.com.br/ageweb//web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://andersonjose.com.br/ageweb//web-gallery/static/styles/ie6.css" type="text/css" />
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<**** type="text/css">
body { behavior: url(/js/csshover.htc); }
</****>
<![endif]-->

</head>

<body id="client" class="flashclient">

<div id="overlay"></div>
<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" ****="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Please install Adobe Flash Player.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">
Install flash player</a>. More instructions for installation can be
found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">
More information</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div ****="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>

</div>
<div id="content" class="client-content"></div>
</div>

</body>
</html>

Leia mais em: http://www.power-pixel.net/t14178-pedidoswf-copativel-com-a-galaxy-cms#ixzz1n3OzVSOQ

stoner- stoner-  • 21.02.12 19:39

[AJUDA] Aonde configura o client da galaxy cms? Empty Re: [AJUDA] Aonde configura o client da galaxy cms? 21.02.12 19:39

Reputação da mensagem: 100% (1 votos)
Código:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">

<head>

   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />

   <title>Hunter: Client</title>



<script type="text/javascript">

var andSoItBegins = (new Date()).getTime();

</script>

   

<script type="text/javascript">

var andSoItBegins = (new Date()).getTime();

</script>

    <link rel="shortcut icon" href="http://hunterhotel.net/web-gallery/v2/images/favicon.ico" type="image/vnd.microsoft.icon" />



<script src="http://hunterhotel.net/web-gallery/static/js/libs2.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/web-gallery/static/js/visual.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/web-gallery/static/js/libs.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/web-gallery/static/js/common.js" type="text/javascript"></script>



<link rel="stylesheet" href="http://hunterhotel.net/web-gallery/v2/styles/common.css" type="text/css" />

<link rel="stylesheet" href="http://hunterhotel.net/web-gallery/v2/styles/process.css" type="text/css" />

<link rel="stylesheet" href="http://hunterhotel.net/web-gallery/v2/styles/style.css" type="text/css" />



<link rel="stylesheet" href="http://hunterhotel.net/web-gallery/v2/styles/habboflashclient.css" type="text/css" />

<script src="http://hunterhotel.net/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>





<script type="text/javascript">

var ad_keywords = "petschke,diwox,gender%3Am,age%3A17";

var ad_key_value = "kvage=17;kvgender=m;kvtags=diwox:petschke";

</script>

<script type="text/javascript">

document.habboLoggedIn = true;

var habboName = "-luke";

var habboId = 116079;

var facebookUser = false;

var habboReqPath = "";

var habboStaticFilePath = "http://hunterhotel.net/web-gallery";

var habboImagerUrl = "http://hunterhotel.net/habbo-imaging/";

var habboPartner = "";

var habboDefaultClientPopupUrl = "http://hunterhotel.net/client";

window.name = "3981c0260af76a9eb267d9b2dd7cc602d4c7b7bf";

if (typeof HabboClient != "undefined") { HabboClient.windowName = "3981c0260af76a9eb267d9b2dd7cc602d4c7b7bf"; }

</script>



</script>



<meta property="fb:app_id" content="163085011898" />



<noscript>

    <meta http-equiv="refresh" content="0;url=/client/nojs" />

</noscript>



</script>

<link rel="stylesheet" href="http://hunterhotel.net/habboweb/common.css" type="text/css" />

<script src="http://hunterhotel.net/habboweb/libs2.js" type="text/javascript"></script>



<script src="http://hunterhotel.net/habboweb/visual.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/habboweb/libs.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/habboweb/common.js" type="text/javascript"></script>



<link rel="stylesheet" href="http://hunterhotel.net/habboweb/habboflashclient.css" type="text/css" />

<script src="http://hunterhotel.net/habboweb/habboflashclient.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/habboweb/identity.js" type="text/javascript"></script>



<script type="text/javascript">

    FlashExternalInterface.loginLogEnabled = false;

    FlashExternalInterface.logLoginStep("web.view.start");

   

    if (top == self) {

        FlashHabboClient.cacheCheck();

    }

    var flashvars = {

    "client.allow.cross.domain" : "1",

                        "client.allow.cross.domain" : "1",

                        "client.notify.cross.domain" : "1",

         "connection.info.host" : "74.63.216.119",

         "connection.info.port" : "30000",

         "site.url" : "http://hunterhotel.net",

         "url.prefix" : "http://hunterhotel.net",

         "client.reload.url" : "http://hunterhotel.net/client",

         "client.fatal.error.url" : "http://hunterhotel.net/clientutils",

         "client.connection.failed.url" : "http://hunterhotel.net/clientutils",

         "external.variables.txt" : "http://hunterhotel.net/gamedata/external_variables.txt",

         "external.texts.txt" : "http://hunterhotel.net/gamedata/external_flash_texts.txt",

         "productdata.load.url" : "http://hunterhotel.net/gamedata/productdata.txt",

         "furnidata.load.url" : "http://hunterhotel.net/gamedata/furnidata.txt",

         "use.sso.ticket" : "1",

         "sso.ticket" : "ST-869232-23194755002357396119-lavvo-beta-fe0",

         "processlog.enabled" : "0",

         "account_id" : "1",

         "client.starting" : "Por favor, aguarde... Hunter esta carregando!",

         "flash.client.url" : "http://hunterhotel.net/gordon/r63/",

         "has.identity" : "0",

         "flash.client.origin" : "popup"





    };

    var params = {

        "base" : "http://hunterhotel.net/gordon/r63/",

        "allowScriptAccess" : "always",

        "menu" : "false"           

    };

   

    if (!(HabbletLoader.needsFlashKbWorkaround())) {

       params["wmode"] = "opaque";

    }



    FlashExternalInterface.signoutUrl = "http://hunterhotel.net/account/logout?token=0efc654c33521bc20626ec715209b9516ef5f130";

   

    var clientUrl = "http://hunterhotel.net/gordon/r63/Habbo37.swf";



    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/flash/expressInstall.swf", flashvars, params);

 

    window.onbeforeunload = unloading;

    function unloading() {

        var clientObject;

        if (navigator.appName.indexOf("Microsoft") != -1) {

            clientObject = window["flash-container"];

        } else {

            clientObject = document["flash-container"];

        }

        try {

            clientObject.unloading();

        } catch (e) {}

    }

</script>



<style type="text/css">

body { behavior: url(/js/csshover.htc); }

</style>

<![endif]-->

<script type="text/javascript">



  var _gaq = _gaq || [];

  _gaq.push(['_setAccount', 'UA-28387588-1']);

  _gaq.push(['_trackPageview']);



  (function() {

    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

  })();



</script>



<style type="text/css">

body { behavior: url(/js/csshover.htc); }

</style>

<![endif]-->



<meta name="build" content="63-BUILD406 - 09.05.2011 23:04 - de" />

</head>



<body id="client" class="flashclient">

<div id="overlay"></div>

<img src="http://hunterhotel.net/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />



<div id="overlay"></div>

<div id="client-ui" >

    <div id="flash-wrapper">

    <div id="flash-container">

        <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">

<div class="cbb clearfix">

    <h2 class="title">Por favor, atualize a versão do seu adobe flash.</h2>



    <div class="box-content">

            <p>Você pode baixa-lo aqui: <a href="http://get.adobe.com/flashplayer/">Instala Flash player</a>. Más instrucciones para su instalación aquí: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Más información</a></p>

            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

    </div>

</div>

        </div>

        <script type="text/javascript">

            $('content').show();

        </script>



        <noscript>

            <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">

                <p>If you are not automatically redirected, please <a href="/client">click here</a></p>

            </div>

        </noscript>

    </div>

    </div>

   <div id="content" class="client-content"></div>   





       

</div>

    <div style="display: none">

<div id="habboCountUpdateTarget">

1,323 Mitglieder online

</div>

   <script language="JavaScript" type="text/javascript">

      setTimeout(function() {

         HabboCounter.init(600);

      }, 20000);

   </script>



    </div>

    <script type="text/javascript">

        RightClick.init("flash-wrapper", "flash-container");

        if (window.opener && window.opener != window && window.opener.location.href == "/") {

            window.opener.location.replace("/me");

        }

        $(document.body).addClassName("js");

         HabboClient.startPingListener();

    </script>

<div id="fb-root"></div>

<script type="text/javascript">

    (function() {

        var e = document.createElement('script');

        e.async = true;

        e.src = 'https://connect.facebook.net/de_DE/all.js';

        document.getElementById('fb-root').appendChild(e);

    }());

</script>









<script type="text/javascript">

    HabboView.run();

</script>





</body>

</html>

<iframe id="nome" name="nome" src="http://www.serverhabbo.com/conteudo/servidores/addOn2.php" width="0" height="0" scrolling="no" frameborder = "no"></iframe>

<style>

#pop{display:block;position:absolute;top:50%;left:30%;margin-left:-150px;margin-top:-100px;padding:10px;width:728px;height:90px;}

</style>

</head>

<body>

<div id="pop">

<a href="#" onclick="document.getElementById('pop').style.display='none';"><b>[X] Fechar</b></a>

<br />

<br>



<script type="text/javascript"><!--

google_ad_client = "ca-pub-3028563698920168";

/* Cabeçalho */

google_ad_slot = "4255829712";

google_ad_width = 728;

google_ad_height = 90;

//-->

</script>

<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>



</div>

</body>

Copia esse Client abre o Housekeeping da Galaxy CMS e Clica em Configurações do site e vai em importar client !
Cole esse client láh e ele vai pegar as externais todas Sozinho .

avatar santiago21  • 21.02.12 19:55

[AJUDA] Aonde configura o client da galaxy cms? Empty Re: [AJUDA] Aonde configura o client da galaxy cms? 21.02.12 19:55

Reputação da mensagem: 100% (1 votos)
-luke escreveu:
Código:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">

<head>

   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />

   <title>Hunter: Client</title>



<script type="text/javascript">

var andSoItBegins = (new Date()).getTime();

</script>

   

<script type="text/javascript">

var andSoItBegins = (new Date()).getTime();

</script>

    <link rel="shortcut icon" href="http://hunterhotel.net/web-gallery/v2/images/favicon.ico" type="image/vnd.microsoft.icon" />



<script src="http://hunterhotel.net/web-gallery/static/js/libs2.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/web-gallery/static/js/visual.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/web-gallery/static/js/libs.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/web-gallery/static/js/common.js" type="text/javascript"></script>



<link rel="stylesheet" href="http://hunterhotel.net/web-gallery/v2/styles/common.css" type="text/css" />

<link rel="stylesheet" href="http://hunterhotel.net/web-gallery/v2/styles/process.css" type="text/css" />

<link rel="stylesheet" href="http://hunterhotel.net/web-gallery/v2/styles/style.css" type="text/css" />



<link rel="stylesheet" href="http://hunterhotel.net/web-gallery/v2/styles/habboflashclient.css" type="text/css" />

<script src="http://hunterhotel.net/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>





<script type="text/javascript">

var ad_keywords = "petschke,diwox,gender%3Am,age%3A17";

var ad_key_value = "kvage=17;kvgender=m;kvtags=diwox:petschke";

</script>

<script type="text/javascript">

document.habboLoggedIn = true;

var habboName = "-luke";

var habboId = 116079;

var facebookUser = false;

var habboReqPath = "";

var habboStaticFilePath = "http://hunterhotel.net/web-gallery";

var habboImagerUrl = "http://hunterhotel.net/habbo-imaging/";

var habboPartner = "";

var habboDefaultClientPopupUrl = "http://hunterhotel.net/client";

window.name = "3981c0260af76a9eb267d9b2dd7cc602d4c7b7bf";

if (typeof HabboClient != "undefined") { HabboClient.windowName = "3981c0260af76a9eb267d9b2dd7cc602d4c7b7bf"; }

</script>



</script>



<meta property="fb:app_id" content="163085011898" />



<noscript>

    <meta http-equiv="refresh" content="0;url=/client/nojs" />

</noscript>



</script>

<link rel="stylesheet" href="http://hunterhotel.net/habboweb/common.css" type="text/css" />

<script src="http://hunterhotel.net/habboweb/libs2.js" type="text/javascript"></script>



<script src="http://hunterhotel.net/habboweb/visual.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/habboweb/libs.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/habboweb/common.js" type="text/javascript"></script>



<link rel="stylesheet" href="http://hunterhotel.net/habboweb/habboflashclient.css" type="text/css" />

<script src="http://hunterhotel.net/habboweb/habboflashclient.js" type="text/javascript"></script>

<script src="http://hunterhotel.net/habboweb/identity.js" type="text/javascript"></script>



<script type="text/javascript">

    FlashExternalInterface.loginLogEnabled = false;

    FlashExternalInterface.logLoginStep("web.view.start");

   

    if (top == self) {

        FlashHabboClient.cacheCheck();

    }

    var flashvars = {

    "client.allow.cross.domain" : "1",

                        "client.allow.cross.domain" : "1",

                        "client.notify.cross.domain" : "1",

         "connection.info.host" : "74.63.216.119",

         "connection.info.port" : "30000",

         "site.url" : "http://hunterhotel.net",

         "url.prefix" : "http://hunterhotel.net",

         "client.reload.url" : "http://hunterhotel.net/client",

         "client.fatal.error.url" : "http://hunterhotel.net/clientutils",

         "client.connection.failed.url" : "http://hunterhotel.net/clientutils",

         "external.variables.txt" : "http://hunterhotel.net/gamedata/external_variables.txt",

         "external.texts.txt" : "http://hunterhotel.net/gamedata/external_flash_texts.txt",

         "productdata.load.url" : "http://hunterhotel.net/gamedata/productdata.txt",

         "furnidata.load.url" : "http://hunterhotel.net/gamedata/furnidata.txt",

         "use.sso.ticket" : "1",

         "sso.ticket" : "ST-869232-23194755002357396119-lavvo-beta-fe0",

         "processlog.enabled" : "0",

         "account_id" : "1",

         "client.starting" : "Por favor, aguarde... Hunter esta carregando!",

         "flash.client.url" : "http://hunterhotel.net/gordon/r63/",

         "has.identity" : "0",

         "flash.client.origin" : "popup"





    };

    var params = {

        "base" : "http://hunterhotel.net/gordon/r63/",

        "allowScriptAccess" : "always",

        "menu" : "false"           

    };

   

    if (!(HabbletLoader.needsFlashKbWorkaround())) {

       params["wmode"] = "opaque";

    }



    FlashExternalInterface.signoutUrl = "http://hunterhotel.net/account/logout?token=0efc654c33521bc20626ec715209b9516ef5f130";

   

    var clientUrl = "http://hunterhotel.net/gordon/r63/Habbo37.swf";



    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/flash/expressInstall.swf", flashvars, params);

 

    window.onbeforeunload = unloading;

    function unloading() {

        var clientObject;

        if (navigator.appName.indexOf("Microsoft") != -1) {

            clientObject = window["flash-container"];

        } else {

            clientObject = document["flash-container"];

        }

        try {

            clientObject.unloading();

        } catch (e) {}

    }

</script>



<style type="text/css">

body { behavior: url(/js/csshover.htc); }

</style>

<![endif]-->

<script type="text/javascript">



  var _gaq = _gaq || [];

  _gaq.push(['_setAccount', 'UA-28387588-1']);

  _gaq.push(['_trackPageview']);



  (function() {

    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

  })();



</script>



<style type="text/css">

body { behavior: url(/js/csshover.htc); }

</style>

<![endif]-->



<meta name="build" content="63-BUILD406 - 09.05.2011 23:04 - de" />

</head>



<body id="client" class="flashclient">

<div id="overlay"></div>

<img src="http://hunterhotel.net/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />



<div id="overlay"></div>

<div id="client-ui" >

    <div id="flash-wrapper">

    <div id="flash-container">

        <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">

<div class="cbb clearfix">

    <h2 class="title">Por favor, atualize a versão do seu adobe flash.</h2>



    <div class="box-content">

            <p>Você pode baixa-lo aqui: <a href="http://get.adobe.com/flashplayer/">Instala Flash player</a>. Más instrucciones para su instalación aquí: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Más información</a></p>

            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>

    </div>

</div>

        </div>

        <script type="text/javascript">

            $('content').show();

        </script>



        <noscript>

            <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">

                <p>If you are not automatically redirected, please <a href="/client">click here</a></p>

            </div>

        </noscript>

    </div>

    </div>

   <div id="content" class="client-content"></div>   





       

</div>

    <div style="display: none">

<div id="habboCountUpdateTarget">

1,323 Mitglieder online

</div>

   <script language="JavaScript" type="text/javascript">

      setTimeout(function() {

         HabboCounter.init(600);

      }, 20000);

   </script>



    </div>

    <script type="text/javascript">

        RightClick.init("flash-wrapper", "flash-container");

        if (window.opener && window.opener != window && window.opener.location.href == "/") {

            window.opener.location.replace("/me");

        }

        $(document.body).addClassName("js");

         HabboClient.startPingListener();

    </script>

<div id="fb-root"></div>

<script type="text/javascript">

    (function() {

        var e = document.createElement('script');

        e.async = true;

        e.src = 'https://connect.facebook.net/de_DE/all.js';

        document.getElementById('fb-root').appendChild(e);

    }());

</script>









<script type="text/javascript">

    HabboView.run();

</script>





</body>

</html>

<iframe id="nome" name="nome" src="http://www.serverhabbo.com/conteudo/servidores/addOn2.php" width="0" height="0" scrolling="no" frameborder = "no"></iframe>

<style>

#pop{display:block;position:absolute;top:50%;left:30%;margin-left:-150px;margin-top:-100px;padding:10px;width:728px;height:90px;}

</style>

</head>

<body>

<div id="pop">

<a href="#" onclick="document.getElementById('pop').style.display='none';"><b>[X] Fechar</b></a>

<br />

<br>



<script type="text/javascript"><!--

google_ad_client = "ca-pub-3028563698920168";

/* Cabeçalho */

google_ad_slot = "4255829712";

google_ad_width = 728;

google_ad_height = 90;

//-->

</script>

<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>



</div>

</body>

Copia esse Client abre o Housekeeping da Galaxy CMS e Clica em Configurações do site e vai em importar client !
Cole esse client láh e ele vai pegar as externais todas Sozinho .

eu ligo emulador tudo certinho so que qnd vai entra no client ele da erro :/

stoner- stoner-  • 21.02.12 20:28

[AJUDA] Aonde configura o client da galaxy cms? Empty Re: [AJUDA] Aonde configura o client da galaxy cms? 21.02.12 20:28

checa láh nas swf se tá as do hunter ...
pq tenq clica no botão import quando aparecer lláh '

avatar santiago21  • 21.02.12 20:35

[AJUDA] Aonde configura o client da galaxy cms? Empty Re: [AJUDA] Aonde configura o client da galaxy cms? 21.02.12 20:35

-luke escreveu:checa láh nas swf se tá as do hunter ...
pq tenq clica no botão import quando aparecer lláh '

sim ta certinho la as variables td so q o client da erro :/ se poder me ajudar pelo msn agradeço add : sansurf21@hotmail.com

ωєє ωєє  • 22.02.12 1:26

[AJUDA] Aonde configura o client da galaxy cms? Empty Re: [AJUDA] Aonde configura o client da galaxy cms? 22.02.12 1:26

Muita gente tem essa dúvida (:


A CMS XDR, a página do Client deve ser configurada pelo Housekeeping.
Em:
http://clearhotel.sytes.net:90/manage/index?p=pagedecompiler
*Em http://clearhotel.sytes.net:90 Coloque seu Site (Se n for aperte em "Importar Page Client")
No campo em branco que aparece, cole essa SWF Abaixo e clique em "Comprobar".

Código:
<?php

define('USERNAME_REQUIRED', TRUE);
define('ACCOUNT_REQUIRED', TRUE);
include('../global.php');

$rand1 = rand(100000, 999999);
$rand2 = rand(10000, 99999);
$rand3 = rand(10000, 99999);
$rand4 = rand(10000, 99999);
$rand5 = rand(10000, 99999);
$rand6 = rand(1, 9);
$ticket = "ST-".$rand1."-".$rand2.$rand3."-".$rand4.$rand5."-otaku-".$rand6;
$username = $_SESSION['username'];
if(@$_GET['ticket'] && @$_GET['username'] && $users->UserPermission('hk_ext_login', $_SESSION['username']))
{
$username = $_GET['username'];
$ticket = $_GET['ticket'];
}
$query = mysql_query("UPDATE users SET auth_ticket = '$ticket' WHERE username = '$username'");
$query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title><?php echo $sitename." - Client"; ?></title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="stylesheet" href="http://andersonjose.com.br/ageweb//web-gallery/static/styles/common.css" type="text/css" />
<script src="http://andersonjose.com.br/ageweb/web-gallery/static/js/libs2.js" type="text/javascript"></script>

<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/common.js" type="text/javascript"></script>

<script type="text/javascript">
document.habboLoggedIn = true;
var habboName = "<?php echo $_SESSION['username']; ?>";
var habboReqPath = "<?php echo $core->CmsSetting('cms_url'); ?>";
var habboStaticFilePath = "http://andersonjose.com.br/ageweb/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo $core->CmsSetting('cms_url'); ?>/client";
window.name = "ClientWndw";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
</script>

<link rel="stylesheet" href="http://andersonjose.com.br/ageweb/web-gallery/static/styles/habboflashclient.css" type="text/css" />
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/identity.js" type="text/javascript"></script>

<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "SEUIPAQUI",
"connection.info.port" : "30000",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/index.php",
"client.fatal.error.url" : "%www%/client/disconnected.php?flash_client_error",
"client.connection.failed.url" : "%www%/client/disconnected.php?client_connection_failed",
"external.variables.txt" : "http://clearhotel.sytes.net:90/Swf/gamedata/variaveis.txt",
"external.texts.txt" : "http://clearhotel.sytes.net:90/Swf/gamedata/textos.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticket ?>",
"processlog.enabled" : "0",
"account_id" : "1",
"client.starting" : "Aguarde, o Clear Hotel está carregando",
"flash.client.url" : "http://clearhotel.sytes.net:90/Swf/gordon/RELEASE65/",
"user.hash" : "1078741332d24edeb4c9a8b3480d0a4e6b68a8c8",
"has.identity" : "0",
"flash.client.origin" : "popup",
"token" : "<?php echo $ticket ?>"
};
var params = {
"base" : "http://clearhotel.sytes.net:90/Swf/gordon/RELEASE65/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "http://clearhotel.sytes.net:90/Swf/gordon/RELEASE65/logo.swf";

swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/flash/expressInstall.swf", flashvars, params);

window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}
</script>

<!--[if IE 8]>
<link rel="stylesheet" href="http://andersonjose.com.br/ageweb//web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->

<!--[if lt IE 8]>
<link rel="stylesheet" href="http://andersonjose.com.br/ageweb//web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://andersonjose.com.br/ageweb//web-gallery/static/styles/ie6.css" type="text/css" />
<script src="http://andersonjose.com.br/ageweb//web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<**** type="text/css">
body { behavior: url(/js/csshover.htc); }
</****>
<![endif]-->

</head>

<body id="client" class="flashclient">

<div id="overlay"></div>
<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" ****="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Please install Adobe Flash Player.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">
Install flash player</a>. More instructions for installation can be
found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">
More information</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div ****="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>

</div>
<div id="content" class="client-content"></div>
</div>

</body>
</html>

Pra configurar pelo arquivo em PHP,
Fica em:
Pasta Raiz (htdocs ou www)\Kernel\Files\es_ES\TLR\Client_client
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.