(Help) Hibbocms Errors

Kristopher

Photographer
Dec 25, 2010
803
68
The template is all messed up like stuff was out of place and moved around and the config is messed up please can someone fix hibbocms and give it me?
 

Kristopher

Photographer
Dec 25, 2010
803
68
I did that and it comes up with this

dfdfdfde.png
 

Kristopher

Photographer
Dec 25, 2010
803
68
PHP:
<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
| [url]http://www.meth0d.org[/url]
| #######################################################################
| 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.
\======================================================================*/

$config['Site']['www'] = "LINK";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "NAME";
$config['MySQL']['password'] = "PW";
$config['MySQL']['database'] = "uberdb";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "IP";
$config['MUS']['port'] = "PORT;

?>
 

Kristopher

Photographer
Dec 25, 2010
803
68
Parse error: syntax error, unexpected $end, expecting T_VARIABLE or T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN in C:\xampp\htdocs\inc\inc.config.php on line 31

Is there anything i need setup?
 

Kryptos

prjRev.com
Jul 21, 2010
2,205
1,252
Change what you got to:
PHP:
<?php
/*================================================= ======================
| UberCMS - Advanced Website and Content Management System for uberEmu
| ################################################## #####################
| Copyright (c) 2010, Roy 'Meth0d'
| http://www.meth0d.org
| ################################################## #####################
| 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.
\================================================= =====================*/

$config['Site']['www'] = "LINK";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(u gf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "NAME";
$config['MySQL']['password'] = "PW";
$config['MySQL']['database'] = "uberdb";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "IP";
$config['MUS']['port'] = "PORT";

?>
you were missing a " in PORT
 

Kristopher

Photographer
Dec 25, 2010
803
68
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\xampp\htdocs\inc\class.db.mysql.php on line 49
Database Error
Access denied for user 'root'@'localhost' (using password: YES)
Script execution was aborted. We apoligize for the possible inconvenience. If this problem is persistant, please contact an Administrator. is what it says now
 

Users who are viewing this thread

Top