this is just the installation instructions, the instructions in the original package is invalid.

Upload the package to your main directory where osc is installed into a new file POS.

Step 2:
Run the sql file in the osc db

Step 3:
Edit the settings.php file and add your db login details aswell as your osc details, leave the prefix as is.

Example:
Please note that that you need to put your details double, for normal and osc,


$cfg_server="localhost";
$cfg_database="DBUSERNAME_osc1";
$cfg_username="DBUSERNAME"; //DB Username
$cfg_password=""; //DB Password
$cfg_tableprefix=""; //Leave this just as is
$cfg_osc_server="localhost";
$cfg_osc_database="DBUSERNAME_osc1";
$cfg_osc_username="DBUSERNAME"; //DB Username
$cfg_osc_password=""; //DB Password


If you encounter any problems fell free to mail me at admin@cyberscene.co.za

More...