<?
// Please put the name of the database where you want to install News Stream to.
$db_database = "database name";
// Put your username here (from the database).
$db_name = "username";
// Put the password of your database here.
$db_password = "database password";
// Put your database server here (if you dont know what this is, leave it alone).
$db_server = "localhost";
// Put the name of your site here.
$site_name = "News Stream";
// Put the URL to your site here, including "http://".
$site_url = "http://www.hammer-time.net";
// Please enter the URL to your News Stream directory. WITHOUT A TRAILING SLASHMARK.
$ns_url = "http://www.hammer-time.net/newsstream";
?>