Power Pixel
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.


Fechar janela

Client trava em 87%

+3
Nect
xSend
Swnete
7 participantes

Swnete Swnete  • 23.12.15 20:06

Client trava em 87% Empty Client trava em 87% 23.12.15 20:06

Print de meu erro: https://i.imgur.com/9zIU3Jv.png

Qual é meu erro: Client trava em 76%

CMS Que estou utilizando: OYAHT

SWF que estou utilizando: PSWF V1.5

Versão de meu hotel: NewCrypto

Se escolheu outros, especifique: Texto aqui

Comentários adicionais: O hotel carrega, já fiz o tutorial que o victor postou atualizado e continua dando o mesmo erro.

O emulador fica assim:
part 1 https://i.imgur.com/vuptkoZ.png
part 2 https://i.imgur.com/nuVdmcJ.png


Última edição por Swnete em 24.12.15 11:47, editado 1 vez(es)

xSend xSend  • 23.12.15 20:21

Client trava em 87% Empty Re: Client trava em 87% 23.12.15 20:21

O meu da o mesmo erro ao inserir a nova release :v.

Swnete Swnete  • 23.12.15 23:53

Client trava em 87% Empty Re: Client trava em 87% 23.12.15 23:53

ALGUEM ME AJUDA PF,

Nect Nect  • 24.12.15 10:17

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 10:17

Isso pode ser um erro na sua SWF, o emulador dá algum erro quando há esse travamento?

Swnete Swnete  • 24.12.15 11:44

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 11:44

O unico erro que dá é esse: Client trava em 87% BcSP8q7

Nect Nect  • 24.12.15 11:48

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 11:48

O REFUSED em vermelho, dá que a conexão não foi aceita. Já em baixo ele informa o link da swf.
Com certeza, é a SWF... Tenta trocar pra ver se vai! Usa uma hospedada apenas para testes mesmo.

Swnete Swnete  • 24.12.15 11:54

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 11:54

Como assim uma Hospedada? Me indica alguma?

The Flash The Flash  • 24.12.15 12:00

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 12:00

@Swnete, de acordo com sua imagem, você configurou os links errados.
Deixe sua client.php para eu dar uma olhada.

Knox Knox  • 24.12.15 12:41

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 12:41

Ma configuração.

Swnete Swnete  • 24.12.15 13:24

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 13:24

ME AJUDEM, CONFIGUREI, TUDO CERTO E CONTINUA O MSM ERRO
MUDEI DE SWFFF

Knox Knox  • 24.12.15 13:33

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 13:33

Tenta troca de client, ou alguma coisa não esta compatível ai.

The Flash The Flash  • 24.12.15 13:35

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 13:35

Swnete escreveu:ME AJUDEM, CONFIGUREI, TUDO CERTO E CONTINUA O MSM ERRO
MUDEI DE SWFFF
Já pedi para mandar sua client.php

Swnete Swnete  • 24.12.15 14:25

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 14:25

Minha client: http://pastebin.com/c7n2UzeF

Para em 87% e vai para 

Opa!! (#01087836)


e o emulador fica normal.

The Flash The Flash  • 24.12.15 14:39

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 14:39

Tente essa:
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']){
   
?>

<title><?php echo $shortname; ?> Hotel</title>
<div id="intermediate">
<h2><center>Límite de Usuarios</center></h2>
<div id="enter-hotel">
<div class="open enter-btn">
<a href="http://158.69.101.14" target="client" onClick="return onClientOpen(this)">Me<i></i></a><b></b>
</div>
</div>
</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://158.69.101.14/";
?>
  var flashvars = {
    "client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "158.69.101.14",
"connection.info.port" : "30000",
"site.url" : "http://158.69.101.14",
"url.prefix" : "http://158.69.101.14",
"client.reload.url" : "http://158.69.101.14/client",
"client.fatal.error.url" : "http://158.69.101.14/clientutils",
"client.connection.failed.url" : "http://158.69.101.14/clientutils",
                      "external.variables.txt" : "http://158.69.101.14/swf/gamedata/external_variables/face03d772a39a1b8ae24d1cd8da3470e586f8a9.txt",
                      "external.texts.txt" : "http://158.69.101.14/swf/gamedata/external_flash_texts/55d43ac4381c3b38a1999a4b9269c135aca3eaab.txt",
                      "productdata.load.url" : "http://158.69.101.14/swf/gamedata/productdata/Webswf.txt",
                      "furnidata.load.url" : "http://158.69.101.14/swf/gamedata/furnidata_xml/Webswf.xml",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "<?php echo $shortname; ?> deseja á todos um Feliz Natal! ",
"flash.client.url" : "http://158.69.101.14/swf/gordon/PRODUCTION-201508190847-536139618/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup"


  };
    var params = {
        "base" : "http://158.69.101.14/swf/gordon/PRODUCTION-201508190847-536139618/",
        "allowScriptAccess" : "always",
        "menu" : "false"         
  };
   
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }

    FlashExternalInterface.signoutUrl = " http://158.69.101.14/account/logout?token=<?php echo sha1($myrow['password']); ?>";
   
    var clientUrl = "http://158.69.101.14/swf/gordon/PRODUCTION-201508190847-536139618/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]-->
</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>

</body retrue>

<script data-rocketsrc="<?php echo $path; ?>/habboweb/scripts.js" type="text/rocketscript"></script>
</html>

<?php } ?>

Peeta Peeta  • 24.12.15 14:45

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 14:45

Se você estivesse usandao a PSWF V1.5 e o Azure 2.0, era só trocar sua Habbo.swf por essa:
https://mega.nz/#!4wNmGJSC!qgBDaPJdg4EhWvLo6UHkclQXQ0c93pHJzUrD0smv4EU

lai0n lai0n  • 24.12.15 14:46

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 14:46

[aviso=@Moderação] O autor tem 48 para apresentar uma resposta. [/aviso]

Swnete Swnete  • 24.12.15 14:56

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 14:56

Olá, a client funcionou. Gostaria de saber, antes de fechar o tópico, o que era que estava causando? Obrigado.

Peeta Peeta  • 24.12.15 15:02

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 15:02

Provavelmente a sua Habbo.swf era incompativel com a versão do seu emulador.

The Flash The Flash  • 24.12.15 15:03

Client trava em 87% Empty Re: Client trava em 87% 24.12.15 15:03

Swnete escreveu:Olá, a client funcionou. Gostaria de saber, antes de fechar o tópico, o que era que estava causando? Obrigado.
Você botou a porta 90. E a porta padrão de conexão pros emuladores e SWF é 30000

[alerta=Client trava em 87% SsYaM5b]
Motivo: Problema resolvido. [/alerta]
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.