Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] RoseOnlineCMS v3 Lite!

Newbie Spellweaver
Joined
May 6, 2007
Messages
48
Reaction score
0
ave done that xD

look at screenie below
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Dec 20, 2006
Messages
221
Reaction score
0
Lol you did not do it right it should look like

<?php
$dbhost = "localhost"; // Change this to your database server
$dbname = "rose database"; // Change this to your database name
$dbuser = "root"; // Change this to your database username
$dbpswd = ""; // Change this to your database password
?>
 
Joined
Aug 16, 2006
Messages
1,254
Reaction score
200
should look sumtin like this

Code:
<?php

// Database
$config['db']['host'] 		= 'localhost'; // Database Host
$config['db']['user'] 		= 'root'; // Database User
$config['db']['pass'] 		= ''; // Database Pass
$config['db']['name'] 		= 'roseon_beta'; // Database Name

// Site
$config['site']['title'] 	= 'Zomg Rose'; // Site Title
$config['site']['drop'] 	= '15'; // Server Drop
$config['site']['expr'] 	= '20'; // Server EXP
$config['site']['expr'] 	= '400'; // Server Zuly
?>
 
Newbie Spellweaver
Joined
May 6, 2007
Messages
48
Reaction score
0
should look sumtin like this

Code:
<?php

// Database
$config['db']['host']         = 'localhost'; // Database Host
$config['db']['user']         = 'root'; // Database User
$config['db']['pass']         = ''; // Database Pass
$config['db']['name']         = 'roseon_beta'; // Database Name

// Site
$config['site']['title']     = 'Zomg Rose'; // Site Title
$config['site']['drop']     = '15'; // Server Drop
$config['site']['expr']     = '20'; // Server EXP
$config['site']['expr']     = '400'; // Server Zuly
?>


do i edit the ...



$config['db'] <<do i edit this or leave it? ['host'] = 'localhost'; // Database Host
 
Look..I Can Fly~!
Loyal Member
Joined
Apr 8, 2007
Messages
808
Reaction score
15
this is how you to have it!
$config['db']['host'] = 'localhost'; // Database Host
 
Newbie Spellweaver
Joined
May 6, 2007
Messages
48
Reaction score
0
yep, its like that still the same :S when i try install it i get the errors


error in install/install_do.php lines 46,47,48 :S
 
Newbie Spellweaver
Joined
Oct 18, 2006
Messages
67
Reaction score
0
I get this error when trying to login

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in G:\xampplite\htdocs\rose2\modules\login.php on line 24
Account has been banned!

All the database is correct.
Account can be created.
AdminCP - Working Great.

No other error....
 
Newbie Spellweaver
Joined
May 15, 2007
Messages
19
Reaction score
0
Fatal error: Cannot redeclare class Config in C:\xampp\php\PEAR\Config.php on line 44

that comes up when i try to go to website.
Help me ;(
 
Custom Title Activated
Loyal Member
Joined
Mar 28, 2006
Messages
2,383
Reaction score
0
I don't think Matt is replying to this topic anymore..
 
Newbie Spellweaver
Joined
Apr 30, 2007
Messages
38
Reaction score
0
He is not even replying to his own bladdy forum.
 
Newbie Spellweaver
Joined
Mar 12, 2007
Messages
13
Reaction score
0
how can i set this site online, because xamp doesn't work, and how can i edit my site, please can somebody help me greetz jasperab
 
Joined
Jul 31, 2004
Messages
4
Reaction score
0
Here the final web 3.2 whit tomekk228 fix. Sorry my bad english :sq_yellow
Code:
http://www.gigasize.com/get.php/-1100112308/Rose_CMS_3.2_fixed.rar
 
Founder of Musara-Network
Joined
Apr 1, 2007
Messages
450
Reaction score
2
Fatal error: Cannot redeclare class Config in C:\xampp\php\PEAR\Config.php on line 44
how i fix that?
 
Back
Top