Hermethy
New Member
- Mar 22, 2020
- 5
- 0
I've downloaded EubboCMS and dropped it in my htdocs, etc. however when I try to acces localhost it says "Object not found!". Since the CMS wasn't provided with a DB I'm using the PlusEMU db.
The thing is, I want to change the CMS into a fansite and not a retro so I have no use for a client whatsoever, but I can't even acces it. Also my db has no password, that's why the password part is empty.
The CMS I'm using:
Thank in advance,
To rewrite the post above and be more detailed:
Hey,
I'm trying to make a fansite by turning a retro CMS into a fansite, which I probably will be able to do. However, when I'm trying to set up this CMS and trying to connect to localhost it gives me a blank page with 'Object not found'. How can I fix this?
The CMS didn't provide a DB so I used the first plusEMU db I could find since someone said that it was compatible. I have no need for the client, just a working CMS with the template it was shown in the screen.
CMS: EubboCMS Habwish EDIT (
DB: PlusEmu DB
My config.php below:
*DB has no password so it's empty
**I get this
The thing is, I want to change the CMS into a fansite and not a retro so I have no use for a client whatsoever, but I can't even acces it. Also my db has no password, that's why the password part is empty.
The CMS I'm using:
You must be registered for see links
<?php
error_reporting(0);
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'pconnect';
$_CONFIG['mysql']['hostname'] = 'localhost';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = '';
$_CONFIG['mysql']['database'] = 'hsport';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['url'] = '';
$_CONFIG['hotel']['name'] = 'Habwish Hotel';
$_CONFIG['hotel']['desc'] = 'All across the globe!';
$_CONFIG['hotel']['email'] = '';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'Wishing my way into ' . $_CONFIG['hotel']['name'];
$_CONFIG['hotel']['credits'] = 1000;
$_CONFIG['hotel']['pixels'] = 2000;
$_CONFIG['hotel']['figure'] = 'hd-180-1.hr-170-61.ha-1012-110.ch-255-100.lg-280-110.sh-290-62';
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527';
$_CONFIG['hotel']['external_vars'] = '/swf/gamedata/external_variables.txt';
$_CONFIG['hotel']['external_texts'] = '/swf/gamedata/external_flash_texts.txt';
$_CONFIG['hotel']['product_data'] = '/swf/gamedata/productdata.txt';
$_CONFIG['hotel']['furni_data'] = '/swf/gamedata/furnidata.xml';
$_CONFIG['hotel']['swf_folder'] = '/swf/gordon/PRODUCTION-201602082203-712976078';
$_CONFIG['template']['style'] = 'Habwish';
?>
error_reporting(0);
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'pconnect';
$_CONFIG['mysql']['hostname'] = 'localhost';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = '';
$_CONFIG['mysql']['database'] = 'hsport';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['url'] = '';
$_CONFIG['hotel']['name'] = 'Habwish Hotel';
$_CONFIG['hotel']['desc'] = 'All across the globe!';
$_CONFIG['hotel']['email'] = '';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'Wishing my way into ' . $_CONFIG['hotel']['name'];
$_CONFIG['hotel']['credits'] = 1000;
$_CONFIG['hotel']['pixels'] = 2000;
$_CONFIG['hotel']['figure'] = 'hd-180-1.hr-170-61.ha-1012-110.ch-255-100.lg-280-110.sh-290-62';
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527';
$_CONFIG['hotel']['external_vars'] = '/swf/gamedata/external_variables.txt';
$_CONFIG['hotel']['external_texts'] = '/swf/gamedata/external_flash_texts.txt';
$_CONFIG['hotel']['product_data'] = '/swf/gamedata/productdata.txt';
$_CONFIG['hotel']['furni_data'] = '/swf/gamedata/furnidata.xml';
$_CONFIG['hotel']['swf_folder'] = '/swf/gordon/PRODUCTION-201602082203-712976078';
$_CONFIG['template']['style'] = 'Habwish';
?>
Thank in advance,
Post automatically merged:
To rewrite the post above and be more detailed:
Hey,
I'm trying to make a fansite by turning a retro CMS into a fansite, which I probably will be able to do. However, when I'm trying to set up this CMS and trying to connect to localhost it gives me a blank page with 'Object not found'. How can I fix this?
The CMS didn't provide a DB so I used the first plusEMU db I could find since someone said that it was compatible. I have no need for the client, just a working CMS with the template it was shown in the screen.
CMS: EubboCMS Habwish EDIT (
You must be registered for see links
)DB: PlusEmu DB
My config.php below:
*DB has no password so it's empty
**I get this
You must be registered for see links
but it has to look like this
You must be registered for see links
Code:
<?php
error_reporting(0);
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'pconnect';
$_CONFIG['mysql']['hostname'] = 'localhost';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = '';
$_CONFIG['mysql']['database'] = 'hsport';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['url'] = '';
$_CONFIG['hotel']['name'] = 'Habwish Hotel';
$_CONFIG['hotel']['desc'] = 'All across the globe!';
$_CONFIG['hotel']['email'] = '';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'Wishing my way into ' . $_CONFIG['hotel']['name'];
$_CONFIG['hotel']['credits'] = 1000;
$_CONFIG['hotel']['pixels'] = 2000;
$_CONFIG['hotel']['figure'] = 'hd-180-1.hr-170-61.ha-1012-110.ch-255-100.lg-280-110.sh-290-62';
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527';
$_CONFIG['hotel']['external_vars'] = '/swf/gamedata/external_variables.txt';
$_CONFIG['hotel']['external_texts'] = '/swf/gamedata/external_flash_texts.txt';
$_CONFIG['hotel']['product_data'] = '/swf/gamedata/productdata.txt';
$_CONFIG['hotel']['furni_data'] = '/swf/gamedata/furnidata.xml';
$_CONFIG['hotel']['swf_folder'] = '/swf/gordon/PRODUCTION-201602082203-712976078';
$_CONFIG['template']['style'] = 'Habwish';
?>
Last edited: