<?
//
// H-Tracker v0.2
// http://h-tracker.org
// Based on TorrentTrader (http://www.torrenttrader.org)
//
//
//Access Security check
if (eregi('mysql.php',$_SERVER['PHP_SELF'])) {
die;
}
//Change the settings below to match your MYSQL server connection settings
$mysql_host = "localhost"; //leave this as localhost if you are unsure
$mysql_user = "dbusername"; //Username to connect
$mysql_pass = "dbpass"; //Password to connect
$mysql_db = "dbname"; //Database name
?>