Como configurar CMS RetroZ?

+4
Kyacrudo
Dino
lai0n
Fantasy-Hotel
8 participantes

Fantasy-Hotel Fantasy-Hotel  • 27.01.14 17:26

Como configurar CMS RetroZ? Empty Como configurar CMS RetroZ? 27.01.14 17:26

Print de meu erro: 

Qual é meu erro: Como configurar CMS RetroZ?

CMS Que estou utilizando: RetroZ

SWF que estou utilizando: Sexy 3.0

Versão de meu hotel: NewCrypto

Se escolheu outros, especifique: -

Comentários adicionais: 

Olá!


  Bom, já faz um tempo, e eu não estou conseguindo configurar a CMS RetroZ do Je4n. Consegui configurar outras, mais esta, ta me dando dor de cabeça. Eu consigo fazer funcionar quase tudo nela, menos a client.
  Já troquei a "web-gallery", a "client.php" e o emulador, mais não consigo. É sempre aquele erro infernal, na hora de carregar a client (Carrega, e depois fica preta, e vai pra "clientutils"/"clienterro")Então estou em busca de seu criador, ou alguém que há conseguiu configurar (de preferencia que a client funcionou) para estar me explicando o passo a passo, ou até mesmo estar fazendo um tuto e estar postando no PPF, como se configura essa CMS, incluindo o emulador Trypolin, Retro DB, pois esta acontecendo este erro com muitas pessoas. 
  Estou pedindo, pois configurei onde eu acho que deveria, porém não obtive sucesso.


Desde já agradeço. Contem com meu "+".

lai0n lai0n  • 27.01.14 20:23

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 27.01.14 20:23

Reputação da mensagem: 100% (1 votos)
Use essa client abaixo ( não funcionar o erro é em sua SWF ) :
Código:
<?php

require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.php');


mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());
 
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);


$client_port = mysql_fetch_assoc($client_port = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_port'"));
$client_mus = mysql_fetch_assoc($client_mus = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_mus'"));
$client_ip = mysql_fetch_assoc($client_ip = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_ip'"));
$client_variables = mysql_fetch_assoc($client_variables = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables'"));
$client_variables_night = mysql_fetch_assoc($client_variables_night = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_variables_night'"));
$client_texts = mysql_fetch_assoc($client_texts = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_texts'"));
$client_swf_path = mysql_fetch_assoc($client_swf_path = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_swf_path'"));
$client_habbo_swf = mysql_fetch_assoc($client_habbo_swf = mysql_query("SELECT * FROM cms_settings WHERE variable = 'client_habbo_swf'"));
$client_limit = mysql_fetch_assoc($client_limit = mysql_query("SELECT * FROM cms_settings WHERE variable = 'cms_clientlimit'"));
if($user_rank < 1 && $online_count >= $client_limit['value']){

require_once('./templates/login_subheader.php');
require_once('./templates/login_header.php');

?>

<br>
<div id="intermediate">
<h2><center>Límite de Usuarios</center></h2>
<div id="enter-hotel">
<div class="open enter-btn">
<a href="http:/haidhotel.tk/me" target="client" onClick="return onClientOpen(this)">Me<i></i></a><b></b>
</div>
</div>

<div id="info">
Actualmente tenemos <b><?php echo $online_count; ?> <?php echo $shortname; ?>s </b> conectados en el Servidor 1 y el límite es de <b><?php echo $client_limit['value']; ?> Onlines.</div>

<?php require_once('./templates/login_footer.php'); }else{ require_once('./templates/client_subheader.php'); ?>

<script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = true;
   
    FlashExternalInterface.logLoginStep("web.view.start");
   
    if (top == self) {
        FlashHabboClient.cacheCheck();
    }

<?php
$pathd="http://SEUSITEOUIP/";
?>
  var flashvars = {
    "client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "<?php echo $client_ip['value']; ?>",
"connection.info.port" : "<?php echo $client_port['value']; ?>",
"site.url" : "<?php echo $cms_url['value']; ?>",
"url.prefix" : "<?php echo $cms_url['value']; ?>",
"client.reload.url" : "<?php echo $cms_url['value']; ?>/client",
"client.fatal.error.url" : "<?php echo $cms_url['value']; ?>/clientutils",
"client.connection.failed.url" : "<?php echo $cms_url['value']; ?>/clientutils",
                      "external.variables.txt" : "http://SEUSITEOUIP/gamedata/external_variables/22e1a7119e60eb26d87e3d3000592bd389fc2d3d.txt",
                "safechat.list.txt" : "http://SEUSITEOUIP/gamedata/safechat/936b6a24419a9ceb6c5be40fad05fff44378d5fb.txt",
                      "external.texts.txt" : "http://SEUSITEOUIP/gamedata/external_flash_texts/a18b0baa742c6a31de77b0f5e6ed3d2eca51dcde.txt",
                      "productdata.load.url" : "http://SEUSITEOUIP/gamedata/productdata/d23cfe9124378fb2e0820b7b41c97714fea5112f.txt",
                      "furnidata.load.url" : "http://SEUSITEOUIP/gamedata/furnidata/afffa0735514716398d79c9bdc4bee43c6a80589.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "Hey <?php echo $name; ?> Bem-Vindo ao <?php echo $shortname; ?>! ~ Temos <?php echo $online_count; ?> Usuarios Online!",
"flash.client.url" : "http://SEUSITEOUIP/gordon/RELEASE63-201302211227-193109692/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup"


  };
    var params = {
        "base" : "http://SEUSITEOUIP/gordon/RELEASE63-201302211227-193109692/",
        "allowScriptAccess" : "always",
        "menu" : "false"         
  };
   
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }

    FlashExternalInterface.signoutUrl = " http://SEUSITEOUIP/account/logout?token=<?php echo sha1($myrow['password']); ?>";
   
    var clientUrl = "http://SEUSITEOUIP/gordon/RELEASE63-201302211227-193109692/Habbo.SWF";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>/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>

<meta name="description" content="" />
<meta name="keywords" content="" />



<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo $path; ?>/web-gallery/static/styles/ie6.css" type="text/css" />
<script src="<?php echo $path; ?>/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</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="<?php echo $path; ?>/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, atualiza o adobe flash player para ultima versão</h2>

    <div class="box-content">
            <p>Clique 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="<?php echo $path; ?>/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="fb-root"></div>
<script type="text/javascript">
    (function() {
        var e = document.createElement('script');
        e.async = true;
        e.src = 'https://connect.facebook.net/pt_BR/all.js';
        document.getElementById('fb-root').appendChild(e);
    }());
</script>

</body>
</html>

<?php } ?>

Fantasy-Hotel Fantasy-Hotel  • 27.01.14 22:10

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 27.01.14 22:10

Olá, lai0n!


 Obrigado por me ajudar, porém não resolveu o problema.

Dino Dino  • 28.01.14 4:51

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 28.01.14 4:51

Reputação da mensagem: 100% (1 votos)
Olá,

Configurou, tudo direitinho com deve ser ? Vejá as configurações do emulador e db .....

Até.

Fantasy-Hotel Fantasy-Hotel  • 28.01.14 12:33

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 28.01.14 12:33

[quote=FileZila™]Olá,

Configurou, tudo direitinho com deve ser ? Vejá as configurações do emulador e db .....

Até.
[/quote]


Olá, FileZila™!


Configurei o emulador, porém ao executar o emulador, ocorre um erro.


Erro Vicio Emulador:
http://prntscr.com/2nc01e

lai0n lai0n  • 28.01.14 12:36

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 28.01.14 12:36

[quote=Fantasy-Hotel][quote=FileZila™]Olá,

Configurou, tudo direitinho com deve ser ? Vejá as configurações do emulador e db .....

Até.
[/quote]


Olá, FileZila™!


Configurei o emulador, porém ao executar o emulador, ocorre um erro.


Erro Vicio Emulador:
http://prntscr.com/2nc01e
[/quote]

Sempre o meu emulador aparece isso ( mas funciona corretamente ) ,
poderia me passar a sua external_variables ?

atenciosamente,

Fantasy-Hotel Fantasy-Hotel  • 28.01.14 12:40

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 28.01.14 12:40

Olá!

Desde já agradeço por estarem me ajudando. Conforme pedido, minha external_variables:
http://54.207.2.8/gamedata/external_variables/22e1a7119e60eb26d87e3d3000592bd389fc2d3d.txt

Kyacrudo Kyacrudo  • 02.02.14 14:52

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 02.02.14 14:52

Caro amigo,


Essa CMS não é muito boa, já tentei usar também. Recomendo baixar outra CMS!

Bierman Bierman  • 05.02.14 3:06

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 05.02.14 3:06

Se configurou tudo certo, colocou uma pasta "web-gallery", deve ser erro com sua SWF/CLIENT.

Bet4 Bet4  • 05.02.14 16:05

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 05.02.14 16:05

Olá amigo, bom recomendo o seguinte, quando
fui testar o vicio em meu computador,
Bom recomendaria de trocar a database, pois aqui deu o mesmo problema.
E de acordo com a CMS recomendaria verificar se a configuração está correta,
e tente por a Orion SWF 2.0 e trocar a client:




SWF: Clique Aqui 


Client:


Spoiler:

Fantasy-Hotel Fantasy-Hotel  • 06.02.14 22:17

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 06.02.14 22:17

Olá!


Obrigado Bet4. No momento não tenho mais interesse me habbo, acho que já estou um pouco velho pra isto, e nem há mais tempo também, faculdade e trabalho juntos, não acaba sobrando muito tempo. Não estarei testando no momento, mais obrigado a todos que tiveram interesse em me ajudar.

Moderação, se desejar pode fechar o tópico.

Vitouz Vitouz  • 07.02.14 10:09

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 07.02.14 10:09

Cara, deve ser erro besta, te indico usar o Vicio Emulador, e procura uma client compativel se a sua já não for, e usa a SWF do Daniel SPD a ultima porem nova!

Se ajudei da 1 + Valeu!

Minato™ Minato™  • 07.02.14 20:41

Como configurar CMS RetroZ? Empty Re: Como configurar CMS RetroZ? 07.02.14 20:41

@Fechado.
@Usuário satisfeito.
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.