Visi0n Visi0n  • 03.07.14 2:30

[New] Client com Diamantes [New] Empty [New] Client com Diamantes [New] 03.07.14 2:30

Olá Convidado, está à procura de Client funcional ?
Então chega de procura, pois estou trazendo uma !


Não possui o Bugs:


- Tela Preta
- Client Branca 
- Não carrega
- Outros.


Compatibilidade de Emuladores: 


- Butterfly Emulator
- Trypolin
- Vicio Emulador
- Swift
- E emuladores baseados em Butterfly


Onde está a Client ? Aqui:


- Ip da VPS ( Bote o seu )
- PORT DO EMULADOR ( Porta do Emulador ) 

Simples, e sem erros '-'
Código:
<?php

function SacarIP22() {
  if($_SERVER) {
    if($_SERVER["HTTP_X_FORWARDED_FOR"]) {
      $realip2 = $_SERVER["HTTP_X_FORWARDED_FOR"];
    } elseif ($_SERVER["HTTP_CLIENT_IP"]) {
      $realip2 = $_SERVER["HTTP_CLIENT_IP"];
    } else {
      $realip2 = $_SERVER["REMOTE_ADDR"];
    }
  } else {
    if(getenv("HTTP_X_FORWARDED_FOR")) {
      $realip2 = getenv("HTTP_X_FORWARDED_FOR");
    } elseif(getenv("HTTP_CLIENT_IP")) {
      $realip2 = getenv("HTTP_CLIENT_IP");
    } else {
      $realip2 = getenv("REMOTE_ADDR");
    }
  }
  return $realip2;
}


$myrealip = SacarIP22();


require_once('./data_classes/server-data.php_data_classes-core.php.php');
require_once('./data_classes/server-data.php_data_classes-session.php.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'"));
if($user_rank < 1 && $online_count >= $client_limit['value']){

require_once('./templates/login_subheader.php');
require_once('./templates/login_header.php');

?>




[center]Límite de Usuarios[/center]



[url=http://www.habbizhotel.net/me]Vuelve al ME[i][/i][/url][b][/b]




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]
[b]

<?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="Site ou IP do VPS";
?>
  var flashvars = {
    "client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "IP VPS",
"connection.info.port" : "Porta Emulador",
"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://rabohotel.com.br/unix/external_variables.txt",
          "external.texts.txt" : "http://rabohotel.com.br/unix/external_flash_texts.txt",
          "productdata.load.url" : "http://rabohotel.com.br/unix/productdata.txt",
          "furnidata.load.url" : "http://rabohotel.com.br/unix/furnidata.txt",

"use.sso.ticket" : "1",
"sso.ticket" : "ST-236571-072953186033824638320",
"processlog.enabled" : "1",
"account_id" : "1",
"client.starting" : "O Hotel está carregando...",
"flash.client.url" : "http://rabohotel.com.br/unix/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup"


  };
    var params = {
        "base" : "http://rabohotel.com.br/unix/",
        "allowScriptAccess" : "always",
        "menu" : "false"         
  };
   
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }

    FlashExternalInterface.signoutUrl = "http://gabbahotel.biz/account/logout?token=966f776deebb8a6fdba0cda1c319d981ab963b82";
   
    var clientUrl = "http://rabohotel.com.br/unix/rabo.swf";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "<?php echo $path; ?>/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) {}
    }


<meta name="description" content="Skype Para contato , Daniel.SPD" />
<meta name="keywords" content="Skype Para contato , Daniel.SPD" />



<!--[if IE 8]>

<!--[if lt IE 8]>

<!--[if lt IE 7]>

<script src="<?php echo $path; ?>/web-gallery/static/js/pngfix.js" type="text/javascript">
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
















Créditos:








✖️DouProCadaverDoDaleste - Trazer pra cá e-e








Presidente! - Por trazer à mim.








- DanielSPD - Por pertencer à ele.










Obs.: Não achei nada sobre essa client, então eu postei 🇪🇪 


Última edição por ✖DouProCadaverDoDaleste em 03.07.14 2:41, editado 1 vez(es)

O autor desta mensagem foi banido do fórum - Mostrar mensagem

Leo181 Leo181  • 03.07.14 2:34

Visi0n Visi0n  • 03.07.14 2:38

[New] Client com Diamantes [New] Empty Re: [New] Client com Diamantes [New] 03.07.14 2:38

Olá, perdão estou sem prints no momento, é que nem tive tempo de baixar .-.


Mas, pelo o que eu vi em outros sites é boa, sim !

ThePixeel ThePixeel  • 21.08.14 9:37

[New] Client com Diamantes [New] Empty Re: [New] Client com Diamantes [New] 21.08.14 9:37

Tentei e nem funfa :/

pedxz pedxz  • 26.09.16 16:02

Super administradorMembro da Equipa

[New] Client com Diamantes [New] Empty Re: [New] Client com Diamantes [New] 26.09.16 16:02

@Moderação
Tópico fechado para prevenir Necro Post!

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.