[Solução]Client carrega até 80%/33%

+36
Strik3
bovino
carlinhoss
~LΣGΛCY
Artur
Cubbe
SecurityPixel
mugiwara
.:Sonny:.
Restore
Wej
MarcosH15
Markim
Leonardo
iBolacha
Latysh
WictorP
Paranoid.
7H3 0WN3R
Chaos
ηikηicius
TioBlitz
-Injusta
Wɪɴɗ
Leoziin
Giøvani
ϟ Flaagme ϟ
RHN
juniorcosmopax
Kushina
Gαbriєłϟ
Gabrieldlm
Example
LuizLopes.
νσℓ¢σм
TrY!
40 participantes

TrY! TrY!  • 19.01.13 17:49

[Solução]Client carrega até 80%/33% - Página 1 Empty [Solução]Client carrega até 80%/33% 19.01.13 17:49

Reputação da mensagem: 100% (5 votos)
Relembrando a primeira mensagem :

Olá,

Neste tutorial ensinarei á solucionar um erro chato, que eu já tive, a client carrega até um ponto e depois cai:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Primeiro troque sua client por essa:
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" : "SITEOUIP",
"connection.info.port" : "30000",
"site.url" : "<?php echo $path; ?>",
"url.prefix" : "<?php echo $path; ?>",
"client.reload.url" : "<?php echo $path; ?>/client",
"client.fatal.error.url" : "<?php echo $path; ?>/clientutils",
"client.connection.failed.url" : "<?php echo $path; ?>/clientutils",
"external.variables.txt" : "http://swf.host.crazzy.org/swf/external_variables_new.txt",
"external.texts.txt" : "http://swf.host.crazzy.org/swf/external_flash_texts.txt",
"productdata.load.url" : "http://swf.host.crazzy.org/swf/productdata.txt",
"furnidata.load.url" : "http://swf.host.crazzy.org/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://swf.host.crazzy.org/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 } ?>
Procure por "SITEOUIP" e substitua pelo seu ip, exemplo:(127.0.0.1)

Depois aceda ao seu painel e ponha esses códigos, um de cada vez:
Código:
UPDATE  `cms_settings` SET  `value` =  'http://swf.host.crazzy.org/swf/external_variables_new.txt' WHERE  `cms_settings`.`variable` =  'client_variables';
Código:
UPDATE  `cms_settings` SET  `value` =  'http://swf.host.crazzy.org/swf/external_flash_texts.txt' WHERE  `cms_settings`.`variable` =  'client_texts';
Código:
UPDATE  `cms_settings` SET  `value` =  'http://swf.host.crazzy.org/swf/' WHERE  `cms_settings`.`variable` =  'client_swf_path';
Código:
UPDATE  `cms_settings` SET  `value` =  'http://swf.host.crazzy.org/swf/CrazzY.swf' WHERE  `cms_settings`.`variable` =  'client_habbo_swf';

Para por os códigos é só aceder á sua DB, clicar na aba SQL, na área de texto ponha os código, um de cada vez, e execute!

Example Example  • 21.01.13 23:45

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 21.01.13 23:45

Alerta:

Usuário: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Motivo: Flood
Advertência: Não será punido por ser novato
Obs: Leia as [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Wɪɴɗ Wɪɴɗ  • 22.01.13 3:03

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 22.01.13 3:03

Ajudou Bastante , Obrigado Por Compartilhar

-Injusta -Injusta  • 22.01.13 18:51

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 22.01.13 18:51

Parece ser um bom tutorial! Espero ajude usuários!

TioBlitz TioBlitz  • 24.01.13 8:33

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 24.01.13 8:33

Bom dia , ...

Gostei bastante do tutorial , felizmente esse problema nunca aconteceu comigo e espero que nunca acontessa ,mais como dizem o código é funcional , Ganhou meu +

Cumprimentos
PPF

ηikηicius ηikηicius  • 24.01.13 12:36

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 24.01.13 12:36

Olá parabens pelo tutorial espero que seja funcional

Chaos Chaos  • 24.01.13 18:12

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 24.01.13 18:12

Funcionou de primeira aqui, brigadão xD

7H3 0WN3R 7H3 0WN3R  • 25.01.13 0:31

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 25.01.13 0:31

@Retirado

Example Example  • 25.01.13 1:11

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 25.01.13 1:11

Ola Convidado

@Retirado e banido usuário com tentativas de ownamento!



#Partil

Paranoid. Paranoid.  • 25.01.13 23:25

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 25.01.13 23:25

TrY escreveu:Olá,

Então você configurou incorretamente! Ou seu emulador ou sua client.



Amigo , aqui tambem a client acaba de carregar e fica preta , mas ta tudo configurado correto , tanto o ip da client , quanto o do emulador . Me ajuda ai cara . Uso Apple WS . Depois pede se quero ir para client denovo ou para o inicio (me)

WictorP WictorP  • 25.01.13 23:29

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 25.01.13 23:29

Acho que poderia ser mais simples o tutorial, mas não deixa de ser funcional.
Parabéns!


Até mais!

Latysh Latysh  • 27.01.13 10:15

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 27.01.13 10:15

Funciona que é uma beleza. Obrigado por compartilhar :)

iBolacha iBolacha  • 27.01.13 11:45

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 27.01.13 11:45

Cara nao ta funcionando n tentei de tudo

Leonardo Leonardo  • 27.01.13 14:26

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 27.01.13 14:26

Bom Tutorial, irá ajudar muitos!
Muitos possuem este erro.

Markim Markim  • 27.01.13 17:53

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 27.01.13 17:53

Ótimo tutorial aqui funcionou direito, obrigado.

Latysh Latysh  • 31.01.13 17:32

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 31.01.13 17:32

Olá, Convidado
Belo tutorial. Agora não precisarei colocar outras clients antigas.

MarcosH15 MarcosH15  • 01.02.13 14:54

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 01.02.13 14:54

otimo tutorial vai ajudar muitos novatos obrigado por postar

Wej Wej  • 02.02.13 1:29

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 02.02.13 1:29

Olá,

Legal, vai ajudar muita gente...

@OFF

Informe a compatibilidade,
se essa client é new crypto ou phoenix,
seja mais detalhado para não causar dificuldades nos usuários [; '

Restore Restore  • 02.02.13 1:30

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 02.02.13 1:30

Muito bom , obrigado por compartilhar.

.:Sonny:. .:Sonny:.  • 02.02.13 5:01

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 02.02.13 5:01

Muito bom obrigado por compartilhar

mugiwara mugiwara  • 03.02.13 15:10

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 03.02.13 15:10

fdp funciono krai, uhuuuuuuuuuuuuuuuuuuuu !!! obrigado cara

Restore Restore  • 03.02.13 18:00

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 03.02.13 18:00

Muito bom , eu estava com esse mesmo problema um dia desses. Tutorial ajudará bastante.

SecurityPixel SecurityPixel  • 05.02.13 10:13

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 05.02.13 10:13

Olá,Convidado
Ótimo tópico, era a dúvida de muitas pessoas...

TrY! TrY!  • 05.02.13 10:37

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 05.02.13 10:37

Olá,

Eu testei com:
-RemiX CMS.
Atom Emulador

Cubbe Cubbe  • 06.02.13 0:17

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 06.02.13 0:17

Olá.

Perfect tutorial ajudará a muitos aqui no PPF, continue assim e obrigado por compartilhar.

Até Mais

Markim Markim  • 11.02.13 2:06

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 11.02.13 2:06

Excelente tutorial, irá ajudar muitos usuários, obrigado por postar.

Artur Artur  • 11.02.13 14:05

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 11.02.13 14:05

Ótima solução amigo, ajudará muitos membros, obrigado por postar.

Restore Restore  • 11.02.13 14:30

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 11.02.13 14:30

Excelente Tutorial,obrigado por compartilhar.
Atenciosamente: Webert

~LΣGΛCY ~LΣGΛCY  • 14.02.13 0:52

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 14.02.13 0:52

Cara eu te amo kkkkk mt obg sempre tentei vc foi a pessoa q mais me ajudou mt obg mesmo <3

carlinhoss carlinhoss  • 14.02.13 9:19

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 14.02.13 9:19

Bom tutorial.

bovino bovino  • 18.02.13 8:16

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 18.02.13 8:16

Cara, nessa client, quando vc sai e entra de novo, os mobis dos quartos e inventário desaparecem

TrY! TrY!  • 18.02.13 13:47

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 18.02.13 13:47

bovino escreveu:Cara, nessa client, quando vc sai e entra de novo, os mobis dos quartos e inventário desaparecem
Olá,

Veja esse tutorial:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Strik3 Strik3  • 01.03.13 14:36

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 01.03.13 14:36

Olá, Convidado !
Obrigado por compartilhar, será muito útil para os usuários!

Lucks Lucks  • 04.03.13 11:58

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 04.03.13 11:58

Olá, Convidado !
Obrigado por compartilhar, será muito útil para os usuários!

124silva 124silva  • 04.03.13 12:01

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 04.03.13 12:01

Olá, Convidado
Será muito útil para aqueles que tem dúvida :D

TrY! TrY!  • 19.03.13 19:44

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 19.03.13 19:44

Olá,

Quem não conseguir consulte-me ;)

Lucks Lucks  • 22.03.13 20:37

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 22.03.13 20:37

Olá, Convidado !
Obrigado por compartilhar, será muito útil para os usuários!

Cl0ud Cl0ud  • 28.03.13 17:27

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 28.03.13 17:27

Obrigado Mano me ajudo estava com esse problema me matando tentando e nunca conseguia , so foi ver o tutorial q deu certinho muito obrigado espero q ajude muitas pessoas com esse problema ! agora meu problema é quando o emulador reiniciar n salva os mobis do quarto somem :S mas obrigado por compartilha.

Powler Powler  • 04.10.13 11:03

[Solução]Client carrega até 80%/33% - Página 1 Empty Re: [Solução]Client carrega até 80%/33% 04.10.13 11:03

No meu a client carrega ate 100% ai fica tudo preto e aparece para apertar em inicio* ou client*
Me ajudem por favor!!!!

Kushina Kushina  • 04.10.13 13:09

[Solução]Client carrega até 80%/33% - Página 1 Empty Moderação 04.10.13 13:09

Reviver Tópicos Antigos
O usuário Powler reviveu um tópico antigo!
Punição: Não foi punido pois é um usuário novato!
Como evitar: Não faça postagens em tópicos inativos a mais de 30 dias.
Fique atento nas [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
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.