[Help] website error

Results 1 to 8 of 8
  1. #1
    Member Floaterguy is offline
    MemberRank
    Mar 2007 Join Date
    48Posts

    [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


  2. #2
    Newbie Vineman is offline
    MemberRank
    Mar 2007 Join Date
    12Posts

    Re: [Help] website error

    It looks like it is from being hosted on a different server.

  3. #3
    Member Floaterguy is offline
    MemberRank
    Mar 2007 Join Date
    48Posts

    Re: [Help] website error

    yea but
    y is the other stuff working still?
    shouldnt it all not be working?

  4. #4
    Member Kickfoot is offline
    MemberRank
    Dec 2006 Join Date
    GermanyLocation
    30Posts

    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.

  5. #5
    Member Floaterguy is offline
    MemberRank
    Mar 2007 Join Date
    48Posts

    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']).'/'))
    );
    ?>

  6. #6
    Newbie less is offline
    MemberRank
    Mar 2007 Join Date
    7Posts

    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

  7. #7
    Member Floaterguy is offline
    MemberRank
    Mar 2007 Join Date
    48Posts

    Re: [Help] website error

    tnx
    btw wat did u use to edit ur site
    like i wanna remove some stuff change the words

  8. #8
    Newbie less is offline
    MemberRank
    Mar 2007 Join Date
    7Posts

    Re: [Help] website error

    i use editplus to edit my php code



Advertisement