RoseOnlineCMS_v2.6 web problem!!!!

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 15, 2007
Messages
83
Reaction score
0
PHP:
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\index.php on line 3
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\index.php on line 4

it says line 3 & 4 got a problem. so this is what i got on index.php lines 1 - 4:
PHP:
<?php
require("_inc/config.php");
$c = mysql_connect($db['host'], $db['user'], $db['pass']);
mysql_select_db($db['name'], $c);



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

you meen to fill out this?
so no i havnt tell me what do i put instead of this
PHP:
<?php
#############################################################################
# Since I've had enough of the complaints, Im not doing an install script. #
# Just fill this out and all is well. #
# And yes, the configuration is a little different... # #############################################################################
/* Database Configuration */
$db['host'] = ''; // Database Host
$db['user'] = ''; // Database User
$db['pass'] = ''; // Database Pass
$db['name'] = ''; // Database Name
/* End Database Configuration */
/* Site / Server Configuration */
$serv['title'] = '-ElementRose'; // Server "Name"
$serv['exp'] = '300x'; // Server Exp Rate
$serv['drop'] = '250x'; // Server Drop Rate
$serv['admin'] = '-Element'; // Adminstrators Name
$serv['dev'] = '-Element'; // Head Developer
$serv['gmh'] = '-Element'; // Head GameMasters 
$serv['gm1'] = '-Element';
$serv['gm2'] = '-Element';
$serv['gm3'] = '-Element';
$serv['gm4'] = '-Element';
/* End Site / Server Configuration */
/* Links */
$link['forum'] = ''; // Link to your forum ==================INCLUDE THE HTTP IF EXTERNAL!!!======================
$link['client'] = ''; // Client
$link['patch'] = ''; // Patch
$link['launcher'] = ''; // Link to your launcher!
?>
 
kay umm so i changed to this:
PHP:
$db['host'] = 'localhost'; // Database Host
$db['user'] = 'root'; // Database User
$db['pass'] = ''; // Database Pass
$db['name'] = 'rosen_beta'; // Database Name

is that okay?
 
Ranking:
PHP:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\rankings.php on line 2

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\rankings.php on line 3

Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\rankings.php on line 5

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\rankings.php on line 5
Access denied for user 'ODBC'@'localhost' (using password: NO)

Information:
PHP:
Server Name: Rose-il Server Exp: 70x Server Drop: 25x Total Accounts: 
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\info.php on line 17

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\info.php on line 17

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\info.php on line 18
 Total Characters: 
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\info.php on line 25

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\info.php on line 25

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Downloads\ROSEprvserver\XAMPP\xampp\htdocs\modules\info.php on line 26
Server Admin: Soul
 
I get that same problem I really need help with this. I have like everything ready to go i followed all the steps. BUt at the end I ran into a problem all the Ips are correct every is up and running but I can't get to pop up. I can get localhost one to show and it does work I can see the example site and when i deleted those files and put the rose beta wedsite i can see that but when i try to go into install it brings a page saying cannot find object.

I NEED HELP!!!!!!
 
Status
Not open for further replies.
Back