Client (Tela Branca )

5 participantes

Pequenino3 Pequenino3  • 26.11.13 17:09

Client (Tela Branca ) Empty Client (Tela Branca ) 26.11.13 17:09

Print de meu erro: Imagem de seu erro

Qual é meu erro: Client (Tela Branca )

CMS Que estou utilizando: [NEW] FooterCMS | Leve | Rapida | Segura | Inovadora [DOWN]

SWF que estou utilizando: Qual SWF está utilizando

Versão de meu hotel: NewCrypto

Se escolheu outros, especifique: Texto aqui

Comentários adicionais: Quando eu Aperto Para Entrar no Hotel , a pagina do client fica carrega e fica branca , nem o loading aparece . Queria saber como resolver esse erro .

Edu' Edu'  • 26.11.13 17:17

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 17:17

poderia passar sua client.php?

Pequenino3 Pequenino3  • 26.11.13 17:20

Client (Tela Branca ) Empty Client.php 26.11.13 17:20

Download ou Print ?

Edu' Edu'  • 26.11.13 17:22

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 17:22

Pequenino3 escreveu:Download ou Print ?
o codigo dela

Pequenino3 Pequenino3  • 26.11.13 17:26

Client (Tela Branca ) Empty Client.php 26.11.13 17:26

ta dando esse erro quando eu tento por o codigo : (Você não tem permissão para postar links externos e e-mails.)

Edu' Edu'  • 26.11.13 17:29

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 17:29

Pequenino3 escreveu:ta dando esse erro quando eu tento por o codigo : (Você não tem permissão para postar links externos e e-mails.)
ja que não está conseguindo posta sua client, me fale qual swf vc está tentando usar, ai lhe passo a client compativel coma footer

Houshed Houshed  • 26.11.13 17:31

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 17:31


Procure na client por:

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

Substitua por:

require_once('./config/core.php');
require_once('./config/session.php');

Pequenino3 Pequenino3  • 26.11.13 17:33

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 17:33

Edu' escreveu:
Pequenino3 escreveu:ta dando esse erro quando eu tento por o codigo : (Você não tem permissão para postar links externos e e-mails.)
ja que não está conseguindo posta sua client, me fale qual swf vc está tentando usar, ai lhe passo a client compativel coma footer
habbofree.biz/swf/gordon/RELEASE63%28base%29/Habbo.swf

Edu' Edu'  • 26.11.13 17:38

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 17:38

ta ae:


Código:

    <?php

    require_once('./config/core.php');
    require_once('./config/session.php');

    $select = "SELECT * FROM cms_settings WHERE variable='client_ip'";
    $result = mysql_query($select);
    while($l = mysql_fetch_array($result)){
    $cliendfgtip = $l['value'];
    }

    $select = "SELECT * FROM cms_settings WHERE variable='client_port'";
    $result = mysql_query($select);
     while($l = mysql_fetch_array($result)){
    $clienghjport = $l['value'];
    }

    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'"));
    $caca="deltoro";
    if($caca=="delavaca"){

      echo"<script>alert(\"Edita la Configuración de tu Hotel en el Housekeeping\");</script>
      <meta http-equiv=\"refresh\" content=\"0;url=".$adminpath."/index/p/login&do=secretcode\">";

    } elseif($user_rank < 5 && $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 Clientes</center></h2>
    <div id="enter-hotel">
    <div class="open enter-btn">
    <a href="http://servidor2.lavvos.com" target="client" onclick="return onClientOpen(this)">Ir al Servidor 2<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.</b> Puedes intentar entrar en el <strong>Servidor 2</strong>.</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();
        }
        var flashvars = {
        "client.allow.cross.domain" : "1",
            "client.notify.cross.domain" : "0",
            "connection.info.host" : "SEUIP",
            "connection.info.port" : "30000",
            "site.url" : "SEUIP",
            "url.prefix" : "http://SEUIP",
            "client.reload.url" : "SEUIP/client.php",
            "client.fatal.error.url" : "http://SEUIP/client.php",
            "client.connection.failed.url" : "http://ihebbud.habbopirata.in/client.php",
            "external.variables.txt" : "http://habbofree.biz/swf/gamedata/(variaveis)/external_variables2.txt",
            "external.texts.txt" : "http://habbofree.biz/swf/gamedata/(textos)/external_flash_texts.txt",
            "productdata.load.url" : "http://habbofree.biz/swf/gamedata/productdata.txt",
            "furnidata.load.url" : "http://habbofree.biz/swf/gamedata/furnidata.txt",
            "use.sso.ticket" : "1",
            "sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
            "processlog.enabled" : "1",
            "account_id" : "1",
            "client.starting" : "Olá, aguarde, está carregando.",
            "flash.client.url" : "http://habbofree.biz/swf/gordon/RELEASE63(base)/",
            "has.identity" : "1",
            "flash.client.origin" : "popup"


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

        FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/account/logout?token=<?php echo sha1($myrow['password']); ?>";
     
       var clientUrl = "http://habbofree.biz/swf/gordon/RELEASE63(base)/Habbo.swf";

        swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/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="Lavvo Hotel: haz amig@s, únete a la diversión y date a conocer." />
    <meta name="keywords" content="lavvo hotel, mundo, virtual, red social, gratis, comunidad, personaje, chat, online, adolescente, roleplaying, unirse, social, grupos, forums, seguro, jugar, juegos, amigos, adolescentes, raros, furni raros, coleccionable, crear, coleccionar, conectar, furni, muebles, mascotas, diseño de salas, compartir, expresión, placas, pasar el rato, música, celebridad, visitas de famosos, celebridades, juegos en línea, juegos multijugador, multijugador masivo" />



    <!--[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, actualiza tu Flash Player a la última versión</h2>

        <div class="box-content">
                <p>Puedes instalar y descargar Adobe Flash Player aquí: <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> 
    <?PHP
    $rand =rand(0,100);
    if($rand < 85){
    //PUBLI EDU
    ?>


    <?PHP
    } else {
    //PUBLICIDAD HECTOR
    ?>


    <?PHP
    }
    ?>
         
    </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>


            <iframe name="logframe" src="/bc/logframe?" width="0" height="0" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" style="position: absolute; top:0; left:0"></iframe>


    <iframe name="conversion-tracking" src="/conversion_tracking_frame" width="0" height="0" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" style="position: absolute; top:0; left:0"></iframe>



    <script type="text/javascript">
        HabboView.run();
    </script>
    <script type="text/javascript" src="anuncio.js"></script>

    </body>
    </html>
    <?php } ?>
Em SEUIP coloque seu IP

Pequenino3 Pequenino3  • 26.11.13 17:45

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 17:45

agora ta pendindo adobe sendo que o navegador ja tem

Edu' Edu'  • 26.11.13 18:07

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 18:07

Pequenino3 escreveu:agora ta pendindo adobe sendo que o navegador ja tem
tente esta client:

Código:

<?php

require_once('./config/core.php');
require_once('./config/session.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'"));
$caca="deltoro";
if($caca=="delavaca"){

    echo"<script>alert(\"Edita la Configuración de tu Hotel en el Housekeeping\");</script>
    <meta http-equiv=\"refresh\" content=\"0;url=".$adminpath."/index/p/login&do=secretcode\">";

} elseif($user_rank < 5 && $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 Clientes</center></h2>
<div id="enter-hotel">
<div class="open enter-btn">
<a href="http://javvox.com/client.php" target="client" onclick="return onClientOpen(this)">Ir al Servidor 2<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.</b> Puedes intentar entrar en el <strong>Servidor 2</strong>.</div>

<?php require_once('./templates/login_footer.php'); }else{ require_once('./templates/client_subheader.php'); ?>
<script type="text/javascript" src="./habboflashclient.js"></script>
<script src="./Loader.js" type="text/javascript"></script>
<script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = true;
   
    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" : "SEUIP",
            "connection.info.port" : "30000",
            "site.url" : "http://SEUIP",
            "url.prefix" : "http://SEUIP",
            "client.reload.url" : "http://SEUIP/client",
            "client.fatal.error.url" : "http://SEUIP/clientutils",
            "client.connection.failed.url" : "http://SEUIP/clientutils",
            "external.variables.txt" : "http://habbofree.biz/swf/gamedata/(variaveis)/external_variables2.txt",
            "external.texts.txt" : "http://habbofree.biz/swf/gamedata/(textos)/external_flash_texts.txt",
            "productdata.load.url" : "http://habbofree.biz/swf/gamedata/productdata.txt",
            "furnidata.load.url" : "http://habbofree.biz/swf/gamedata/furnidata.txt",
            "use.sso.ticket" : "1",
            "sso.ticket" : "<?php echo $ticketrow['auth_ticket']; ?>",
            "processlog.enabled" : "1",
            "account_id" : "1",
            "client.starting" : "Bem vindo <?php echo $name; ?>, o  <?php echo $shortname ;?> está carregando",
            "flash.client.url" : "http://habbofree.biz/swf/gordon/RELEASE63(base)/",
            "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
            "has.identity" : "1",
            "flash.client.origin" : "popup"


    };
    var params = {
        "base" : "http://habbofree.biz/swf/gordon/RELEASE63(base)/",
        "allowScriptAccess" : "always",
        "menu" : "false",  
    "bgcolor" : "#ff0000",
    "wmode" : "transparent"            
    };
   
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
        params["wmode"] = "opaque";
    }

    FlashExternalInterface.signoutUrl = "<?php echo $path; ?>/account/logout?token=<?php echo sha1($myrow['password']); ?>";
   
    var clientUrl = "http://habbofree.biz/swf/gordon/RELEASE63(base)/Habbo.swf";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/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="Lavvo Hotel: haz amig@s, únete a la diversión y date a conocer." />
<meta name="keywords" content="lavvo hotel, mundo, virtual, red social, gratis, comunidad, personaje, chat, online, adolescente, roleplaying, unirse, social, grupos, forums, seguro, jugar, juegos, amigos, adolescentes, raros, furni raros, coleccionable, crear, coleccionar, conectar, furni, muebles, mascotas, diseño de salas, compartir, expresión, placas, pasar el rato, música, celebridad, visitas de famosos, celebridades, juegos en línea, juegos multijugador, multijugador masivo" />



<!--[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, actualiza tu Flash Player a la última versión</h2>

    <div class="box-content">
            <p>Puedes instalar y descargar Adobe Flash Player aquí: <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>   
<?PHP
$rand =rand(0,100);
if($rand < 85){
//PUBLI EDU
?>


<?PHP
} else {
//PUBLICIDAD HECTOR
?>


<?PHP
}
?>
       
</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>


        <iframe name="logframe" src="/bc/logframe?" width="0" height="0" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" style="position: absolute; top:0; left:0"></iframe>


<iframe name="conversion-tracking" src="/conversion_tracking_frame" width="0" height="0" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" style="position: absolute; top:0; left:0"></iframe>


<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-448325-18']);
  _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>
<script type="text/javascript">
    HabboView.run();
</script>

<script type="text/javascript">
jjLoader.init('client', 6, '<?php echo $path; ?>/Premiun_Images/clog.png', '<?php echo $path; ?>/Premiun_Images/newwfundo.png')
</script>

</body>

<div style="height: 13px; padding: 4px; border-radius: 3px; background-color: #1d9900; position: absolute; right: 21%; top: 10.5%; margin-top: -69px; margin-left: -115px; border-style:solid; border-color:#26cb00; text-shadow: 1px 1px 1px #000000; filter: dropshadow(color=#000000, offx=1, offy=1); color:white; font-size:12px; cursor:pointer;"><b><p>
<img src="./Premiun_Images/dolares.png" align="left" margin-right:="" 500px;="">  <?php echo $myrow['dolares']; ?> Dólares </p></b></div>

</html>
<?php } ?>
em SEUIP coloque seu IP

Pequenino3 Pequenino3  • 26.11.13 18:18

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 18:18

ja usei essa client , nao gostei porque e desatualizada , por isso queria que aquela la funfa-se . mais valeu :)

Herasmy Herasmy  • 26.11.13 19:10

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 26.11.13 19:10

@Moderação, feche o tópico.

Kilєя Kilєя  • 28.11.13 19:26

Client (Tela Branca ) Empty Re: Client (Tela Branca ) 28.11.13 19:26

MODERAÇÃO
Postagem Inutil
Usuário Herasmy fez uma postagem Inutil
Não foi punido,pois é da equipe

Movido#
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.