Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OsC Forum installing


Guest

Recommended Posts

Posted

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 ;)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...