I am having a very strange problem trying to install the shoutbox.
Keeps saying "No database selected"
Even though i have one selected.
Here is my config.
PHP Code:
// Your mysql host, this is usally localhost.
$sql_host="localhost";
// Your mysql username. This usually be obtained from your control panel or your host.
$sql_user="root";
// Please ask your host if you don't know this.
$sql_pass="xxx";
// Your mysql database. This usually be obtained from your control panel or your host.
$sql_db="newun";
//This is used if you want to install multiple copies of this script on the same database.
$tbl_prefix="phshout";