Wabbo/Wubbo CMS Help

xHurricaneZ

New Member
Aug 15, 2013
24
4
Decided to play around with it, since I found it on here. The thread said to fill out class.config and it would work but I've done this and I just get a blank screen when I load my site.




Here's my class.config:
Code:
<?php
if(!defined('IN_INDEX')) { die('Access Denied.'); }

$_CONFIG['hotel']['url'] = 'http://mysite.us';

$_CONFIG['hotel']['name'] = 'Habbo';

$_CONFIG['hotel']['desc'] = 'Welcome to Habbo';

$_CONFIG['hotel']['motto'] = 'I love Habbo';

$_CONFIG['hotel']['credits'] = 10000;

$_CONFIG['hotel']['pixels'] = 5000;

$_CONFIG['hotel']['theme'] = "cms_blue";

$_CONFIG['currency']['name'] = 'Leafs';

$_CONFIG['currency']['value'] = '0';

$_CONFIG['mysql']['connection_type'] = 'pconnect';

$_CONFIG['mysql']['hostname'] = 'localhost';

$_CONFIG['mysql']['username'] = 'root';

$_CONFIG['mysql']['password'] = 'password';

$_CONFIG['mysql']['database'] = 'database'

$_CONFIG['hotel']['th_enabled'] = true;

$_CONFIG['hotel']['th_username'] = 'test';

if($_CONFIG['hotel']['th_enabled'] == true)
{
    $_CONFIG['hotel']['client_url'] = 'http://votingapi.com/vote.php?username='.$_CONFIG['hotel']['th_username'].'&api=http:!!%www%/client';
}
else
{
    $_CONFIG['hotel']['client_url'] = $_CONFIG['hotel']['url'].'/client';
}

$_CONFIG['hotel']['external_vars'] = 'vars.txt';

$_CONFIG['hotel']['external_texts'] = 'texts.txt';

$_CONFIG['hotel']['product_data'] = 'productdata.txt';

$_CONFIG['hotel']['furni_data'] = 'furnidata.txt';

$_CONFIG['hotel']['swf_folder'] = '%www%/Files/swf';

?>
 

JayC

Always Learning
Aug 8, 2013
5,504
1,401
$_CONFIG['mysql']['password'] = 'password';
$_CONFIG['mysql']['database'] = 'database'
This is just a joke right?
$_CONFIG['hotel']['name'] = 'Habbo';
$_CONFIG['hotel']['desc'] = 'Welcome to Habbo';
$_CONFIG['hotel']['motto'] = 'I love Habbo';

You have to fill it out.. LOL
 

xHurricaneZ

New Member
Aug 15, 2013
24
4
$_CONFIG['mysql']['password'] = 'password';
$_CONFIG['mysql']['database'] = 'database'
This is just a joke right?
$_CONFIG['hotel']['name'] = 'Habbo';
$_CONFIG['hotel']['desc'] = 'Welcome to Habbo';
$_CONFIG['hotel']['motto'] = 'I love Habbo';

You have to fill it out.. LOL

This is the dumbest reply I've yet to ever receive. No shit you have to feel it out do you think I'm dumb enough to post my database info publicy? This is just a project to help me to learn how to edit and setup a couple of CMS's but honestly?
 

xHurricaneZ

New Member
Aug 15, 2013
24
4
It's the cms, swfs have nothing to do with setting up a cms. I've explained the problem quite clear but since you don't pick up on it.

I set up wabbo cms, just like the thread said to do. Edit class.config.php to your liking, run the db sql and its setup. When I load the site I get a blank screen. Is it that hard to understand?
 

Users who are viewing this thread

Top