// Database Settings
define("_HOST", "200.124.21.8", TRUE);
define("_USER", "medcom", TRUE);
define("_PASS", "s3rg10", TRUE);
define("_DB", "boardcolegiales", TRUE);
// Site Variables
$site_title = "PinBoard";
// Don't touch below unless you know what're doing...
#######################################################################################################################
// Define table names that are used in Database
define("_TBL_TOPIC", "topics" ,TRUE);
define("_TBL_REPLY", "replies" ,TRUE);
define("_TBL_ADMIN", "admin" ,TRUE);
// Session Name Settings
define("_S_ADMIN", "pinBoard",TRUE);
// Connect To Database;
$error = "&error=Couldn't connect to database!";
$baglan = @mysql_connect(_HOST, _USER ,_PASS) or die($error);
?>
Super Colegiales