PROBLEMA CLIENT

+16
polimax
-Live
TioBlitz
SecurityPixel
izaacpixela
Latysh
Example
troizer
WictorP
Kushina
Wej
ηikηicius
Tauã
Minato™
welingtonWPV
Niu
20 participantes

Niu Niu  • 28.01.13 10:28

PROBLEMA CLIENT Empty PROBLEMA CLIENT 28.01.13 10:28

EU QUERIA SABE COMO RESOLVO ESSE PROBLEMA ESTOU USANDO SWF New Crypto Que o tavares posto , CMS TAVARES , EMULADOR ATOM MAIS QUANDO EU ENTRO NA CLIENT SÒ VAI ATÈ 80%

PROBLEMA CLIENT 33vghe8

Como Resolvo :c


Última edição por bbiman em 02.02.13 20:29, editado 1 vez(es)

Niu Niu  • 28.01.13 13:52

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 28.01.13 13:52

Eu acho que o problema é na db quando eu coloco outra o emu pega mais eu acho que essa é a unica db compativel com cms D:

Niu Niu  • 28.01.13 20:14

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 28.01.13 20:14

Eu quero ussa essa cms não outra se fosse para usar outra n tinha posta minha duvida aki D: .

Niu Niu  • 29.01.13 14:09

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 29.01.13 14:09

EU SEI QUE É DUAL POST MAIS EU TO FALA DINOVO PQ NINGUEM ME AJUDO ATÉ AGORA D:

Niu Niu  • 29.01.13 14:30

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 29.01.13 14:30

Eu ja Temtei outra Swf Você Sabe de alguma db que seja compativel com ela tambem :c

welingtonWPV welingtonWPV  • 31.01.13 14:50

Minato™ Minato™  • 01.02.13 13:41

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 01.02.13 13:41

Olá, Convidado

Use a db Spd , e a swf do hapen hotel não presiza baixar já é hospedada.

Niu Niu  • 01.02.13 14:07

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 01.02.13 14:07

Bom o Problema Agora é Que fica Até 70% e não vai mais fica parado la e não vai ;c

PROBLEMA CLIENT 33vghe8

Niu Niu  • 01.02.13 20:01

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 01.02.13 20:01

PROBLEMA CLIENT 33vghe8

Esse é o problema se alguem poder ajuda eu agradeço ;c

Tauã Tauã  • 01.02.13 20:04

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 01.02.13 20:04

Olá,


O usuário bbiman recebeu + 3 infrações pois cometeu quad-post e dual-post.

ηikηicius ηikηicius  • 01.02.13 20:06

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 01.02.13 20:06

Olá mostre a configuração da client

Para podermos ajudar

Wej Wej  • 01.02.13 20:06

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 01.02.13 20:06

Cara, use Phoenix, é muito mais aconselhável. :D

Niu Niu  • 01.02.13 20:07

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 01.02.13 20:07

Se alguem Ajuda-se Eu não teria cometido e eu sei as regras e sei oque eu fiz .-.

e Pra lembra o problema é

PROBLEMA CLIENT 33vghe8


CLIENT TA AKI

Código:
<?php
$myrealip = $_SERVER["REMOTE_ADDR"];

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

$SQL=mysql_query("SELECT * FROM user_tickets WHERE userid = '".$my_id."'");
echo mysql_error();
$N=mysql_num_rows($SQL);
if($N==0){
mysql_query("INSERT INTO `user_tickets` SET `user_tickets`.`userid` = '".$my_id."', `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."'") or die(mysql_error());
}else{
mysql_query("UPDATE `user_tickets` SET `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."' WHERE `userid` = '".$my_id."'") or die(mysql_error());
}

$ticketsql = mysql_query("SELECT * FROM user_tickets WHERE userid = '".$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://test.jebbo.net/me" target="client" onClick="return onClientOpen(this)">Vuelve al 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="javvosx.hopto.org";
?>
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "25.238.2.236:70",
"connection.info.port" : "30000",
"site.url" : "http://25.238.2.236:70",
"url.prefix" : "http://25.238.2.236:70",
"client.reload.url" : "http://25.238.2.236:70/client",
"client.fatal.error.url" : "http://25.238.2.236:70/clientutils",
"client.connection.failed.url" : "http://25.238.2.236:70/clientutils",
"external.variables.txt" : "http://25.238.2.236:70/swf/external_variables.txt",
"external.texts.txt" : "http://25.238.2.236:70/swf/external_flash_texts.txt",
"productdata.load.url" : "http://25.238.2.236:70/swf/productdata.txt",
"furnidata.load.url" : "http://25.238.2.236:70/swf/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticketrow['sessionticket']; ?>",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "Carregando...",
"flash.client.url" : "http://25.238.2.236:70/swf/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup"


};
var params = {
"base" : "http://swf.host.crazzy.org/swf/",
"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://swf.host.crazzy.org/swf/CrazzY.swf";

swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>http://www.miopio07swf.xhabbo.es/habboweb/%web_build%/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="Habbo Hotel: haz amig@s, únete a la diversión y date a conocer." />
<meta name="keywords" content="Habbo 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">Seu Hotel Esta Com Problemas :(</h2>

<div class="box-content">
<p>Peça Suporte aqui: <a href="www.power-pixel.net">Acesse Tambem O topico da client</a>.<a href="http://www.power-pixel.net/t31136-client-new-crypto-habbofree">Mais informações</a></p>
<p><a href="http://www.power-pixel.net/t31136-client-new-crypto-habbofree"><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 = '[url]https://connect.facebook.net/es_ES/all.js';[/url]
document.getElementById('fb-root').appendChild(e);
}());
</script>

</body>
</html>

<?php } ?>

Kushina Kushina  • 02.02.13 10:02

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 02.02.13 10:02

Olá ,
2 Infrações Retirados Do Usuário bbiman , pelo Mesmo Não ter cometido tal coisa . já que o ex-suporte 5Minutes apagou as mensagens Anteriores .. O Mesmo só cometeu Dual Post

Até ,

Niu Niu  • 02.02.13 11:41

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 02.02.13 11:41

Alguem ajuda
Faiz mó tempão que to com esse problema aff
;c

WictorP WictorP  • 02.02.13 11:52

Niu Niu  • 02.02.13 12:31

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 02.02.13 12:31

Não Adianto nada
Pioro Fico Tudo branco .-.

WictorP WictorP  • 02.02.13 12:57

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 02.02.13 12:57

Na client que eu passei tem que configurar seu IP e port lá. :no:

Niu Niu  • 02.02.13 13:06

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 02.02.13 13:06

Eu Sei disso eu config mais não funfo .-.

troizer troizer  • 02.02.13 20:31

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 02.02.13 20:31

n sei :T

Example Example  • 02.02.13 20:38

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 02.02.13 20:38

ALERTA - MODERAÇÃO


Usuário: troizer
Motivo: Flood
#Leia as Regras

Latysh Latysh  • 02.02.13 21:08

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 02.02.13 21:08

Olá, Convidado
Nesses casos, é aconselhável passar pra phoenix ou trocar de swf.

Niu Niu  • 02.02.13 22:27

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 02.02.13 22:27

Qual Swf Porque não achei nenhuma e não quero usa phoenix ¬¬

izaacpixela izaacpixela  • 03.02.13 0:31

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 03.02.13 0:31

Tente ussa crazzy swf
http://swf.host.crazzy.org/

Kushina Kushina  • 03.02.13 9:40

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 03.02.13 9:40

Olá ,
Tente está :
Lavvos (acho que a Tavares é Lavvos) :
Código:
<?php

$myrealip = $_SERVER['REMOTE_ADDR'] = $_SERVER["HTTP_CF_CONNECTING_IP"] ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER["REMOTE_ADDR"];



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

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

if($_SESSION['registernew'] == true){

require_once 'reg-beta.php';

exit;

}



$SQL=mysql_query("SELECT * FROM user_tickets WHERE userid = '".$my_id."'");

echo mysql_error();

$N=mysql_num_rows($SQL);

if($N==0){

mysql_query("INSERT INTO `user_tickets` SET `user_tickets`.`userid` = '".$my_id."', `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."'") or die(mysql_error());

}else{

mysql_query("UPDATE `user_tickets` SET `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."' WHERE `userid` = '".$my_id."'") or die(mysql_error());

}



$ticketsql = mysql_query("SELECT * FROM user_tickets WHERE userid = '".$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">

</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="LINKDETUHOTEL";

?>

  var flashvars = {

    "client.allow.cross.domain" : "1",

        "client.notify.cross.domain" : "0",

        "connection.info.host" : "LINKDETUHOTEL",

        "connection.info.port" : "300",

        "site.url" : "<?php echo $path; ?>",

        "url.prefix" : "<?php echo $path; ?>",

        "client.reload.url" : "<?php echo $path; ?>/client",

        "client.fatal.error.url" : "<?php echo $path; ?>/client",

        "client.connection.failed.url" : "<?php echo $path; ?>/client",

        "external.variables.txt" : "http://habbospain.com/swfs/external_variables.txt",

        "external.texts.txt" : "http://habbospain.com/swfs/external_flash_texts_new.txt", 

        "productdata.load.url" : "http://habbospain.com/swfs/productdata.txt", 

        "furnidata.load.url" : "http://habbospain.com/swfs/furnidata.txt", 

        "use.sso.ticket" : "1",

        "sso.ticket" : "<?php echo $ticketrow['sessionticket']; ?>",

        "processlog.enabled" : "1",

        "account_id" : "1",

        "client.starting" : "Bienvenid@ a <?php echo $shortname; ?>, <?php echo $shortname; ?> utiliza la nueva encryptación de Habbo.",

        "flash.client.url" : "http://habbospain.com/swfs/",

        "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",

        "has.identity" : "1",

        "flash.client.origin" : "popup"





    };

    var params = {

        "base" : "http://habbospain.com/swfs/",

        "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://habbospain.com/swfs/Hs.swf";



    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>http://www.miopio07swf.xhabbo.es/habboweb/%web_build%/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="Habbo Hotel: haz amig@s, únete a la diversión y date a conocer." />

<meta name="keywords" content="Habbo 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="<?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 = '[url]https://connect.facebook.net/es_ES/all.js';[/url]

        document.getElementById('fb-root').appendChild(e);

    }());

</script>



</body>

</html>



<?php } ?>

Se For Uber :
Código:
<body id="client" class="flashclient">
 
<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>
 
<noscript>
    <meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
</noscript>
 
<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" : "LINKDETUHOTEL",
            "connection.info.port" : "300",
            "site.url" : "%www%",
            "url.prefix" : "%www%",
            "client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
            "client.fatal.error.url" : "%www%/flash_client_error",
            "client.connection.failed.url" : "%www%/client_connection_failed",
            "external.hash" : "",
            "external.variables.txt" : "http://habbospain.com/swfs/external_variables.txt",
            "external.texts.txt" : "http://habbospain.com/swfs/external_flash_texts_new.txt",
            "productdata.load.url" : "http://habbospain.com/swfs/productdata.txt",
            "furnidata.load.url" : "http://habbospain.com/swfs/furnidata.txt",
            "use.sso.ticket" : "1",
<?php
 
if ($forwardType > 0)
{
    echo '            "forward.type" : "' . $forwardType . '",' . LB;
    echo '            "forward.id" : "' . $forwardId . '",' . LB;
}
 
?>
            "sso.ticket" : "%sso_ticket%",
            "processlog.enabled" : "0",
            "account_id" : "0",
            "client.starting" : "¡Por favor espera!, están cargando",
            "flash.client.url" : "http://habbospain.com/swfs/",
            "user.hash" : "",
            "facebook.user" : "0",
            "has.identity" : "0",
            "flash.client.origin" : "popup"
    };
    var params = {
        "base" : "http://habbospain.com/swfs/",
        "allowScriptAccess" : "always",
        "menu" : "false"
    };
 
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
      params["wmode"] = "opaque";
    }
    var clientUrl = "http://habbospain.com/swfs/Hs.swf";
    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/%web_build%/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>
 
<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">Please install Adobe Flash Player.</h2>
    <div class="box-content">
            <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/%web_build%/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/nojs">click here</a></p>
            </div>
        </noscript>
    </div>
    </div>
    <div id="content" class="client-content"></div>
</div>
    <div style="display: none">
<div id="habboCountUpdateTarget">
%hotel_status%
</div>
    <script language="JavaScript" type="text/javascript">
        setTimeout(function() {
            HabboCounter.init(600);
        }, 20000);
    </script>
PS : AS DUAS JÁ VEM COM SWF
Poste resultados ,

Até ,

Niu Niu  • 03.02.13 11:21

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 03.02.13 11:21

Mais a habbo.swf ta com pobrema olha http://habbospain.com/swfs/Hs.swf
¬¬

Kushina Kushina  • 03.02.13 12:06

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 03.02.13 12:06

bbiman escreveu:Mais a habbo.swf ta com pobrema olha http://habbospain.com/swfs/Hs.swf
¬¬
Olá ,
É Só trocar a SWF Seu Emu é Bctorm né ?
Tente esta swf : https://www.power-pixel.net/t32478-links-swf-hapen-hotel-compativel-com-bcstorm

Até ,

ηikηicius ηikηicius  • 03.02.13 12:50

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 03.02.13 12:50

Olá se sua swf e sua então na parte client Var coloque o link swf/habbo.swf e em client base coloque seu ip e /swf/


Espero ter ajudado

Niu Niu  • 03.02.13 14:41

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 03.02.13 14:41

eu sei disso eu fiz tudo certo eu confi a db a cms a swf o emu tudo certinho mais não pega ¬¬

SecurityPixel SecurityPixel  • 03.02.13 18:31

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 03.02.13 18:31

Olá Convidado,
Teste outra swf, caso não funcione, verifique se está tudo configurado corretamente na sua db, e se continuar dando este problema teste outra cms , db e swf...

TioBlitz TioBlitz  • 03.02.13 19:24

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 03.02.13 19:24

Estimado usuário , ...

Troque-a SWF , Limpe o cache e os cookies , reinicie o emulador e veja se funciona

Niu Niu  • 04.02.13 14:50

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 04.02.13 14:50

a e Eu Estou usando Aplle Web Serve e não pego nada do que vocês falarão até agora !! ¬¬

avatar -Live  • 04.02.13 17:48

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 04.02.13 17:48

Olá,

Tente mudar de Client , e tente configurar seu emulador certamente, e depois vá na sua db configura-la..

polimax polimax  • 06.02.13 16:30

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 06.02.13 16:30

é mano to com mesmo problema e nada eu fico mais loco que o cara coloca a cms aqui tambem nao sabe resolver problema.

Lucks Lucks  • 13.02.13 13:04

Rafael Rafael  • 13.02.13 13:31

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 13.02.13 13:31

Tente outra client ou cms.

Gabriel25 Gabriel25  • 13.02.13 15:02

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 13.02.13 15:02

bbiman escreveu:Se alguem Ajuda-se Eu não teria cometido e eu sei as regras e sei oque eu fiz .-.

e Pra lembra o problema é

PROBLEMA CLIENT 33vghe8


CLIENT TA AKI

Código:
<?php
$myrealip = $_SERVER["REMOTE_ADDR"];

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

$SQL=mysql_query("SELECT * FROM user_tickets WHERE userid = '".$my_id."'");
echo mysql_error();
$N=mysql_num_rows($SQL);
if($N==0){
mysql_query("INSERT INTO `user_tickets` SET `user_tickets`.`userid` = '".$my_id."', `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."'") or die(mysql_error());
}else{
mysql_query("UPDATE `user_tickets` SET `user_tickets`.`sessionticket` = '".GenerateTicket()."', `user_tickets`.`ipaddress` = '".$myrealip."' WHERE `userid` = '".$my_id."'") or die(mysql_error());
}

$ticketsql = mysql_query("SELECT * FROM user_tickets WHERE userid = '".$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://test.jebbo.net/me" target="client" onClick="return onClientOpen(this)">Vuelve al 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="javvosx.hopto.org";
?>
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "25.238.2.236:70",
"connection.info.port" : "30000",
"site.url" : "http://25.238.2.236:70",
"url.prefix" : "http://25.238.2.236:70",
"client.reload.url" : "http://25.238.2.236:70/client",
"client.fatal.error.url" : "http://25.238.2.236:70/clientutils",
"client.connection.failed.url" : "http://25.238.2.236:70/clientutils",
"external.variables.txt" : "http://25.238.2.236:70/swf/external_variables.txt",
"external.texts.txt" : "http://25.238.2.236:70/swf/external_flash_texts.txt",
"productdata.load.url" : "http://25.238.2.236:70/swf/productdata.txt",
"furnidata.load.url" : "http://25.238.2.236:70/swf/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticketrow['sessionticket']; ?>",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "Carregando...",
"flash.client.url" : "http://25.238.2.236:70/swf/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup"


};
var params = {
"base" : "http://swf.host.crazzy.org/swf/",
"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://swf.host.crazzy.org/swf/CrazzY.swf";

swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>http://www.miopio07swf.xhabbo.es/habboweb/%web_build%/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="Habbo Hotel: haz amig@s, únete a la diversión y date a conocer." />
<meta name="keywords" content="Habbo 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">Seu Hotel Esta Com Problemas :(</h2>

<div class="box-content">
<p>Peça Suporte aqui: <a href="www.power-pixel.net">Acesse Tambem O topico da client</a>.<a href="http://www.power-pixel.net/t31136-client-new-crypto-habbofree">Mais informações</a></p>
<p><a href="http://www.power-pixel.net/t31136-client-new-crypto-habbofree"><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 = '[url]https://connect.facebook.net/es_ES/all.js';[/url]
document.getElementById('fb-root').appendChild(e);
}());
</script>

</body>
</html>

<?php } ?>

Cara em conection.info.host"deixe somento seu ip sem o ":70""
ahh e essa swf é própria? porque talvez você não tenha dai da esse erro lol! tente hospeda-las ou pegar uma compatível já hospedada
AJUDEI? clique no + :loveppf:

Rafael Rafael  • 13.02.13 15:33

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 13.02.13 15:33

Eu acocelho você tentar usa outras coisas

Markim Markim  • 22.02.13 1:20

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT 22.02.13 1:20

Fechado.

Motivo: O autor abandonou o tópico.

Conteúdo patrocinado  • 

PROBLEMA CLIENT Empty Re: PROBLEMA CLIENT

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.