Hey everybody. Im making a website where i need my DB name, i know my server running with ascent - norwegianelite40. when i write norwegianelite40 it says its the wrong DB
so can anyone please help me![]()
Hey everybody. Im making a website where i need my DB name, i know my server running with ascent - norwegianelite40. when i write norwegianelite40 it says its the wrong DB
so can anyone please help me![]()
Most repacks use 'ascent' for the world DB, and 'logon' for characters/logon DBs.
now i add ascent to the website and then you can try and see if something rly works.
Last edited by Minichili; 03-18-2008 at 09:10 PM.
Error: Unable to select database. MySQL reported: Unknown database 'norwegianelite40'.
You didn't change :P
And remove that link before you get infraction points..
sorry, i will and sec, then i will change it to "ascent"
and now i changed it
Amazingly enough, no error!
well no. but just as example try make a acc ^^
Table 'ascent.account' doesn't exist
In the config file, make sure you set the logon database as 'logon' and not 'ascent'.
'ascent' is the world database,
'logon' is the logon & char database.
try now, ill try too
done, no db selected![]()
Either the site's not good,
or you're not configuring it properly.
Post the config that came with it.
<?php
$realmd_database = array(
'host'=>'localhost', // HOST for Realm database
'user'=>'root', // USER for Realm database
'password'=>'*****', // PASS for Realm database
'db'=>'logon' // Realm database NAME
);
$database_encoding = 'UTF8'; // Now encoding should be in lang files. Please Update.
$showshoutboxinindex=false; // True if you want to add a little frame with shoutbox in head of news page
$forum=true; // DON'T CHANGE THAT, READ THE HELP.TXT
$forum_url['game']= "inc/pomm/pomm.php"; // DON'T CHANGE THAT, READ THE HELP.TXT
$forum_url['server']=""; // DON'T CHANGE THAT, READ THE HELP.TXT
$forum_included=true; // DON'T CHANGE THAT, READ THE HELP.TXT
$site_cookie['cookie_name'] = 'mangos_user'; // cookie name (change to what you want)
// AUTO CONFIG // DON'T CHANGE //
$site_cookie['cookie_path'] = str_replace('//','/',str_replace('\\','/',dirname($_SERVER['SCRIPT_NAME']).'/'));
$site_cookie['cookie_secure'] = 0;
$site_cookie['cookie_domain'] = $_SERVER['localhost']; // If you're getting login/logout problems. You can change this option with your host name.
?>
What a sucky page, it assumes all your tables are in one DB. Ditch it and find a new one or make your own![]()
Hmm i would LOVE to make my own. But i have no idea how to, if your assuming to help it would be honored and maybe +rep![]()