xSend xSend  • 18.12.15 23:13

Client Garra 76% | Azure Emulador Empty Client Garra 76% | Azure Emulador 18.12.15 23:13

Print de meu erro: https://i.imgur.com/g2dono2

Qual é meu erro: Client Garra 76%

CMS Que estou utilizando: CMS Própria

SWF que estou utilizando: Web Swf

Versão de meu hotel: NewCrypto

Se escolheu outros, especifique: Texto aqui

Comentários adicionais: Estou utilizando a Web SWF V1.5 e instalei a nova release nela,e garra no 76%.
Estou utilizando um emulador baseado no Azure o  Yupi Emulador.até melhor que o Azure.

Livєя Livєя  • 19.12.15 0:52

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 19.12.15 0:52

Até 76% é novo, veja se todo o pack é compatível e se configurou corretamente, talvez seja um problema no emulador também.

xSend xSend  • 19.12.15 12:44

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 19.12.15 12:44

Emulador é um novo baseado no Azure só que com Jukebox fixado e ele só suporta a nova release.

The Flash The Flash  • 19.12.15 15:00

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 19.12.15 15:00

Simplesmente a nova release não é suportada pelo emulador.

xSend xSend  • 19.12.15 16:08

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 19.12.15 16:08

NuncaPediPraSair escreveu:Simplesmente a nova release não é suportada pelo emulador.

Mano o emulador pede pra por a NOVA RELEASE..

The Flash The Flash  • 19.12.15 16:50

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 19.12.15 16:50

Disponibilize sua client.php entao. Assim como um print com sua pasta onde localiza a swf + as external_variables.

Alb1no Alb1no  • 19.12.15 17:37

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 19.12.15 17:37

Olá Amigo
Eu tive este problema com o Azure
Estava travando no 76%, 
Eu só Verifiquei a Port da Client,
Poderia mandar as configurações de seu Emulador e de sua Client?

The Flash The Flash  • 19.12.15 19:16

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 19.12.15 19:16

Troque a porta para 3000. E, novamente, peço que disponibilize a client.php

Livєя Livєя  • 19.12.15 19:47

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 19.12.15 19:47

Tente mudar a port da sua client de 30004 para 30000.

xSend xSend  • 20.12.15 16:31

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 20.12.15 16:31

Já está
Client:
<?php

require_once("inc/ajustes.php");
require_once("inc/core.php");

## Configuración del cliente

$_config['client'] = array(
'ip' => '25.69.189.143',
'host' => '25.69.189.143',
'port' => '30000',
'external_variables' => '25.69.189.143/swf/gamedata/external_variables/wb.txt',
'external_flash_texts' => '25.69.189.143/swf/gamedata/external_flash_texts/wb.txt',
'productdata' => 'http://25.69.189.143/swf/gamedata/productdata/webswf.txt',
'furnidata' => 'http://25.69.189.143/swf/gamedata/furnidata_xml/webswf.xml',
'flash_client_url' => 'http://25.69.189.143/swf/gordon/Habbo-201600039942234/',
'habbo_swf' => 'Habbo.swf'
);


mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$ip."' WHERE id = '".$myrow['id']."'") or die(mysql_error());

$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$myrow['id']."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);
?>

<!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="https://www.facebook.com/2008/fbml">
<head>
<title>Crea, Juega y diviertete</title>
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = true;
var habboName = "<?php echo $myrow['username']; ?>";
var habboReqPath = "<?php echo $web['link']; ?>";
var habboStaticFilePath = "<?php echo $web['link']; ?>/web-gallery";
var habboImagerUrl = "https://25.69.189.143/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo $web['link']; ?>/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
</script>
<link rel="shortcut icon" href="<?php echo $web['link']; ?>/content/client/v2/favicon.ico" type="image/vnd.microsoft.icon" />
<script src="<?php echo $web['link']; ?>/content/client/static/js/libs2.js" type="text/javascript"></script>
<script src="<?php echo $web['link']; ?>/content/client/static/js/visual.js" type="text/javascript"></script>
<script src="<?php echo $web['link']; ?>/content/client/static/js/libs.js" type="text/javascript"></script>
<script src="<?php echo $web['link']; ?>/content/client/static/js/common.js" type="text/javascript"></script>
<script src="<?php echo $web['link']; ?>/content/client/static/js/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="<?php echo $web['link']; ?>/content/client/styles/style.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $web['link']; ?>/content/client/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $web['link']; ?>/content/client/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $web['link']; ?>/content/client/styles/tooltips.css" type="text/css" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<link rel="stylesheet" href="<?php echo $web['link']; ?>/content/client/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $web['link']; ?>/content/client/styles/habboflashclient.css" type="text/css" />
<script src="<?php echo $web['link']; ?>/content/client/static/js/habboflashclient.js" type="text/javascript"></script>

<meta name="description" content="HabboCash is a virtual world where you can meet and make friends. Make friends, join the fun, get noticed!" />
<meta name="keywords" content="nillus, ragezone, retro, keep it real, private server, free, credits, habbo hotel , virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets , room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />

<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo $web['link']; ?>/content/client/v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo $web['link']; ?>/content/client/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo $web['link']; ?>/content/client/v2/styles/ie6.css" type="text/css" />
<script src="<?php echo $web['link']; ?>/content/client/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(https://www.habbo.nl/js/csshover.htc); }
</style>
<![endif]-->
<!DOCTYPE html>
<html lang="es_ES">
   <head>
       <meta charset="utf-8" />

       <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />


       <meta name="description" content="Diversión al limite!" />
       
       <script type="text/javascript" src="<?php echo $web['link']; ?>/libs2.js"></script>
       
       <style type="text/css">
           * { margin: 0; padding: 0; }
           html, #flash-container { height: 100%; text-align: left; background-color: black; }
           #flash-container { position: absolute; overflow: hidden; left: 0; top: 0; right: 0; bottom: 0; }
       </style>


       <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" : "0",
                   "connection.info.host" : "<?php echo $_config['client']['ip']; ?>",
                   "connection.info.port" : "<?php echo $_config['client']['port']; ?>",
                   "site.url" : "<?php echo $_config['client']['host']; ?>",
                   "url.prefix" : "<?php echo $_config['client']['host']; ?>",
                   "client.reload.url" : "<?php echo $_config['client']['host']; ?>/client.php",
                   "client.fatal.error.url" : "<?php echo $_config['client']['host']; ?>/client.php",
                   "client.connection.failed.url" : "<?php echo $_config['client']['host']; ?>/client.php",
               "external.variables.txt" : "<?php echo $_config['client']['external_variables']; ?>",
                   "external.texts.txt" : "<?php echo $_config['client']['external_flash_texts']; ?>",
                   "productdata.load.url" : "<?php echo $_config['client']['productdata']; ?>",
                   "furnidata.load.url" : "<?php echo $_config['client']['furnidata']; ?>",
                   "processlog.enabled" : "1",
                   "account_id" : "<?php echo $myrow['id']; ?>",
                   "client.starting" : "Hibb0 Hotel esta cargando, espere porfavor...",
                   "flash.client.url" : "<?php echo $_config['client']['flash_client_url']; ?>",
                   "sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
                   "user.hash" : "199275052dbf5f89adb0a643bf16b0ea1cd646db",
                   "flash.client.origin" : "popup"
           };

   var params = {
       "base" : "<?php echo $_config['client']['flash_client_url']; ?>",
       "allowScriptAccess" : "always",
       "menu" : "false"                
   };
 
   if (!(HabbletLoader.needsFlashKbWorkaround())) {
       params["wmode"] = "opaque";
   }
   

   FlashExternalInterface.signoutUrl = "/logout.php";

   var clientUrl = "<?php echo $_config['client']['flash_client_url'] . $_config['client']['habbo_swf']; ?>";
   swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $web['link']; ?>/content/client/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>

   </head>
   <body>
       <div id="flash-container">

       </div>
<?php
if(User == false) {
echo '<script type="text/javascript"> window.location="index.php"; </script>';
}
?>
   </body>
</html>

OBs: Antes de eu colocar a nova release estava funcionando.

The Flash The Flash  • 21.12.15 11:12

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 21.12.15 11:12

Troque sua client por essa:
Código:

<?php

require_once("inc/ajustes.php");
require_once("inc/core.php");

## Configuración del cliente

   $_config['client'] = array(
   'port'                => '30000', //Puerto del emulador
   'ip'                    => 'IP DO HOTEL', //Ip de la vps
   'external_variables'    => 'http://IP DO HOTEL/swf/gamedata/external_variables/7c6e2db5b85b336a615cfd5efe7cc2af289c86df.txt',
   'external_flash_texts'    => 'http://IP DO HOTEL/swf/gamedata/external_flash_texts/145f3027561369d3b570dd686e0ae241436f8246.txt',
   'productdata'          => 'http://IP DO HOTEL/swf/gamedata/productdata/d2887d8b35f136fda97caf64a79a3fff3b7dddd2.txt',
   'furnidata'          => 'http://IP DO HOTEL/swf/gamedata/furnidata_xml/7115c756d81892fb8468aba63b2d4fc97ba02966.xml',   
   'flash_client_url'       => 'http://IP DO HOTEL/swf/gordon/PRODUCTION-201506161211-776084490/',
   'habbo_swf'          => 'Habboo.swf'
);


mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$ip."' WHERE id = '".$myrow['id']."'") or die(mysql_error());
 
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$myrow['id']."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);
?>

<!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>
<title><?php echo $Nombre; ?> Hotel -  Ei <?php echo $myrow['username']; ?> se prepara que vai começar!</title>
 
<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = true;
var habboName = "<?php echo $myrow['username']; ?>";
var habboReqPath = "<?php echo $Url; ?>";
var habboStaticFilePath = "<?php echo $Url; ?>/public";
var habboImagerUrl = "https://www.habbo.nl/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo $Url; ?>/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
</script>
<link rel="shortcut icon" href="<?php echo $Url; ?>/favicon.ico" type="image/vnd.microsoft.icon" />
<script src="<?php echo $Url; ?>/public/static/js/libs2.js" type="text/javascript"></script>
<script src="<?php echo $Url; ?>/public/static/js/visual.js" type="text/javascript"></script>
<script src="<?php echo $Url; ?>/public/static/js/libs.js" type="text/javascript"></script>
<script src="<?php echo $Url; ?>/public/static/js/common.js" type="text/javascript"></script>
<script src="<?php echo $Url; ?>/public/static/js/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="<?php echo $Url; ?>/public/styles/style.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $Url; ?>/public/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $Url; ?>/public/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $Url; ?>/public/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $Url; ?>/public/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $Url; ?>/public/styles/habboflashclient.css" type="text/css" />
<script src="<?php echo $Url; ?>/public/static/js/habboflashclient.js" type="text/javascript"></script>
 
<meta name="description" content="HabboCash is a virtual world where you can meet and make friends. Make friends, join the fun, get noticed!" />
<meta name="keywords" content="nillus, ragezone, retro, keep it real, private server, free, credits, habbo hotel , virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets , room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />
 
<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo $Url; ?>/public/v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo $Url; ?>/public/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo $Url; ?>/public/v2/styles/ie6.css" type="text/css" />
<script src="<?php echo $Url; ?>/public/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(https://www.habbo.nl/js/csshover.htc); }
</style>
<![endif]-->
<!DOCTYPE html>


<html lang="es_ES">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />


        <meta name="description" content="Diversión al limite!" />
       
        <script type="text/javascript" src="<?php echo $Url; ?>/libs2.js"></script>
       
        <style type="text/css">
            * { margin: 0; padding: 0; }
            html, #flash-container { height: 100%; text-align: left; background-color: black; }
            #flash-container { position: absolute; overflow: hidden; left: 0; top: 0; right: 0; bottom: 0; }
        </style>


        <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" : "0",
                    "connection.info.host" : "<?php echo $_config['client']['ip']; ?>",
                    "connection.info.port" : "<?php echo $_config['client']['port']; ?>",
                    "site.url" : "<?php echo $_config['client']['host']; ?>",
                    "url.prefix" : "<?php echo $_config['client']['host']; ?>",
                    "client.reload.url" : "<?php echo $_config['client']['host']; ?>/",
                    "client.fatal.error.url" : "<?php echo $_config['client']['host']; ?>/",
                    "client.connection.failed.url" : "<?php echo $_config['client']['host']; ?>/",
                   "external.variables.txt" : "<?php echo $_config['client']['external_variables']; ?>",
                    "external.texts.txt" : "<?php echo $_config['client']['external_flash_texts']; ?>",
                    "productdata.load.url" : "<?php echo $_config['client']['productdata']; ?>",
                    "furnidata.load.url" : "<?php echo $_config['client']['furnidata']; ?>",
                    "processlog.enabled" : "1",
                    "account_id" : "<?php echo $myrow['id']; ?>",
                    "client.starting" : "O <?php echo $Nombre; ?> Hotel está Carregando...",
                    "flash.client.url" : "<?php echo $_config['client']['flash_client_url']; ?>",
                    "sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
                    "user.hash" : "199275052dbf5f89adb0a643bf16b0ea1cd646db",
                    "flash.client.origin" : "popup"
            };
 
    var params = {
        "base" : "<?php echo $_config['client']['flash_client_url']; ?>",
        "allowScriptAccess" : "always",
        "menu" : "false"               
    };
 
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
        params["wmode"] = "opaque";
    }
   
    FlashExternalInterface.signoutUrl = "/logout.php";
 
    var clientUrl = "<?php echo $_config['client']['flash_client_url'] . $_config['client']['habbo_swf']; ?>";
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $Url; ?>/public/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>

    </head>
    <body>
        <div id="flash-container">
        </div>
    </body>
</html>




Lembre de por seu ip.

xSend xSend  • 21.12.15 13:38

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 21.12.15 13:38

Ok

The Flash The Flash  • 21.12.15 14:03

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 21.12.15 14:03

[alerta=Client Garra 76% | Azure Emulador TXHFkMB]
Usuário: xSend
Motivo: Postagem Inútil
Infrações: + 1[/alerta]

The Flash The Flash  • 23.12.15 1:31

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 23.12.15 1:31

Olá. O azure 2.0 só é 100%compatível com IIS.
Caso utilize outro meio, irá travar em 76%. Se aguardar uns 10 minutos, ela carregará, porém sempre ficará lerda.

[aviso=Client Garra 76% | Azure Emulador H5W0zbq] O autor do tópico possui 24 horas para informar se a questão foi resolvida! [/aviso]

The Flash The Flash  • 24.12.15 12:40

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador 24.12.15 12:40

[alerta=Client Garra 76% | Azure Emulador SsYaM5b]
Motivo: Prazo Encerrado! [/alerta]

Conteúdo patrocinado  • 

Client Garra 76% | Azure Emulador Empty Re: Client Garra 76% | Azure Emulador

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.