[Help] website error

Newbie Spellweaver
Joined
Mar 18, 2007
Messages
40
Reaction score
0
can anyone tell me how to fix thses errors?





the web server is on a diff comp
does that got to do with anything? I mean i can create an account an all
just getting those errors on some of the pages
 
heres my config

<?php
$config = array(
'db_type' => 'mysql',
'db_host' => '74.96.226.195',
'db_port' => '3306',
'db_username' => 'root',
'db_password' => 'kon',
'db_name' => 'realmd_bc',
'db_encoding' => 'CP1251',
'site_title' => 'WoW Exodus',
'lang' => 'en',
'template' => 'offlike',
'imageautoresize' => '480x480',
'req_reg_key' => false,
'req_reg_act' => false,
'smtp_adress' => '',
'smtp_username' => '',
'smtp_password' => '',
'site_email' => '',
'valid_upload_dirs' => 'upload/',
'forums' => '',
'eforums' => true,
'irc' => '',
'eirc' => false,
'ch_pass' => false,
'ch_email' => false,
'gmlevel' => '1',
'postlevel' => '3',
'filelevel' => '0',
'site_domain' => $_SERVER['HTTP_HOST'],
'site_href' => str_replace('//','/',str_replace('\\','/',dirname($_SERVER['SCRIPT_NAME']).'/'))
);
?>
 
what you need to do is set up a user in your mysql that allouses remote conntction if the site is hoseted on another computer

and the ip must be the ip of the sql database

hope this help

here are the instructions on how to do it



check out my sever
 
Back