habib habib  • 21.12.15 12:48

Travar no 87% / Catalogo não aparece os Mobs  Empty Travar no 87% / Catalogo não aparece os Mobs 21.12.15 12:48

Print de meu erro: i.imgur.com/1yrwZqg.png

Qual é meu erro: Peeta Pack v2 Azure

CMS Que estou utilizando: Peeta Pack v2 Azure

SWF que estou utilizando: Peeta Pack v2 Azure

Versão de meu hotel: Outros

Se escolheu outros, especifique: Azure Emulador

Comentários adicionais: Bom eu criava Habbos piratas a muito tempo atras e voltei a pouco tempo. Eu não conheço nenhum Emulador atual tirando o Phoenix.
Baixei o pack e instalei no meu pc e funcionou perfeitamente, quando fui jogar para o meu dedicado o jogo começou a travar em 87% ( creio que algo impede o emulador a se conectar ) ps: Firewall off.
Tentei mudar de emulador e usei o Revolution Emulador ( Baseado no Azure ) e funcionou, porem... Os mobis do catalogo não aparecem.
Se algum dos senhores poder me ajudar serei grato!
Obrigado

The Flash The Flash  • 21.12.15 14:06

Travar no 87% / Catalogo não aparece os Mobs  Empty Re: Travar no 87% / Catalogo não aparece os Mobs 21.12.15 14:06

Disponibilize sua "client.php" assim como sua external_variables.

Também veja se configurou os arquivos "main.ini" e "other.ini" corretamente.

habib habib  • 21.12.15 15:25

Travar no 87% / Catalogo não aparece os Mobs  Empty OBRIGADO POR TENTAR AJUDAR =D 21.12.15 15:25

Código:
CLIENT: paste2.org/E16Ln3jx

Código:
EXTERNAL: 167.114.82.102/swfs/gamedata/external_variables/face03d772a39a1b8ae24d1cd8da3470e586f8a9.txt

The Flash The Flash  • 22.12.15 4:30

Travar no 87% / Catalogo não aparece os Mobs  Empty Re: Travar no 87% / Catalogo não aparece os Mobs 22.12.15 4:30

Troque sua client por essa:
Código:

<?php
/* ♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛\
 ░░░▒█ ▒█▀▀▀ ▀█▀ ▒█░▒█ ▒█▀▀▄ ▒█▀▀▀ ▒█▄░▒█    ▒█▀▀█ ▒█▀▄▀█ ▒█▀▀▀█
 ░▄░▒█ ▒█▀▀▀ ▒█░ ▒█▀▀█ ▒█░▒█ ▒█▀▀▀ ▒█▒█▒█ ▀▀▀ ▒█░░░ ▒█▒█▒█ ░▀▀▀▄▄
 ▒█▄▄█ ▒█▄▄▄ ▄█▄ ▒█░▒█ ▒█▄▄▀ ▒█▄▄▄ ▒█░░▀█    ▒█▄▄█ ▒█░░▒█ ▒█▄▄▄█
────────────────CMS de Uso Privado 2015  by Jeihden─────────────────────
\ ♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛♛*/
    ob_start();
    require_once 'global.php';
    $Functions->Logged("true");
 $myusername = $_SESSION['username'];
 $ticket = $Functions->GenerateTicket();
 $query = $db->query("UPDATE users SET  auth_ticket = '{$ticket}', ip_last = '" . USER_IP . "', last_used = '". time() ."' WHERE username = '" . $myusername . "'");
 $users = $db->query("SELECT rank FROM users WHERE username = '" . $myusername . "'");
 $user = $users->fetch_array();
?>
<!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">
<?php global $db;$result = $db->query("SELECT * FROM cms_settings WHERE id = 1 LIMIT 1");if($result->num_rows > 0){while($data = $result->fetch_array()){ ?>
<title><?php echo $data['hotelname']; ?> ~ Client</title>
 <script type="text/javascript">
 var andSoItBegins = (new Date()).getTime();
 var ad_keywords = "";
 document.habboLoggedIn = true;
 var habboName = "<?php echo $_SESSION['username']; ?>";
 var habboReqPath = "<?php echo PATH; ?>";
 var habboStaticFilePath = "<?php echo CDN; ?>/web-gallery";
 var habboImagerUrl = "https://www.habbo.nl/habbo-imaging/";
 var habboPartner = "";
 var habboDefaultClientPopupUrl = "<?php echo PATH; ?>/client";
 window.name = "habboMain";
 if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
 </script>
<link rel="shortcut icon" href="<?php echo CDN; ?>/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" />
<script src="<?php echo CDN; ?>/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/common.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/style.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/habboflashclient.css" type="text/css" />
<script src="<?php echo CDN; ?>/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<!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 sin limites" />
        <script type="text/javascript" src="<?php echo CDN; ?>/js/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">
        var flashvars = {
            "client.allow.cross.domain" : "0",
            "client.notify.cross.domain" : "1",
            "connection.info.host" : "SEU HOST",
            "connection.info.port" : "30000",
            "site.url" : "http://167.114.82.102",
            "url.prefix" : "167.114.82.102",
            "client.reload.url" : "http://167.114.82.102/client.php",
            "client.fatal.error.url" : "http://167.114.82.102/client.php",
            "client.connection.failed.url" : "http://167.114.82.102/client.php",
            "logout.url" : "http://167.114.82.102/client.php",
            "logout.disconnect.url" : "http://167.114.82.102/client",
            "external.variables.txt" : "http://167.114.82.102/swf/gamedata/external_variables/1.txt",
            "external.texts.txt" : "http://167.114.82.102/swf/gamedata/external_flash_texts/1.txt",
 "external.figurepartlist.txt" : "http://167.114.82.102/swf/gamedata/figuredata.xml",
            "external.override.texts.txt" : "http://167.114.82.102/swf/gamedata/override/external_flash_override_texts/1.txt",
            "external.override.variables.txt" : "http://167.114.82.102/swf/gamedata/override/external_override_variables/1.txt",
 "productdata.load.url" : "http://167.114.82.102/swf/gamedata/productdata/467950a20641a92ab5e8f77b8b3bad529857def7.txt",
            "furnidata.load.url" : "http://167.114.82.102/swf/gamedata/furnidata_xml/1.xml", 
            "sso.ticket": "<?php echo $ticket; ?>",
            "processlog.enabled" : "1",
            "account_id" : "<?php echo $Functions->Get('id'); ?>",
            "client.starting" : "criandohabbos.net",
            "flash.client.url" : "http://167.114.82.102/swf/gordon/RELEASE63-201409161433-700837580/",
            "user.hash" : "5690170255dbf26e0275377f436614c91d1a810d",
            "has.identity" : "1",
            "flash.client.origin" : "popup",
            "nux.lobbies.enabled" : "false",
            "country_code" : "DO"
        };

        var params = {
            "base" : "http://167.114.82.102/swf/gordon/RELEASE63-201409161433-700837580/",
            "allowScriptAccess" : "always",
            "menu" : "true"
        };

 swfobject.embedSWF("http://167.114.82.102/swf/gordon/RELEASE63-201409161433-700837580/habbo_swf']; ?>", "flash-container", "100%", "100%", "10.1.0", "http://cdn.uber.meth0d.org/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
    <body>
        <div id="flash-container"></div>
    </body>
<?php } } else{ echo '<i>No se encuentra la tabla cms_settings</i>'; }?>
</html>
<?php ob_end_flush(); ?>
Troque apenas onde está "Seu host"

The Flash The Flash  • 23.12.15 10:54

Travar no 87% / Catalogo não aparece os Mobs  Empty Re: Travar no 87% / Catalogo não aparece os Mobs 23.12.15 10:54

[aviso=Travar no 87% / Catalogo não aparece os Mobs  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:44

Travar no 87% / Catalogo não aparece os Mobs  Empty Re: Travar no 87% / Catalogo não aparece os Mobs 24.12.15 12:44

[alerta=Travar no 87% / Catalogo não aparece os Mobs  SsYaM5b]
Motivo: Prazo Encerrado! [/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.