View Single Post
  #1  
Old 03-08-2008, 07:17 AM
Detrol is offline Detrol
Registered User

Join Date: Mar 2008
Posts: 2

ShoutBox problems.

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"
Reply With Quote