[CLIENT BRANCA] Solução

+45
Admin King
Habbirata
lFaked
socialkiller0
Delphino
habbomixx
RicardoRock
vinivei
murilo.costa2
treva2512
Blend
¥.Bruno.¥
Eazy
habbo123456789lucas555
-luiz,,
handreolla
Dankluck
ן๏ภภครvเc
-Saah•
TioBlitz
Matt
ozzi
HavipForum
PedroH.
tomtom
mahalk
K4ioV.
pitulito
~the,Wolf
nathan0909
kuys
Milani
Felipe Medeiros
polimax
Biαмøuurα
-House
Kıłłzøиez
jogoa10
IgorCastilho
-Miix
Smolk
TheSilence
bsvss
Douglas
bitt
49 participantes

bitt bitt  • 02.09.11 18:10

[CLIENT BRANCA] Solução Empty [CLIENT BRANCA] Solução 02.09.11 18:10

Reputação da mensagem: 89% (18 votos)
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:
<?php

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'");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <title><?php echo $sitename." - Client"; ?></title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//web-gallery/static/styles/common.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/489/web-gallery/static/js/libs2.js" type="text/javascript"></script>

<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//web-gallery/static/js/common.js" type="text/javascript"></script>

    <script type="text/javascript">
        document.habboLoggedIn = true;
        var habboName = "<?php echo $_SESSION['username']; ?>";
        var habboReqPath = "<?php echo $core->CmsSetting('cms_url'); ?>";
        var habboStaticFilePath = "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/489/web-gallery";
        var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
        var habboPartner = "";
        var habboDefaultClientPopupUrl = "<?php echo $core->CmsSetting('cms_url'); ?>/client";
        window.name = "ClientWndw";
        if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
    </script>

<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/489/web-gallery/static/styles/habboflashclient.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//web-gallery/static/js/identity.js" type="text/javascript"></script>

<script type="text/javascript">
    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" : "<?php echo $core->CmsSetting('client_ip'); ?>",
            "connection.info.port" : "<?php echo $core->CmsSetting('client_port'); ?>",
            "site.url" : "<?php echo $core->CmsSetting('cms_url'); ?>",
            "url.prefix" : "<?php echo $core->CmsSetting('cms_url'); ?>",
            "client.reload.url" : "<?php echo $core->CmsSetting('cms_url'); ?>/index.php",
            "client.fatal.error.url" : "<?php echo $core->CmsSetting('cms_url'); ?>/client/disconnected.php?flash_client_error",
            "client.connection.failed.url" : "<?php echo $core->CmsSetting('cms_url'); ?>/client/disconnected.php?client_connection_failed",
            "external.variables.txt" : "<?php echo $core->CmsSetting('client_variables'); ?>",
            "external.texts.txt" : "<?php echo $core->CmsSetting('client_texts'); ?>",
            "use.sso.ticket" : "1",
            "sso.ticket" : "<?php echo $ticket ?>",
            "processlog.enabled" : "0",
            "account_id" : "1",
            "client.starting" : "Aguarde, O Hotel esta sendo iniciado",
            "flash.client.url" : "<?php echo $core->CmsSetting('client_swf_path'); ?>/",
            "user.hash" : "1078741332d24edeb4c9a8b3480d0a4e6b68a8c8",
            "has.identity" : "0",
            "flash.client.origin" : "popup",
            "token" : "<?php echo $ticket ?>"
    };
    var params = {
        "base" : "<?php echo $core->CmsSetting('client_swf_path'); ?>/",
        "allowScriptAccess" : "always",
        "menu" : "false"               
    };
   
    if (!(HabbletLoader.needsFlashKbWorkaround())) {
        params["wmode"] = "opaque";
    }
   
    var clientUrl = "<?php echo $core->CmsSetting('client_habbo_swf'); ?>";

    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) {}
    }
</script>

<!--[if IE 8]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//web-gallery/static/styles/ie8.css" type="text/css" />
<![endif]-->

<!--[if lt IE 8]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//web-gallery/static/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//web-gallery/static/styles/ie6.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506//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]-->

</head>
 
<body id="client" class="flashclient">

<div id="overlay"></div> 
<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/63_1dc60c6d6ea6e089c6893ab4e0541ee0/207/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>

</body>
</html>

~ Créditos:
- Bitt (Tutorial & Encontrar o diretório)
*Se for copiar deixe os créditos, retardado mental (: !


Última edição por bitt em 04.09.11 2:47, editado 4 vez(es)

Douglas Douglas  • 02.09.11 18:11

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 18:11

Muito bom Parabéens,
Bitt é foda '.'

bsvss bsvss  • 02.09.11 18:12

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 18:12

Otimo Tópico Bitt, Sulake sacaneando os habbo piratas.


Última edição por ~Lυcαs мєηdєs em 02.09.11 18:14, editado 1 vez(es)

TheSilence TheSilence  • 02.09.11 18:20

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 18:20

Aleluia encontraram a solução para este problema

Bitt é foda '.' ²

Sulake :@

Smolk Smolk  • 02.09.11 18:21

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 18:21

i aki fico branco parçero

-Miix -Miix  • 02.09.11 18:33

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 18:33

Boa, não faço mais habbos mas
vai ajudar muitas pessoas .

avatar IgorCastilho  • 02.09.11 18:34

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 18:34

Aqui funfo leegaal :D !! Obrigado aaee .. ganho meu + !

avatar jogoa10  • 02.09.11 18:39

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 18:39

muito bom!

Kıłłzøиez Kıłłzøиez  • 02.09.11 18:42

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 18:42

Usuário: jogoa10
Ocorrencias: +5
Motivo: Flood

avatar -House  • 02.09.11 20:54

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 20:54

Aff o meu ainda Não pega ele da um erro la doido

Biαмøuurα Biαмøuurα  • 02.09.11 22:48

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 02.09.11 22:48

Se eu tivesse um habbo aqui, eu testava imediatamente! =D'

polimax polimax  • 03.09.11 0:03

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 0:03

bahhhhhhhh, vc é foda deu certo vlw virei seu fã

bitt bitt  • 03.09.11 0:24

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 0:24

Que bom que pudi ajudar, e quem continua com o erro, a swf ta bugada então :x !

Felipe Medeiros Felipe Medeiros  • 03.09.11 1:21

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 1:21

não mudei nada e continua funcionando
cmg naum deu este problema.....

mais isso ai vai ajuda muito em futuros problemas e os atuais tambem :D

Milani Milani  • 03.09.11 6:27

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 6:27

Reputação da mensagem: 100% (2 votos)
ele chingo ai da mais ocorencias :@ pra min eu não posso nem abrir a boca que ja tão dando ocorencias

kuys kuys  • 03.09.11 6:46

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 6:46

GiØv@ni_MiĿ @ηi escreveu:ele chingo ai da mais ocorencias :@ pra min eu não posso nem abrir a boca que ja tão dando ocorencias

Giovani, desta vez não darei ocorrencias.
Mas onde e que chingaram alguem?

Eu li todos os posts e nada

Obs bom tuto os erros agora eram sempre esses

nathan0909 nathan0909  • 03.09.11 8:49

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 8:49

Mas da forbiden no
http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506/
Fala que eu não estou com permissão

~the,Wolf ~the,Wolf  • 03.09.11 9:04

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 9:04

te lovo bitt ajudomee aaaaa lovado seja o BITT

bitt bitt  • 03.09.11 17:27

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 17:27

nathan0909 escreveu:Mas da forbiden no
http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/506/
Fala que eu não estou com permissão
A Sulake bloqueia os acessos aos seus diretórios mais não a seus arquivos :) !

pitulito pitulito  • 03.09.11 18:03

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 18:03

Gente, alguém me diz um tuturial aí para me ajudar, em que pasta eu tenho que colar isso?

bitt bitt  • 03.09.11 18:05

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 18:05

pasta client , aquivo index.php ! :z

K4ioV. K4ioV.  • 03.09.11 18:14

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 18:14

Esse tópico estava no Pro Pixel, e você deixou os créditos? ....

Até mas!

mahalk mahalk  • 03.09.11 23:21

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 03.09.11 23:21

Meu client fico preto :)

bitt bitt  • 04.09.11 2:38

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 2:38

@_KaioV. escreveu:Esse tópico estava no Pro Pixel, e você deixou os créditos? ....

Até mas!
KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK, olhe a data que foi postado aqui depois olhe lá, este tópico eu fiz meu filho ! :)

@OFF
Um moderador citando outro fórum e ainda admite ser um leitor ativo de um fórum concorrente, e depois dizem que eu sou o errado por querer democracia e ética na ppf !

tomtom tomtom  • 04.09.11 6:34

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 6:34

Gente. Como aplico essas mudanças em meu hotel? Devo editar isso que foi públicado? Como? Não há ip algum ai, olhe!

pitulito pitulito  • 04.09.11 12:21

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 12:21

neeem funciona isso :S

bitt bitt  • 04.09.11 12:27

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 12:27

tomtom escreveu:Gente. Como aplico essas mudanças em meu hotel? Devo editar isso que foi públicado? Como? Não há ip algum ai, olhe!
Funciona perfeitamente como muitos ja comentaram, a cliente ja editada é para phoenix, não para uber, e deixei o link do novo diretório para quem usa uber trocar manualmente.

*Não comente oq você não sabe.

PedroH. PedroH.  • 04.09.11 12:55

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 12:55

bitt escreveu:
@_KaioV. escreveu:Esse tópico estava no Pro Pixel, e você deixou os créditos? ....

Até mas!
KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK, olhe a data que foi postado aqui depois olhe lá, este tópico eu fiz meu filho ! :)

@OFF
Um moderador citando outro fórum e ainda admite ser um leitor ativo de um fórum concorrente, e depois dizem que eu sou o errado por querer democracia e ética na ppf !

E ainda criou o seu própio fórum, ultramundo.forumeiros.com.
Se quiser pode dar ocorrências, mas estou falando a verdade. ;)

K4ioV. K4ioV.  • 04.09.11 13:59

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 13:59

Bitt,

Participar de outros fórum não há problema, só não pode ser da equipe.

Pedriin,

Eu criei sim, eu tenho vários fóruns de testes etcs.. E isso eu nunca escondi, e eu não dei continuidade a nenhum deles. +5 ocorrências por desviar o assunto do tópico.

@Topic

Bom tópico, e desculpa Bitt.

Até mas!

pitulito pitulito  • 04.09.11 14:48

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 14:48

To triste por que aqui nem funcionou :/, alguém me ajuda? Eu tenho Team Viwer ;P

HavipForum HavipForum  • 04.09.11 17:34

[CLIENT BRANCA] Solução Empty Client Fica Branco 04.09.11 17:34

aqui nem pego men

bitt bitt  • 04.09.11 17:43

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 17:43

Esta pegado normal meu tio se não meu hotel tava off, vcê que não trouco direito e se pegou a client pronta aqui ela é so par phoenix php ou baseado !

HavipForum HavipForum  • 04.09.11 19:41

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 19:41

Ai men que swf , emulador e versão do emulador , e cms vc usa . Responde ai men namoral

ozzi ozzi  • 04.09.11 19:45

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 04.09.11 19:45

Bitt so seu Fã Cara Parabéns ;D


[CLIENT BRANCA] Solução 25u5vyp

Spoiler:

Matt Matt  • 05.09.11 14:05

Super ModeradorMembro da Equipa

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 05.09.11 14:05

Muito bom , eu ja sabia mais isso ira ajudar os que não sabem ainda ;D


Spoiler:

TioBlitz TioBlitz  • 05.09.11 20:05

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 05.09.11 20:05

Bom eu consegui

-Saah• -Saah•  • 05.09.11 21:51

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 05.09.11 21:51

Adorei Vai Ajudar Muitos NOvatos

ן๏ภภครvเc ן๏ภภครvเc  • 06.09.11 20:55

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 06.09.11 20:55

da preguiça de fazer isso ;x

Dankluck Dankluck  • 08.09.11 13:00

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 08.09.11 13:00

Thanks Mano ajudou pakas !!!

avatar handreolla  • 08.09.11 14:45

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 08.09.11 14:45

onde eu colo esssa coisa?

-luiz,, -luiz,,  • 08.09.11 14:49

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 08.09.11 14:49

Ele explicou no tuto!
Criei um novo tópico na area SUPORTE, LÁ VAMOS AJUDAR!

avatar handreolla  • 09.09.11 16:19

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 09.09.11 16:19

puxa cara você é muito massa agora meu hotel ta funfando :D quem não sabe colar vai na cms e clica em client e depois indes apaga td oq tem em index e cola isso ai! :D

habbo123456789lucas555 habbo123456789lucas555  • 10.09.11 23:17

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 10.09.11 23:17

gente quem ficou sabendo q o phoenix emulator naun vai funcionar mais

Milani Milani  • 11.09.11 6:41

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 11.09.11 6:41

no meu habbo eu testei e funciono bem :D

Eazy Eazy  • 11.09.11 21:31

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 11.09.11 21:31

Biit Evoluindo Cada Veiz Mais Cuidado Daqui a Pouco e Adm Ja

On Topic:

Obrigado pela ajuda

¥.Bruno.¥ ¥.Bruno.¥  • 12.09.11 0:56

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 12.09.11 0:56

nem funfou :s acho que é algo na cms mesmo :s

Milani Milani  • 12.09.11 6:37

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 12.09.11 6:37

aqui funfo direitinho ganho meu +

Blend Blend  • 16.09.11 21:04

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 16.09.11 21:04

Putz onde colo isso?

TheSilence TheSilence  • 16.09.11 21:55

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 16.09.11 21:55

Blend escreveu:Putz onde colo isso?

Copie o código e substitui o código na index na pasta client de sua cms e depois é só configurar e salvar

TioBlitz TioBlitz  • 16.09.11 22:13

[CLIENT BRANCA] Solução Empty Re: [CLIENT BRANCA] Solução 16.09.11 22:13

TheSilence escreveu:
Blend escreveu:Putz onde colo isso?

Copie o código e substitui o código na index na pasta client de sua cms e depois é só configurar e salvar

Vo criar um tuto melhor,abra sua cms>client>index tire o codigo que está la e coloque o que o bitt coloco acima,e pronto fexe e salve
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.