como criar um habbo v66

+4
Renan
Matt
aborges
Hyouki
8 participantes

Hyouki Hyouki  • 30.09.11 10:05

como criar um habbo v66 Empty como criar um habbo v66 30.09.11 10:05

PRIMEIRO VC PRECISA DOS DOWNLOADS

vertrigo: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

MySQL: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

net-framework: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Pacote Skypack V3.1: megaupload.com SOEIMLAY


Quando Tiver Baixado tudo Estale o vertrigo se ele de erro execute-o como administrador

entre nesse site : [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

nome de usuario> root
senha> vertrigo

quando entra vai ter um espacinho em branco com o nome em cima Criar banco de dados

vc bota skydb e criar quando cria vai aparece umas opçoes em cima vc clika em importar

ai vc vai em escolher quando clika em escolher vai la na pasta da skypack v3.1 e vai te uma pasta chamada DB vc abre ai vai ter um bloco com esse nome > SkyNet DB By JhonWinchester Totalmente Atualizada vc escolhe ela e da so 1 clik em execute o se vc clika Mais de 1 vez ele pega um bug e não pega Maaiss

quando tiver importado vc entra nesse site: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] registra e ativa o email vc enta ne conta e vai em hosts/redirects ai quando abrir vc vai em add host

quando abrir vai ter umas opçoes vc escolhe DNS Host (A) em Hostname: vc escolhe o nome do seu hotel Ex> Prikitotel láá do lado vc bota servegame.com ae vc vai la em baixo vai te um espaço em branco vc mete Ex> prikitotel.servegame.com e clika em creat host

quando tive feito isso vc faz o download do no-ip fk la na no inicio quando vc vai entra na conta vai em download e baixa

quando tive baixado vc instala ele e mete o seu email q vc si regitro no no-ip e a senha quando abrir

vai aparece 3 opçoes vc clika em select hosts ai vc escolhe o nome do host q vc crio e vai em save minimize

agora vc vai na pasta da skypack v3.1

vai e CMS procure pelo global quando abrir vc acha esse nome set_magic_quotes_runtime('0'); esclui ele set_magic_quotes_runtime('0'); e fecha e salva sobe e entra na pasta inc ai procura pelo inc.config

<?php
/*=======================================================================
| SkyNet Cms - Sistema avançado de Administração de CMS
| #######################################################################
| Copyright (c) 2010, Geek and Meth0d
| #######################################################################
| Este programa é um Free Software aonde você pode editar os conteúdos
| com os direitos autorais do editor.
| #######################################################################
| Contato: Divirta-se com a CMS ;D
| [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
\======================================================================*/

$config['Site']['www'] = "http://aki vc bota o nome da host q vc crio Ex> prikitotel.servegame.com";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "aki vc so bota vertrigo";
$config['MySQL']['database'] =aki vc so bota o nome do banco de dados q vc crio Ex skydb";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "aki vc bota seu ip pegue nesse site > [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
$config['MUS']['port'] = 30001;

feche e salva

dps va em class.tpl abra

<?php
/*=======================================================================
| StageCMS - Sistema avançado de Administração de CMS
| #######################################################################
| Copyright (c) 2010, Geek and Meth0d
| #######################################################################
| Este programa é um Free Software aonde você pode editar os conteúdos
| com os direitos autorais do editor.
| #######################################################################
| Contato: Divirta-se com a CMS ;D
| [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
\======================================================================*/

class uberTpl
{
private $outputData;
private $params = Array();
private $includeFiles = Array();

public function Init()
{
global $core, $users;
$this->SetParam('hotelName', 'aki vc so bota o nome da host q vc crio Ex Prikito');
$this->SetParam('page_title', 'aki vc bota prikitotel');
$this->SetParam('body_id', '');
$this->SetParam('password', 'aki vc so bota vertrigo');
$this->SetParam('database', 'aki o nome do banco de dados q vc crio ex> skydb');
$this->SetParam('HabboID', '<b><img src="' . WWW . '/images/id.png" bobba"vertical-align: middle;"> ' . $users->GetUserVar(USER_ID, 'mail') . '</b>');
$this->SetParam('vipimage', '<img src="' . WWW . '/images/vipcoin.gif" bobba"vertical-align: middle;">');
$this->SetParam('StaffEmail', 'aki vc bota seu email Ex> [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]');
$this->SetParam('twitter', 'aki vc bota o seu twitter'); quando tiver feito td feche e salv
$this->SetParam('', 'Holo');
$this->SetParam('body_id', '');
$this->SetParam('page_title', ' ');
$this->SetParam('flash_build', 'flash_63_9');
$this->SetParam('web_build', $core->GetPath());
$this->SetParam('web_build_str', '63-BUILD?? - ?? - Novic - J.J.P.');
$this->SetParam('req_path', WWW);
$this->SetParam('www', WWW);
$this->SetParam('hotel_status_fig', uberCore::GetSystemStatusString(true));
$this->SetParam('hotel_status', uberCore::GetSystemStatusString(false));

if (LOGGED_IN)
{
$this->SetParam('habboLoggedIn', 'true');
$this->SetParam('habboName', USER_NAME);
$this->SetParam('vipbalance', '<b>' . $users->GetUserVar(USER_ID, 'vip_points') . ' <img src="' . WWW . '/images/vipcoin.gif" bobba"vertical-align: middle;"></b>');
}
else
{
$this->SetParam('habboLoggedIn', 'false');
$this->SetParam('habboName', 'null');
}
}

public function AddIncludeSet($set)
{
switch (strtolower($set))
{
case "frontpage":

$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/landing.js'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/frontpage.css', 'stylesheet'));
break;

case "register":

$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/style.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/tooltips.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/changepassword.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/forcedemaillogin.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/quickregister.css', 'stylesheet'));
break;

case "process-template":

$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/style.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/tooltips.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/process.css', 'stylesheet'));
break;

case 'myhabbo':

$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/style.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/tooltips.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/myhabbo.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/skins.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/dialogs.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/control.textarea.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/myhabbo.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://www.habbo.co.uk/myhabbo/styles/assets.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/homeview.js'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/lightwindow.css', 'stylesheet'));
break;


case 'identity':
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/style.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/tooltips.css', 'stylesheet'));
break;

case 'default':
default:

$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/visual.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/libs.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/common.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/fullcontent.js'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/style.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/tooltips.css', 'stylesheet'));
break;
}
}

public function AddGeneric($tplName)
{
$tpl = new Template($tplName);
$this->outputData .= $tpl->GetHtml();
}

public function AddTemplate($tpl)
{
$this->outputData .= $tpl->GetHtml();
}

public function SetParam($param, $value)
{
$this->params[$param] = is_object($value) ? $value->fetch() : $value;
}

public function UnsetParam($param)
{
unset($this->params[$param]);
}

public function AddIncludeFile($incFile)
{
$this->includeFiles[] = $incFile;
}

public function WriteIncludeFiles()
{
foreach ($this->includeFiles as $f)
{
$this->Write($f->GetHtml() . LB);
}
}

public function Write($str)
{
$this->outputData .= $str;
}

public function FilterParams($str)
{
foreach ($this->params as $param => $value)
{
$str = str_ireplace('%' . $param . '%', $value, $str);
}

return $str;
}

public function Output()
{
global $core;

$this->Write(LB . LB . '<!-- uberCMS: Took ' . (microtime(true) - $core->execStart) . ' to output this page -->' . LB . LB);

echo $this->FilterParams($this->outputData);
}
}

class Template
{
private $params = Array();
private $tplName = '';

public function Template($tplName)
{
$this->tplName = $tplName;
}

public function GetHtml()
{
global $users;

extract($this->params);

$file = CWD . 'inc/tpl/' . $this->tplName . '.tpl';

if (!file_exists($file))
{
uberCore::SystemError('Template system error', 'Could not load template: ' . $this->tplName);
}

ob_start();
include($file);
$data = ob_get_contents();
ob_end_clean();

return $this->FilterParams($data);
}

public function FilterParams($str)
{
foreach ($this->params as $param => $value)
{
if (is_object($value))
{
continue;
}

$str = str_ireplace('%' . $param . '%', $value, $str);
}

return $str;
}

public function SetParam($param, $value)
{
$this->params[$param] = $value;
}

public function UnsetParam($param)
{
unset($this->params[$param]);
}
}

class IncludeFile
{
private $type;
private $src;
private $rel;
private $name;

public function IncludeFile($type, $src, $rel = '', $name = '')
{
global $tpl;

$this->type = $type;
$this->src = $src;
$this->rel = $rel;
$this->name = $name;
}

public function GetHtml()
{
switch ($this->type)
{
case 'application/rss+xml':

return '<link rel="' . $this->rel . '" type="' . $this->type . '" title="' . $this->name . '" href="' . $this->src . '" />';

case 'text/javascript':

return '<script src="' . $this->src . '" type="text/javascript"></script>';

case 'text/css':
default:

return '<link rel="' . $this->rel . '" href="' . $this->src . '" type="' . $this->type . '" />';
}
}
}

?>

?>


AGORA VENHA EM CLASS.DB.MYSQL ABRA


<?php
/*=======================================================================
| StageCMS - Sistema avançado de Administração de CMS
| #######################################################################
| Copyright (c) 2010, Geek and Meth0d
| #######################################################################
| Este programa é um Free Software aonde você pode editar os conteúdos
| com os direitos autorais do editor.
| #######################################################################
| Contato: Divirta-se com a CMS ;D
| [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
\======================================================================*/


class MySQL
{
private $connected = false;
private $hostname = "localhost";
private $username = "root";
private $password = "aki vc so bota o nome do banco de dados q vc crio ex> skydb";
private $database = aki vc so bota vertrigo"; quando tive feito isso feche e salve
private $link;

public function MySQL($host, $user, $pass, $db)
{
$this->connected = false;
$this->hostname = $host;
$this->username = $user;
$this->password = $pass;
$this->database = $db;
}

public function IsConnected()
{
if ($this->connected)
{
return true;
}

return false;
}

public function Connect()
{
$this->link = mysql_connect($this->hostname, $this->username, $this->password) or $this->error(mysql_error());
mysql_select_db($this->database, $this->link) or $this->error(mysql_error());

$this->connected = true;
}

public function Disconnect()
{
if($this->connected)
{
@mysql_close($this->link) or $this->error("could not close conn");
$this->connected = false;
}
}

public function DoQuery($query)
{
$resultset = @mysql_query($query, $this->link) or $this->error(mysql_error());
return $resultset;
}

public function Evaluate($resultset)
{
return @mysql_result($resultset, 0);
}

public function Error($errorString)
{
global $core;

$core->systemError('Erro no Banco de Dados. ', $errorString);
}

public function __destruct()
{
$this->disconnect();
}
}

?>



agora procure va na pasta TPL abra ela e procure pelo Page-Client

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

<script type="text/javascript">
var habboDefaultClientPopupUrl = "%www%/client";
</script>

<noscript>
<meta http-equiv="refresh" content="0;url=%www%/client/nojs" />
</noscript>

<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" : "aki vc bota seu ip pega nesse site [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] e salve
"connection.info.port" : "30001",
"site.url" : "%www%",
"url.prefix" : "%www%",
"client.reload.url" : "%www%/account/reauthenticate?page=/flash_client",
"client.fatal.error.url" : "%www%/flash_client_error",
"client.connection.failed.url" : "%www%/client_connection_failed",
"external.hash" : "",
"external.variables.txt" : "http://gavvos.net/swf/gamedata/variables",
"external.texts.txt" : "http://gavvos.net/swf/gamedata/texts/texts_es.txt",
"productdata.load.url" : "http://gavvos.net/swf/gamedata/productdata.txt",
"furnidata.load.url" : "http://gavvos.net/swf/gamedata/furnidata.txt",
"use.sso.ticket" : "1",
<?php

if ($forwardType > 0)
{
echo ' "forward.type" : "' . $forwardType . '",' . LB;
echo ' "forward.id" : "' . $forwardId . '",' . LB;
}

?>
"sso.ticket" : "%sso_ticket%",
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "%HabboName% Temos %Hotel_status%! O Hotel está Carregando",
"flash.client.url" : "http://gavvos.net/swf/gordon/R63/",
"user.hash" : "",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://gavvos.net/swf/gordon/R63/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "http://gavvos.net/swf/gordon/R63/R63-23.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/36/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>

<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" bobba"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/%web_build%/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 bobba"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>
<div bobba"display: none">
<div id="habboCountUpdateTarget">
%hotel_status%
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
</script>

</body>
</html>


agora volta pro inicio da CMS Seleciona Td E Cola No [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] Do Vertrigo

dps vc vai em emulador abra a pasta e procure pelo config abra ele


## System Configuration File
## All settings must be correctly configured for the Emulator to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=aki se so bota vertrigo
db.name=aki vc bota o nome do banco de dados q vc crio Ex> skydb

## MySQL Pooling Setting
db.pool.minsize=5
db.pool.maxsize=30

## Game TCP/IP Configuration
game.tcp.bindip=mete seu ip pegue nesse site [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] feche e salve
game.tcp.port=30001
game.tcp.conlimit=1500


agora vc entra no seu site Ex> prikitotel.servegame.com

Aviso para q o hotel fk on vc precisa abrir o emulador Habberg Emulator dx ele aberto o ao contrario o hotel fikara off entãão boa sorte para vcs e xau povo ate a proxima

aborges aborges  • 01.10.11 14:44

como criar um habbo v66 Empty nao consigo entrar no pirikito hotel 01.10.11 14:44

vai para a consola quando ponho prikitotel.servegame.com o que é?

Matt Matt  • 01.10.11 15:17

Super ModeradorMembro da Equipa

como criar um habbo v66 Empty Re: como criar um habbo v66 01.10.11 15:17

Topico mal organizado arrume ele amigo .

Renan Renan  • 01.10.11 15:33

como criar um habbo v66 Empty Re: como criar um habbo v66 01.10.11 15:33

O tópico contém um bom conteúdo, mas ele podia ser melhor organizado, colocando os títulos e sub títulos em negrito, adicionando cores e posicionamento de algumas coisas. Mas o conteúdo é bom ;)

Milani Milani  • 01.10.11 16:13

como criar um habbo v66 Empty Re: como criar um habbo v66 01.10.11 16:13

mano aruma isso ai o topico ta muito dessorganizado
@conteudo otimo tutorial :!:

@Dean.. @Dean..  • 01.10.11 16:25

como criar um habbo v66 Empty Re: como criar um habbo v66 01.10.11 16:25

Rєηαη Cαłgαrøŧŧø escreveu:O tópico contém um bom conteúdo, mas ele podia ser melhor organizado, colocando os títulos e sub títulos em negrito, adicionando cores e posicionamento de algumas coisas. Mas o conteúdo é bom ;)

Moonwalcker Moonwalcker  • 20.11.11 10:45

como criar um habbo v66 Empty Re: como criar um habbo v66 20.11.11 10:45

nen não funciona

Meep Meep  • 20.11.11 11:15

como criar um habbo v66 Empty Re: como criar um habbo v66 20.11.11 11:15

Matt escreveu:Topico mal organizado arrume ele amigo .
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.