-
Member
[Help] website error
can anyone tell me how to fix thses errors?
WoW Exodus
WoW Exodus
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
-
-
Newbie
Re: [Help] website error
It looks like it is from being hosted on a different server.
-
Member
Re: [Help] website error
yea but
y is the other stuff working still?
shouldnt it all not be working?
-
Member
Re: [Help] website error
can you post the config.php or how you configured it?
you havent imported the "files" table, so that the second link cant work.
-
Member
Re: [Help] website error
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']).'/'))
);
?>
-
Newbie
Re: [Help] website error
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
How can I setup a remote connection to MySQL? - MySQL - Web Hosting Knowledge Base
check out my sever
[url=http://supercore.game-server.cc]Super Core Private Wow Server
-
Member
Re: [Help] website error
tnx
btw wat did u use to edit ur site
like i wanna remove some stuff change the words
-
Newbie
Re: [Help] website error
i use editplus to edit my php code