Here is a copy of the config file for you to view hope this helps
><?
#=============================================
# SimNews.net - News Scripts v1.0.0
#=============================================
# ©2003 SimNews.net All Rights Reserved
# Scripting by Straetis Interactive (www.straetis.com)
#=============================================
// Used to let other pages know that the
// Config file has been included
define("_CONFIG",1);
// File system path to these scripts
// ===========================
$config['filepath'] = "C:/program Files/Abyss Web Server/htdocs/";
// URL to these scripts
// =================
$config['path_url'] = $config['url_path'] = "http://www.fs-vaa.com/simnews/Simnews/";
$config['template_library'] = $config['filepath'] . "/tpl";
// Database Wrapper Class - DO NOT EDIT
// =================================
$config['database_engine'] = "mysql";
// Database Connection Info
// =====================
$config['dbserver'] = "localhost";
$config['dbuser'] = "removed";
$config['dbpass'] = "removed";
$config['database'] = "Removed";
// Display Settings
// =====================
$config['alternating'][] = "#F0F0F0";
$config['alternating'][] = "#FAFAFA";
//////////////////////////////////////////////////////////////////////
$mtime = microtime();
$mtime = explode(" ",$mtime);
$mtime = $mtime[1] + $mtime[0];
$starttime = $mtime;
?>