características
O que há de novo?
- Índice R63.2
- Nova visão de etiquetas em mim
- Minimail 100%
- QuickRegister
- Redução de Peso
- Bolsas e dispostos B4N (administrar)
- Típica aspectos Addon
- O carro que os créditos de recarga
- Aumento da página do Habbo Club
- Publicidade removido
Dowload :
- Código:
http://www.multiupload.com/PXA19THB1S
Prints :
- Código:
[img]http://i1028.photobucket.com/albums/y344/centersiyo/index.png[/img]
- Código:
[img]http://i1028.photobucket.com/albums/y344/centersiyo/me.png[/img]
- Código:
[img]http://i1028.photobucket.com/albums/y344/centersiyo/quickregister.png[/img]
Antivirus :
- Código:
[img]http://i1028.photobucket.com/albums/y344/centersiyo/scaner.png[/img]
Você começa um pequeno bug no cliente? Quiet não importa, é apenas um aviso global, você não se preocupar o hotel é a função = apenas apaga a linha 33
No emulador e eu recomendo que você use DB: EgoDB e Inemulator
Programadores:
- Chulon 100 / Centro
- Oscar14as
Créditos: Tazmania respeita o addon-Kekomundo
Altere a Class.tpl por essa :
- Código:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
| http://www.meth0d.org & http://www.sulake.biz
| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/
class uberTpl
{
private $outputData;
private $params = Array();
private $includeFiles = Array();
public function Init()
{
global $core, $users;
$this->SetParam('', 'Holo');
$this->SetParam('body_id', '');
$this->SetParam('page_title', ' ');
$this->SetParam('flash_build', 'flash_63_9');
$this->SetParam('web_build', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/28');
$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" style="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', '%www%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/landing.js'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/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/v2/styles/style.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/tooltips.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/changepassword.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/forcedemaillogin.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/quickregister.css', 'stylesheet'));
break;
case "process-template":
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/visual.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/libs.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/common.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/fullcontent.js'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/style.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/tooltips.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/process.css', 'stylesheet'));
break;
case 'myhabbo':
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/visual.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/libs.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/common.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/fullcontent.js'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/style.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/tooltips.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/styles/myhabbo/myhabbo.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/styles/myhabbo/skins.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/styles/myhabbo/dialogs.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/styles/myhabbo/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/styles/myhabbo/control.textarea.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/styles/myhabbo/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/myhabbo.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/assets.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/homeview.js'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/lightwindow.css', 'stylesheet'));
break;
case 'default':
default:
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/libs2.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/visual.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/libs.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/common.js'));
$this->AddIncludeFile(new IncludeFile('text/javascript', '%www%/web-gallery/static/js/fullcontent.js'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/style.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/buttons.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/styles/boxes.css', 'stylesheet'));
$this->AddIncludeFile(new IncludeFile('text/css', '%www%/web-gallery/v2/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 . '" />';
}
}
}
?>
- Código:
Multi usuario pagina Me
imagen:
[img]http://img829.imageshack.us/img829/386/newavatars.png[/img]
Dowload : http://www.mediafire.com/?r0ch5wmj4xv11zm
CMS: EgoCMS v2
VT :http://www.virustotal.com/file-scan/report.html?id=ea96f2f8e5d67ef60c5ea7d5158b8deb8722cdfe6c9c58ed7740584883b305bb-1295060336
miniTuto:
1. Substitui-me com o seu
2. Move -comp avatars.tpl para inc / tpl
Creditos Kekomundo
Recomendo que use esse client :
- Código:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
| http://www.meth0d.org & http://www.sulake.biz
| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/
define('HIDE_FEEDBACK', true);
require_once "global.php";
require_once "inc/class.rooms.php";
if (!LOGGED_IN)
{
header("Location: " . [Tens de ter uma conta e sessão iniciada para poderes visualizar este link] "/login_popup");
exit;
}
$forwardType = 0;
$forwardId = 0;
if ($users->getUserVar(USER_ID, 'newbie_status') == "0")
{
if (isset($_GET['createRoom']) && is_numeric($_GET['createRoom']))
{
$roomId = RoomManager::CreateRoom(USER_NAME . "'s room", USER_NAME, 'model_s');
switch (intval($_GET['createRoom']))
{
default:
case 0:
RoomManager::PaintRoom($roomId, '1701', '601');
break;
case 1:
RoomManager::PaintRoom($roomId, '607', '111');
break;
case 2:
RoomManager::PaintRoom($roomId, '1901', '301');
break;
case 3:
RoomManager::PaintRoom($roomId, '1801', '110');
break;
case 4:
RoomManager::PaintRoom($roomId, '503', '104');
break;
case 5:
RoomManager::PaintRoom($roomId, '804', '107');
break;
}
//die('createRoom Result: ' . $roomId);
dbquery("UPDATE users SET home_room = '" . $roomId . "', newbie_status = '1' WHERE id = '" . USER_ID . "' LIMIT 1");
//$forwardType = 2;
//$forwardId = $roomId;
}
else
{
header("Location: " . WWW . "/client?createRoom=" . rand(0, 5));
exit;
}
}
else if (isset($_GET['forwardType']) && isset($_GET['forwardId']) && is_numeric($_GET['forwardType']) && is_numeric($_GET['forwardId']))
{
$forwardType = intval($_GET['forwardType']);
$forwardId = intval($_GET['forwardId']);
if ($forwardType >= 3 || $forwardType <= 0)
{
return;
}
}
$users->CheckSSO(USER_ID);
$tpl->Init();
$tpl->AddGeneric('head-init');
$tpl->AddIncludeSet('default');
$tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/habboclient.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/css', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/v2/styles/habboflashclient.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/javascript', 'http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/habboflashclient.js'));
$tpl->WriteIncludeFiles();
$tpl->AddGeneric('head-bottom');
$client = new Template('page-client');
$client->SetParam('page_title', 'Client');
$client->SetParam('sso_ticket', $users->GetUserVar(USER_ID, 'auth_ticket', false));
$client->SetParam('flash_base', 'http://images.habbo.com/gordon/RELEASE63-31317-31303-201101312307_eee244c35f16d4e8262130dda89eb171/');
$client->SetParam('flash_client_url', 'http://images.habbo.com/dcr/r63_none_1dc60c6d6ea6e089c6893ab4e0541ee0/');
$client->SetParam('hotel_status', $core->GetUsersOnline() . ' Usuarios online!');
$client->SetParam('forwardType', $forwardType);
$client->SetParam('forwardId', $forwardId);
if (isset($_GET['forceTicket']) && $users->HasFuse(USER_ID, 'fuse_admin'))
{
$client->SetParam('sso_ticket', $_GET['forceTicket']);
}
$tpl->AddTemplate($client);
// Footer
$tpl->Output();
?>
e esse page-client:
- Código:
<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" : "Seu Ip ou No-IP ake",
"connection.info.port" : "30000",
"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://hadd0z.net/gamedata/external_variables_new.txt",
"external.texts.txt" : "http://hadd0z.net/gamedata/external_flash_text.txt",
"productdata.load.url" : "http://hadd0z.net/gamedata/productdata.txt",
"furnidata.load.url" : "http://hadd0z.net/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" : "Bienvenido %habboName%, hay %hotel_status%",
"flash.client.url" : "http://hadd0z.net/gordon/RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892/",
"user.hash" : "",
"facebook.user" : "0",
"has.identity" : "0",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://hadd0z.net/gordon/RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892/",
"allowScriptAccess" : "always",
"menu" : "false"
};
if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
var clientUrl = "http://hadd0z.net/gordon/RELEASE63-31605-31594-201102162307_676ce1dc5ef8871e16a3af28d7323892/haddoswf.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" 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/%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 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>
<div style="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>
bom... Se for para o power pixel hotel e outros XD
toma uns sql n deu tempo de traduzir
Furniture:
- Código:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `foot_figure`) VALUES
(89945, 'cubie_rug_b', 'cubie_rug_b', 's', 2, 3, 0.1, '1', '0', '1', 9369, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89946, 'cubie_lamp_p', 'cubie_lamp_p', 's', 1, 1, 1, '0', '0', '0', 9370, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(89947, 'cubie_shelf_3_p', 'cubie_shelf_3_p', 's', 2, 1, 1, '1', '0', '0', 9371, '1', '1', '1', '1', '1', 'default', 9, '0', ''),
(89948, 'cubie_shelf_4_b', 'cubie_shelf_4_b', 's', 3, 1, 1, '1', '0', '0', 9372, '1', '1', '1', '1', '1', 'default', 6, '0', ''),
(89949, 'cubie_shelf_1_b', 'cubie_shelf_1_b', 's', 1, 1, 1, '0', '0', '0', 9373, '1', '1', '1', '1', '1', 'default', 14, '0', ''),
(89950, 'cubie_shelf_1_p', 'cubie_shelf_1_p', 's', 1, 1, 1, '0', '0', '0', 9374, '1', '1', '1', '1', '1', 'default', 14, '0', ''),
(89951, 'cubie_chair_p', 'cubie_chair_p', 's', 1, 1, 1.2, '0', '1', '0', 9375, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89952, 'cubie_shelf_4_p', 'cubie_shelf_4_p', 's', 3, 1, 1, '0', '0', '0', 9376, '1', '1', '1', '1', '1', 'default', 6, '0', ''),
(89953, 'cubie_bigtable_p', 'cubie_bigtable_p', 's', 2, 2, 0.5, '1', '0', '1', 9377, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89954, 'cubie_shelf_0_p', 'cubie_shelf_0_p', 's', 1, 1, 0.5, '1', '0', '0', 9378, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89955, 'cubie_beanbag_b', 'cubie_beanbag_b', 's', 1, 1, 1, '0', '1', '0', 9379, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89956, 'cubie_chair_b', 'cubie_chair_b', 's', 1, 1, 1.2, '0', '1', '0', 9380, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89957, 'cubie_bed_b', 'cubie_bed_b', 's', 1, 3, 1.8, '0', '0', '0', 9381, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(89958, 'cubie_bigtable_b', 'cubie_bigtable_b', 's', 2, 2, 0.5, '1', '0', '1', 9382, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89959, 'cubie_stool_b', 'cubie_stool_b', 's', 1, 1, 1.2, '0', '1', '0', 9383, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89960, 'cubie_beanbag_p', 'cubie_beanbag_p', 's', 1, 1, 1, '0', '1', '0', 9384, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89961, 'cubie_shelf_0_b', 'cubie_shelf_0_b', 's', 1, 1, 0.5, '1', '0', '0', 9385, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89962, 'cubie_shelf_2_p', 'cubie_shelf_2_p', 's', 2, 1, 1, '1', '0', '0', 9386, '1', '1', '1', '1', '1', 'default', 17, '0', ''),
(89963, 'cubie_rug_p', 'cubie_rug_p', 's', 2, 3, 0.1, '1', '0', '1', 9387, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89964, 'cubie_sofaseat_b', 'cubie_sofaseat_b', 's', 1, 1, 1, '0', '1', '0', 9388, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89965, 'cubie_table', 'cubie_table', 's', 1, 2, 1, '1', '0', '0', 9389, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89966, 'cubie_sofaseat_p', 'cubie_sofaseat_p', 's', 1, 1, 1, '0', '1', '0', 9390, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89967, 'cubie_bed_p', 'cubie_bed_p', 's', 1, 3, 1.8, '0', '0', '0', 9391, '1', '1', '1', '1', '1', 'bed', 1, '0', ''),
(89968, 'cubie_shelf_3_b', 'cubie_shelf_3_b', 's', 2, 1, 1, '1', '0', '0', 9392, '1', '1', '1', '1', '1', 'default', 9, '0', ''),
(89969, 'cubie_shelf_2_b', 'cubie_shelf_2_b', 's', 2, 1, 1, '1', '0', '0', 9393, '1', '1', '1', '1', '1', 'default', 14, '0', ''),
(89970, 'cubie_lamp_b', 'cubie_lamp_b', 's', 1, 1, 1, '0', '0', '0', 9394, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(89971, 'cubie_stool_p', 'cubie_stool_p', 's', 1, 1, 1.2, '0', '1', '0', 9395, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89972, 'cubie_wallshelf_b', 'cubie_wallshelf_b', 'i', 1, 1, 1, '1', '0', '0', 43831, '1', '1', '1', '1', '1', 'default', 7, '0', ''),
(89973, 'cubie_decklight_p', 'cubie_decklight_p', 'i', 1, 1, 1, '1', '0', '0', 4384, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89974, 'cubie_wallshelf_p', 'cubie_wallshelf_p', 'i', 1, 1, 1, '1', '0', '0', 4385, '1', '1', '1', '1', '1', 'default', 7, '0', ''),
(89975, 'cubie_decal_0', 'cubie_decal_0', 'i', 1, 1, 1, '1', '0', '0', 4386, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(89976, 'cubie_decal_3', 'cubie_decal_3', 'i', 1, 1, 1, '1', '0', '0', 4387, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89977, 'cubie_decal_1_p', 'cubie_decal_1_p', 'i', 1, 1, 1, '1', '0', '0', 4388, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89978, 'cubie_decklight_b', 'cubie_decklight_b', 'i', 1, 1, 1, '1', '0', '0', 4389, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89979, 'cubie_decal_1_b', 'cubie_decal_1_b', 'i', 1, 1, 1, '1', '0', '0', 4390, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89980, 'cubie_decal_2_b', 'cubie_decal_2_b', 'i', 1, 1, 1, '1', '0', '0', 4391, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89981, 'cubie_decal_3_p', 'cubie_decal_3_p', 'i', 1, 1, 1, '1', '0', '0', 4392, '1', '1', '1', '1', '1', 'default', 3, '0', ''),
(89982, 'cubie_decal_2_p', 'cubie_decal_2_p', 'i', 1, 1, 1, '1', '0', '0', 4393, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(89983, 'cubie_decal_3_b', 'cubie_decal_3_b', 'i', 1, 1, 1, '1', '0', '0', 4394, '1', '1', '1', '1', '1', 'default', 3, '0', '');
Catalog_items:
- Código:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(89945, '174', '89945', 'cubie_rug_b', '3', '0', '1'),
(89946, '174', '89946', 'cubie_lamp_p', '3', '0', '1'),
(89947, '174', '89947', 'cubie_shelf_3_p', '3', '0', '1'),
(89948, '174', '89948', 'cubie_shelf_4_b', '3', '0', '1'),
(89949, '174', '89949', 'cubie_shelf_1_b', '3', '0', '1'),
(89950, '174', '89950', 'cubie_shelf_1_p', '3', '0', '1'),
(89951, '174', '89951', 'cubie_chair_p', '3', '0', '1'),
(89952, '174', '89952', 'cubie_shelf_4_p', '3', '0', '1'),
(89953, '174', '89953', 'cubie_bigtable_p', '3', '0', '1'),
(89954, '174', '89954', 'cubie_shelf_0_p', '3', '0', '1'),
(89955, '174', '89955', 'cubie_beanbag_b', '3', '0', '1'),
(89956, '174', '89956', 'cubie_chair_b', '3', '0', '1'),
(89957, '174', '89957', 'cubie_bed_b', '3', '0', '1'),
(89958, '174', '89958', 'cubie_bigtable_b', '3', '0', '1'),
(89959, '174', '89959', 'cubie_stool_b', '3', '0', '1'),
(89960, '174', '89960', 'cubie_beanbag_p', '3', '0', '1'),
(89961, '174', '89961', 'cubie_shelf_0_b', '3', '0', '1'),
(89962, '174', '89962', 'cubie_shelf_2_p', '3', '0', '1'),
(89963, '174', '89963', 'cubie_rug_p', '3', '0', '1'),
(89964, '174', '89964', 'cubie_sofaseat_b', '3', '0', '1'),
(89965, '174', '89965', 'cubie_table', '3', '0', '1'),
(89966, '174', '89966', 'cubie_sofaseat_p', '3', '0', '1'),
(89967, '174', '89967', 'cubie_bed_p', '3', '0', '1'),
(89968, '174', '89968', 'cubie_shelf_3_b', '3', '0', '1'),
(89969, '174', '89969', 'cubie_shelf_2_b', '3', '0', '1'),
(89970, '174', '89970', 'cubie_lamp_b', '3', '0', '1'),
(89971, '174', '89971', 'cubie_stool_p', '3', '0', '1'),
(89972, '174', '89972', 'cubie_wallshelf_b', '3', '0', '1'),
(89973, '174', '89973', 'cubie_decklight_p', '3', '0', '1'),
(89974, '174', '89974', 'cubie_wallshelf_p', '3', '0', '1'),
(89975, '174', '89975', 'cubie_decal_0', '3', '0', '1'),
(89976, '174', '89976', 'cubie_decal_3', '3', '0', '1'),
(89977, '174', '89977', 'cubie_decal_1_p', '3', '0', '1'),
(89978, '174', '89978', 'cubie_decklight_b', '3', '0', '1'),
(89979, '174', '89979', 'cubie_decal_1_b', '3', '0', '1'),
(89980, '174', '89980', 'cubie_decal_2_b', '3', '0', '1'),
(89981, '174', '89981', 'cubie_decal_3_p', '3', '0', '1'),
(89982, '174', '89982', 'cubie_decal_2_p', '3', '0', '1'),
(89983, '174', '89983', 'cubie_decal_3_b', '3', '0', '1');
Catalog_pages:
- Código:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `text3`, `page_text_details`, `page_text_teaser`) VALUES
(174, 3, 'Cubie', 1, 100, '1', '1', 1, '0', '0', 5, 'default_3x3', '', '', '', '', '', '', '', '');
Furnidata:
- Código:
["s","9369","cubie_rug_b","32052","0","2","3","","cubie_rug_b name","cubie_rug_b desc","","136264","5415"],
["s","9370","cubie_lamp_p","32052","0","1","1","","cubie_lamp_p name","cubie_lamp_p desc","","136264","5416"],
["s","9371","cubie_shelf_3_p","32052","0","2","1","","cubie_shelf_3_p name","cubie_shelf_3_p desc","","136264","5417"],
["s","9372","cubie_shelf_4_b","32052","0","3","1","","cubie_shelf_4_b name","cubie_shelf_4_b desc","","136264","5418"],
["s","9373","cubie_shelf_1_b","32052","0","1","1","","cubie_shelf_1_b name","cubie_shelf_1_b desc","","136264","5419"],
["s","9374","cubie_shelf_1_p","32052","0","1","1","","cubie_shelf_1_p name","cubie_shelf_1_p desc","","136264","5420"],
["s","9375","cubie_chair_p","32052","2","1","1","","cubie_chair_p name","cubie_chair_p desc","","136264","5421"],
["s","9376","cubie_shelf_4_p","32052","0","3","1","","cubie_shelf_4_p name","cubie_shelf_4_p desc","","136264","5422"],
["s","9377","cubie_bigtable_p","32052","0","2","2","","cubie_bigtable_p name","cubie_bigtable_p desc","","136264","5423"],
["s","9378","cubie_shelf_0_p","32052","0","1","1","","cubie_shelf_0_p name","cubie_shelf_0_p desc","","136264","5424"],
["s","9379","cubie_beanbag_b","32052","4","1","1","","cubie_beanbag_b name","cubie_beanbag_b desc","","136264","5425"],
["s","9380","cubie_chair_b","32052","2","1","1","","cubie_chair_b name","cubie_chair_b desc","","136264","5426"],
["s","9381","cubie_bed_b","32052","0","1","3","","cubie_bed_b name","cubie_bed_b desc","","136264","5427"],
["s","9382","cubie_bigtable_b","32052","0","2","2","","cubie_bigtable_b name","cubie_bigtable_b desc","","136264","5428"],
["s","9383","cubie_stool_b","32052","0","1","1","","cubie_stool_b name","cubie_stool_b desc","","136264","5429"],
["s","9384","cubie_beanbag_p","32052","4","1","1","","cubie_beanbag_p name","cubie_beanbag_p desc","","136264","5430"],
["s","9385","cubie_shelf_0_b","32052","0","1","1","","cubie_shelf_0_b name","cubie_shelf_0_b desc","","136264","5431"],
["s","9386","cubie_shelf_2_p","32052","0","2","1","","cubie_shelf_2_p name","cubie_shelf_2_p desc","","136264","5432"],
["s","9387","cubie_rug_p","32052","0","2","3","","cubie_rug_p name","cubie_rug_p","","136264 desc","5433"],
["s","9388","cubie_sofaseat_b","32052","0","1","1","","cubie_sofaseat_b name","cubie_sofaseat_b desc","","136264","5434"],
["s","9389","cubie_table","32052","0","1","2","","cubie_table name","cubie_table desc","","136264","5435"],
["s","9390","cubie_sofaseat_p","32052","0","1","1","","cubie_sofaseat_p name","cubie_sofaseat_p desc","","136264","5436"],
["s","9391","cubie_bed_p","32052","0","1","3","","cubie_bed_p name","cubie_bed_p desc","","136264","5437"],
["s","9392","cubie_shelf_3_b","32052","0","2","1","","cubie_shelf_3_b name","cubie_shelf_3_b desc","","136264","5438"],
["s","9393","cubie_shelf_2_b","32052","0","2","1","","cubie_shelf_2_b name","cubie_shelf_2_b desc","","136264","5439"],
["s","9394","cubie_lamp_b","32052","0","1","1","","cubie_lamp_b name","cubie_lamp_b desc","","136264","5440"],
["s","9395","cubie_stool_p","32052","0","1","1","","cubie_stool_p name","cubie_stool_p desc","","136264","5441"],
["i","43831","cubie_wallshelf_b","32052","","","","","cubie_wallshelf_b name","cubie_wallshelf_b desc","","136264","5442"],
["i","4384","cubie_decklight_p","32052","","","","","cubie_decklight_p name","cubie_decklight_p desc","","136264","5443"],
["i","4385","cubie_wallshelf_p","32052","","","","","cubie_wallshelf_p name","cubie_wallshelf_p desc","","136264","5444"],
["i","4386","cubie_decal_0","32052","","","","","cubie_decal_0 name","cubie_decal_0 desc","","136264","5445"],
["i","4387","cubie_decal_3","32052","","","","","cubie_decal_3 name","cubie_decal_3 desc","","136264","5446"],
["i","4388","cubie_decal_1_p","32052","","","","","cubie_decal_1_p name","cubie_decal_1_p desc","","136264","5447"],
["i","4389","cubie_decklight_b","32052","","","","","cubie_decklight_b name","cubie_decklight_b desc","","136264","5448"],
["i","4390","cubie_decal_1_b","32052","","","","","cubie_decal_1_b name","cubie_decal_1_b desc","","136264","5449"],
["i","4391","cubie_decal_2_b","32052","","","","","cubie_decal_2_b name","cubie_decal_2_b desc","","136264","5450"],
["i","4392","cubie_decal_3_p","32052","","","","","cubie_decal_3_p name","cubie_decal_3_p desc","","136264","5451"],
["i","4393","cubie_decal_2_p","32052","","","","","cubie_decal_2_p name","cubie_decal_2_p desc","","136264","5452"],
["i","4394","cubie_decal_3_b","32052","","","","","cubie_decal_3_b name","cubie_decal_3_b desc","","136264","5453"],
SWF :http://www.mediafire.com/?yfa90ot4vzu587b
Print : [Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]