DROP TABLE IF EXISTS `site_config`;
CREATE TABLE `site_config` (
`maintenance` enum('0','1') NOT NULL DEFAULT '0',
`webbuild` varchar(255) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of site_config
-- ----------------------------
INSERT INTO `site_config` VALUES ('0', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/711');
Lool i Posted it on wrong threadYou must be registered for see links
You set it up wrong
Well you did something wrong then... or the URL is not correct, what is your URL for this page?Dude this doesnt work. Its coming up with a blank screen.
<?php
define('TAB_ID', 1);
define('PAGE_ID', 2);
require_once "global.php";
define("SideBarAd", true);
if (!LOGGED_IN)
{
header("Location: " . WWW . "/");
exit;
}
else if ($users->GetUserVar(USER_ID, 'newbie_status') == "0")
{
header("Location: " . WWW . "/register/welcome");
exit;
}
// Initialize template system
$tpl->Init();
// Initial variables
$tpl->SetParam('page_title', 'Home');
// Generate page header
$tpl->AddGeneric('head-init');
$tpl->AddIncludeSet('generic');
$tpl->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/styles/personal.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/habboclub.js'));
$tpl->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/styles/minimail.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/styles/myhabbo/control.textarea.css', 'stylesheet'));
$tpl->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/minimail.js'));
$tpl->AddIncludeFile(new IncludeFile('text/css', '%web_gallery%/static/styles/lightweightmepage.css'));
$tpl->AddIncludeFile(new IncludeFile('text/javascript', '%web_gallery%/static/js/lightweightmepage.js'));
$tpl->WriteIncludeFiles();
$tpl->AddGeneric('head-overrides-generic');
$tpl->AddGeneric('head-bottom');
// Generate generic top/navigation/login box
$tpl->AddGeneric('generic-top');
// Column 1
// Me/infofeed widget
$tpl->Write('<div id="column1" class="column">');
$compMe = new Template('comp-me');
$compMe->SetParam('look', $users->GetUserVar(USER_ID, 'look'));
$compMe->SetParam('creditsBalance', intval($users->GetUserVar(USER_ID, 'credits')));
$compMe->SetParam('pixelsBalance', intval($users->GetUserVar(USER_ID, 'activity_points')));
$compMe->SetParam('lastSignedIn', $users->GetUserVar(USER_ID, 'last_online'));
$tpl->AddTemplate($compMe);
$tpl->AddGeneric('comp-hotcampaigns');
$tpl->Write('</div>');
// Column 2
$tpl->Write('<div id="column2" class="column">');
$tpl->AddGeneric('comp-news');
if(vembaEnabled) { $tpl->AddGeneric('generic-undernews'); }
$tpl->AddGeneric('comp-twitter');
$tpl->Write('</div>');
// Column 3
$tpl->AddGeneric('generic-column3');
// Output the page
$tpl->Output();
// Footer
$tpl->AddGeneric('footer');
?>
yep, thats what we stand for, #makeretrogreatagain, we ant to set up an old cms in a new time, no ddos others and things like this, we want to be clean and niceIts old but Beautiful, reminds me of the Golden Ages of Habbo.