<?
$db = mysql_connect($DB_HOST,$DB_USER,$DB_PASS)OR DIE("Unable to connect server, change <b>tr_inc.php</b> file");
mysql_select_db($DB_NAME,$db)OR DIE("Unable to select DataBase. I think you need install your portal. Go to <A href='./tr_setup/install.php '>install.php</A>");
?>