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/
~ Créditos:
- Bitt (Tutorial & Encontrar o diretório) do forum tal-tal-tal
*Se for copiar deixe os créditos, retardado mental (: !
Código:http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506/
- Spoiler:
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">
~ Créditos:
- Bitt (Tutorial & Encontrar o diretório) do forum tal-tal-tal
*Se for copiar deixe os créditos, retardado mental (: !