[AJUDA]Client Branco 12.09.11 9:47
Aff não aguento mais procurar meu client fica só branco ja mudei swf , cms , db tudo e da na mesma merda pf alguem me ajuda aew :(
http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506/
define('USERNAME_REQUIRED', TRUE);
define('ACCOUNT_REQUIRED', TRUE);
include('../global.php');
$rand1 = rand(100000, 999999);
$rand2 = rand(10000, 99999);
$rand3 = rand(10000, 99999);
$rand4 = rand(10000, 99999);
$rand5 = rand(10000, 99999);
$rand6 = rand(1, 9);
$ticket = "ST-".$rand1."-".$rand2.$rand3."-".$rand4.$rand5."-otaku-".$rand6;
$username = $_SESSION['username'];
if(@$_GET['ticket'] && @$_GET['username'] && $users->UserPermission('hk_ext_login', $_SESSION['username']))
{
$username = $_GET['username'];
$ticket = $_GET['ticket'];
}
$query = mysql_query("UPDATE users SET auth_ticket = '$ticket' WHERE username = '$username'");
$query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");
?>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php echo $sitename." - Client"; ?>
var andSoItBegins = (new Date()).getTime();
document.habboLoggedIn = true;
var habboName = "";
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/489/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "/client";
window.name = "ClientWndw";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "",
"connection.info.port" : "",
"site.url" : "",
"url.prefix" : "",
"client.reload.url" : "/index.php",
"client.fatal.error.url" : "/client/disconnected.php?flash_client_error",
"client.connection.failed.url" : "/client/disconnected.php?client_connection_failed",
"external.variables.txt" : "",
"external.texts.txt" : "",
"use.sso.ticket" : "1",
"sso.ticket" : "",
"processlog.enabled" : "0",
"account_id" : "1",
"client.starting" : "Aguarde, O Hotel esta sendo iniciado",
"flash.client.url" : "/",
"user.hash" : "1078741332d24edeb4c9a8b3480d0a4e6b68a8c8",
"has.identity" : "0",
"flash.client.origin" : "popup",
"token" : ""
};
var params = {
"base" : "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
var clientUrl = "";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/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) {}
}
[b]Please install Adobe Flash Player.[/b]
You can install and download Adobe Flash Player here: [url=http://get.adobe.com/flashplayer/]
Install flash player[/url]. More instructions for installation can be
found here: [url=http://www.adobe.com/products/flashplayer/productinfo/instructions/]
More information[/url]
[url=http://www.adobe.com/go/getflashplayer][img]http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/v2/images/client/get_flash_player.gif[/img][/url]
$('content').show();
[center]
If you are not automatically redirected, please [url=http://www.power-pixel.net//client/nojs]click here[/url]
[/center]
-luiz,, escreveu:Poderia abrir o spoiler e ver o tuto:Ou acessar este tópico:
- Tutorial:
Muitos hoteis estão com a client branca, então resolvi dar uma ajudinha. Este problema ocorre porque a sulake esta trocando os diretórios com os arquivos de extensão (.css), e por estes arquivos não existirem a client fica branca, caso você saiba trocar aqui esta o novo diretório.
- Código:
http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506/
Caso você não saiba trocar, aqui esta a client com os diretórios ja trocados ^^ !
- Código:
define('USERNAME_REQUIRED', TRUE);
define('ACCOUNT_REQUIRED', TRUE);
include('../global.php');
$rand1 = rand(100000, 999999);
$rand2 = rand(10000, 99999);
$rand3 = rand(10000, 99999);
$rand4 = rand(10000, 99999);
$rand5 = rand(10000, 99999);
$rand6 = rand(1, 9);
$ticket = "ST-".$rand1."-".$rand2.$rand3."-".$rand4.$rand5."-otaku-".$rand6;
$username = $_SESSION['username'];
if(@$_GET['ticket'] && @$_GET['username'] && $users->UserPermission('hk_ext_login', $_SESSION['username']))
{
$username = $_GET['username'];
$ticket = $_GET['ticket'];
}
$query = mysql_query("UPDATE users SET auth_ticket = '$ticket' WHERE username = '$username'");
$query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");
?>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
var andSoItBegins = (new Date()).getTime();
document.habboLoggedIn = true;
var habboName = "";
var habboReqPath = "";
var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/489/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "/client";
window.name = "ClientWndw";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "",
"connection.info.port" : "",
"site.url" : "",
"url.prefix" : "",
"client.reload.url" : "/index.php",
"client.fatal.error.url" : "/client/disconnected.php?flash_client_error",
"client.connection.failed.url" : "/client/disconnected.php?client_connection_failed",
"external.variables.txt" : "",
"external.texts.txt" : "",
"use.sso.ticket" : "1",
"sso.ticket" : "",
"processlog.enabled" : "0",
"account_id" : "1",
"client.starting" : "Aguarde, O Hotel esta sendo iniciado",
"flash.client.url" : "/",
"user.hash" : "1078741332d24edeb4c9a8b3480d0a4e6b68a8c8",
"has.identity" : "0",
"flash.client.origin" : "popup",
"token" : ""
};
var params = {
"base" : "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
var clientUrl = "";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/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) {}
}
[b]Please install Adobe Flash Player.[/b]
You can install and download Adobe Flash Player here: [url=http://get.adobe.com/flashplayer/]
Install flash player[/url]. More instructions for installation can be
found here: [url=http://www.adobe.com/products/flashplayer/productinfo/instructions/]
More information[/url]
[url=http://www.adobe.com/go/getflashplayer][img]http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/web-gallery/v2/images/client/get_flash_player.gif[/img][/url]
$('content').show();
[center]
If you are not automatically redirected, please [url=http://www.power-pixel.net//client/nojs]click here[/url]
[/center]
Disse tudoCriado por Bitt
http://www.power-pixel.net/t6301-client-branca-solucao
AnakinSkaywalker escreveu:O meu ainda nao deu e pior ele agora aparece tudo isso em escrito em vez de mostrar a foto do hotel carregar e entrar aparece isso:
Akilo que voce mandou por na cliente
GiØv@ni_MiĿ @ηi escreveu:acessa este tópico:
http://www.power-pixel.net/t6301-client-branca-solucao
Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.