Guest Posted July 26, 2004 Posted July 26, 2004 I am installing the contri "OSC_forum_v.02" but i want to know how to configure the configure.php file: <?php include("includes\configure.php"); //---- General Option ---- $admin = "***"; $password = "***"; //---- MySQL configuration ---- $dbhost = DB_SERVER ; //MySQL host name for OSC leave it like this! $dbuser = DB_SERVER_USERNAME ; //MySQL user name for OSC leave it like this! $dbpass = DB_SERVER_PASSWORD ; //MySQL password for OSC leave it like this! $db = DB_DATABASE ; //database name for OSC leave it like this! I know, still pretty hardcoded huh ;)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.