[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK]

+26
Jrei123
BugOficial
Ruan Fernandes
Kushina
fabriciocshabbo
mahalk
WoozT
Windows
Teweran
iWanted
✖Kant
Ririchiyo
Bєnary
Kawaka
n4zun
Meep
Baccons
Six Phoenix
VitorPixels
felipegato419
LøTøS
R4ncho
odedinho
ηєxʋshp™
νσℓ¢σм
Sтуℓє
30 participantes

Sтуℓє Sтуℓє  • 12.05.13 15:01

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 12.05.13 15:01

Reputação da mensagem: 82% (11 votos)
Relembrando a primeira mensagem :

[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]


________________________________________________________________________________________________________________________________________________________
Falaew galera da power-pixel fórum, primeiro, eu não fiz nada do que eu irei postar aqui , eu apenas ajuntei tudo ,e fiz o pack, para deixar tudo funcional, Algumas pessoas não estava conseguindo criar seu habbo, porque não achava uma swf/client que pegava , então vou deixar a todos vocês o pack Ele é totalmente compativel.

- Apple Web Server

- Vertrigo

- Xampp

- IIS

Outros Não testado.

________________________________________________________________________________________________________________________________________________________

CMS HOUSHED 2.0


Download
Spoiler:


Características


-Rápida
-Sistema de Referências
-Client 100%
-Compatível com Butterfly
-Xampp, IIS e Apple WebServer 100%
-Igual do Habbo BR


Prints Da cms:

Spoiler:
Spoiler:
Spoiler:
Spoiler:
Spoiler:
Spoiler:


________________________________________________________________________________________________________________________________________________________

Database DanielSPD



Características

-Novos Visuais 2013,Charutos,Óculos,Roupas
-Catalogo Todo Traduzido
-Outras coisas irá ver


Prints Da Database:


Spoiler:
Spoiler:
Spoiler:
Spoiler:
Spoiler:
Spoiler:


Download DataBase

Spoiler:


________________________________________________________________________________________________________________________________________________________

Emulador MegaHackerProDanielSPD




Características

Print:

Spoiler:


Download Emulador
Spoiler:


________________________________________________________________________________________________________________________________________________________

SWF DanielSPD


Características

Nova client páscoa
Novas coisas irá ver.



Prints:

Spoiler:




LINKS DA SWF
Código:
"external.variables.txt" : "http://SEUSITE/gamedata/external_variables.txt",
"external.texts.txt" : "http://SEUSITE/gamedata/external_flash_texts.txt",
"safechat.list.txt" : "http://SEUSITE/gamedata/safechat.txt","productdata.load.url" : "http://SEUSITE/gamedata/productdata.txt",
"furnidata.load.url" : "http://SEUSITE/gamedata/furnidata.txt",
"..client.url" : "http://SEUSITE/gordon/RELEASE63-201302261208-6898754512/",
"base" : "http://SEUSITE/gordon/RELEASE63-201302261208-6898754512/",
var clientUrl = "http://SEUSITE/gordon/RELEASE63-201302261208-6898754512/spd.swf";


Client

Código:
<?php

require_once('./data_classes/server-data.php_data_classes-core.php.php');
if($_SESSION['registernew'] == true){
require_once 'reg-beta.php';
exit;
}
if(!isset($_SESSION['username']))
{
        header("Location: ".$path."/login_popup");
        exit();
}

$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);

require_once('./templates/client_subheader.php'); ?>

<script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = true;

    FlashExternalInterface.logLoginStep("web.view.start");

    if (top == self) {
        FlashHabboClient.cacheCheck();
    }
    var flashvars = {
"client.allow.cross.domain" : "1",
            "client.notify.cross.domain" : "0",
            "connection.info.host" : "25.82.103.135",
            "connection.info.port" : "300",
            "site.url" : "<?php echo $path; ?>",
            "url.prefix" : "<?php echo $path; ?>",
            "client.reload.url" : "<?php echo $path; ?>/account/reauthenticate?page=/flash_client",
            "client.fatal.error.url" : "<?php echo $path; ?>/flash_client_error",
            "client.connection.failed.url" : "<?php echo $path; ?>/client_connection_failed",
            "external.hash" : "",
            "external.variables.txt" : "http://25.82.103.135/gamedata/external_variables.txt",
            "external.texts.txt" : "http://25.82.103.135/gamedata/external_flash_texts.txt",
      "safechat.list.txt" : "http://25.82.103.135/gamedata/safechat.txt",
            "productdata.load.url" : "http://25.82.103.135/gamedata/productdata.txt",
            "furnidata.load.url" : "http://25.82.103.135/gamedata/furnidata.txt",
                        "use.sso.ticket" : "1",
                        "sso.ticket" : "<?php echo $ticketrow['sessionticket']; ?>",
                        "processlog.enabled" : "1",
                        "account_id" : "1",
                        "client.starting" : "<?php echo $name; ?>, por favor espera... <?php echo $shortname; ?> se esta carregando",
                        "..client.url" : "http://25.82.103.135/gordon/RELEASE63-201302261208-6898754512/",
                        "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
                        "has.identity" : "1",
                        "..client.origin" : "popup"


    };
        var params = {
        "base" : "http://25.82.103.135/gordon/RELEASE63-201302261208-6898754512/",
        "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://25.82.103.135/gordon/RELEASE63-201302261208-6898754512/spd.swf";

    swfobject.embedSWF(clientUrl, ".-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/web-gallery/./expressInstall.swf", flashvars, params);

    window.onbeforeunload = unloading;
    function unloading() {
        var clientObject;
        if (navigator.appName.indexOf("Microsoft") != -1) {
            clientObject = window[".-container"];
        } else {
            clientObject = document[".-container"];
        }
        try {
            clientObject.unloading();
        } catch (e) {}
    }
</script>

<meta name="description" content="HabboDo: haz amig@s, únete a la diversión y date a conocer." />
<meta name="keywords" content="HabboDo 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]-->
        <center>
<div class="fb-like" data-href="http://www.facebook.com/HabboDoHotel" data-send="false" data-layout="button_count" data-width="400" data-show-faces="false" data-font="trebuchet ms"></div>
</center>
<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=".-wrapper">
    <div id=".-container">
        <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
    <h2 class="title">Por favor, actualiza tu . Player a la última versión</h2>

    <div class="box-content">
            <p>Puedes instalar y descargar Adobe . Player aquí: <a href="http://get.adobe.com/flashplayer/">Instala . player</a>. Más instrucciones para su instalación aquí: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Más información</a></p>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/424/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe . 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="content" class="client-content"></div>

        </div>
    <div style="display: none">
<div id="habboCountUpdateTarget">
1,323 Mitglieder online
</div>
        <script language="JavaScript" type="text/javascript">
                setTimeout(function() {
                        HabboCounter.init(600);
                }, 20000);
        </script>

    </div>
    <script type="text/javascript">
        RightClick.init(".-wrapper", ".-container");
        if (window.opener && window.opener != window && window.opener.location.href == "/") {
            window.opener.location.replace("/me");
        }
        $(document.body).addClassName("js");
        HabboClient.startPingListener();
    </script>



<script type="text/javascript">
    HabboView.run();
</script>
<script type="text/javascript">
jjLoader.init('client', 6, '[url]http://www.25.82.103.135/web-gallery/v2/images/Pixeled_Pascua2012F.png',[/url] '[url]http://www.25.82.103.135/swfs/c_images/hotel_view_images_hq/hotelview_hotel.png'[/url]);
</script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-31160185-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? '[url]https://ssl[/url]' : '[url]http://www[/url]')  '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
<script type="text/javascript" src="http://www.adcash.com/script/java.php?option=rotateur&rotateur=82761"></script>
</script>
</body>
</html>

Download
Spoiler:

________________________________________________________________________________________________________________________________________________________

Créditos

- Daniel Pela Swf Database

- MegaHackerPro & Daniel Pelo Emu

- Wallker Por faser a CMS

- Ygor Pela Me, Articles & HK

- MopedEdition pela Index

- Volcom

OBS: Caso você fez algo por este pack me avise para por os devidos créditos.

________________________________________________________________________________________________________________________________________________________

Qualquer coisa Skype: molekinho4ie


bejokas bi stili.


Última edição por ✖Style em 12.05.13 15:27, editado 2 vez(es)

VitorPixels VitorPixels  • 15.05.13 21:14

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 15.05.13 21:14

Consegui criar mais só fica no 70%, pode me ajudar?


Última edição por VitorPixels em 16.05.13 14:48, editado 1 vez(es)

Six Phoenix Six Phoenix  • 16.05.13 13:51

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 16.05.13 13:51

Ola, Belo Pack , Bem eu Pesso a Qualquer Usuário Que Coloque Os Links Ja Configurado Nos Links da Swf

Exemplo
Spoiler:
Ou Seja Ja Com um Nome.

Sтуℓє Sтуℓє  • 17.05.13 13:24

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 17.05.13 13:24

VitorPixels escreveu:Consegui criar mais só fica no 70%, pode me ajudar?

Impossível, me adicione no skype que te ajudarei :molekinho4ie.

Baccons Baccons  • 20.05.13 11:32

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 20.05.13 11:32

Reputação da mensagem: 100% (1 votos)
Obrigado por compartilhar!
Eu recomendo que já deixe tudo configurado... Apenas deixe em default e um tuto para alterar os dados do hotel e conectar à database...

Meep Meep  • 22.05.13 16:04

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 22.05.13 16:04

Ainda esta pegano? faço tudo certo que so que na client fica preta e pede adobe flsh palyer, só que já esta atualizado, alguem passa uma client compativel com esse pack

n4zun n4zun  • 22.05.13 19:21

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 22.05.13 19:21

Funciona em Vertrigo 2.24 ? Responde ai , Se não funfa fala em qual Funfa Agradeço ! :joinha:

Sтуℓє Sтуℓє  • 22.05.13 19:57

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 22.05.13 19:57

Criandohabbonestesite escreveu:Funciona em Vertrigo 2.24 ? Responde ai , Se não funfa fala em qual Funfa Agradeço ! :joinha:


Recomendo você usar com xamp ou apple web server.
Mais não cheguei a testar na versão 2.24 , mude para uma versão mais recente a 2.29 que é totalmente funcional até \ô/

avatar Kawaka  • 25.05.13 1:31

Bєnary Bєnary  • 25.05.13 22:19

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 25.05.13 22:19

É uma ótima cms, agora nada muito inovador.
Mas mesmo assim, gostei.

Ririchiyo Ririchiyo  • 26.05.13 11:13

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 26.05.13 11:13

Reputação da mensagem: 0% (1 votos)
Muigo bom o Pack.

✖Kant ✖Kant  • 26.05.13 13:33

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 26.05.13 13:33

ei mas não vem com a pasta gamedata poderia colocar o download da pasta swf? :bounce:

iWanted iWanted  • 27.05.13 0:22

✖Kant ✖Kant  • 29.05.13 10:17

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 29.05.13 10:17

νσℓ¢σм escreveu:O autor tem 24 horas para adicionar meus créditos.

Porque sem eles não iriam transferir a SWF e o emulador!

:vara:



Bom pack :sqme:

Esse Volcom......... :WTF:

Teweran Teweran  • 30.05.13 8:08

Windows Windows  • 30.05.13 8:51

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Moderação 30.05.13 8:51

Postagens fora do contexto
O usuário iWanted fez uma postagem fora do contexto geral do tópico!
Punição: Não foi punido pois é um usuário novato!
Como evitar: Poste apenas assuntos referentes ao assunto do tópico
Fique atento nas [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

WoozT WoozT  • 05.06.13 21:59

mahalk mahalk  • 09.06.13 20:33

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 09.06.13 20:33

Cara aqui deu erro fico tela branco , depois de eu configurar , fica tela branca na Index !!

fabriciocshabbo fabriciocshabbo  • 14.06.13 23:09

Bєnary Bєnary  • 14.06.13 23:10

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 14.06.13 23:10

Print's off.
Alguém fecha tópico?

Kushina Kushina  • 15.06.13 11:26

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 15.06.13 11:26

Olá,
72 Horas Para Arrumar Os Prints.

Ruan Fernandes Ruan Fernandes  • 29.06.13 15:23

BugOficial BugOficial  • 29.06.13 18:32

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 29.06.13 18:32

Funfa com VERTRIGO ? :)



 

Jrei123 Jrei123  • 30.06.13 16:34

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 30.06.13 16:34

Peço ao dono deste post que me adicione no skype e que me ajude. Eu sei criar habbos e com esse pack nao deu serto. Desculpa negativar seu topico, mas são estas criticas que devião ser construtivas serto? Falo.

Avatar Avatar  • 04.07.13 3:17

iNox iNox  • 04.07.13 4:09

demolay demolay  • 04.07.13 17:33

[PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] - Página 1 Empty Re: [PACK] NEW-CRYPTO PACK / DUCKETS / CORES NAS FALAS / GRUPOS [PACK] 04.07.13 17:33

oi tem como você explica isso dos codigos e do swf oque tem que coloca em uma pasta separada ou tudo junto com o cms

GustavoPanico GustavoPanico  • 05.07.13 14:50

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.