Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can Someone Explain This To Me


Guest

Recommended Posts

Could someone help me out here I purchased a Stocked OSC and its telling me this....

 

Edit the configuration files

You need to edit 2 files that you have uploaded to your webserver, they are: -

Includes/configure.php

Admin/includes/configure.php

These lines in the file need to be edited so that the server knows how to connect to

the website. Edit all the variables above the line "don't edit"

There will be a blank '' where you can place the variable. If it asks for username,

put in your username etc.

 

I just don't know how to fill this out.....

 

<?php /* Big Fat Ebook Webstore http://ebook.storebiz4u.com */

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

 

 

// add your database and website details to the variables below

 

define('storebiz_dan2', '');

// your username that you use to log into your web server

define('changeme2', '');

// your password that you use to log into your web server

define('storebiz_ebookstore', '');

// your database

define('DIR_FS_CATALOG', '/home/storebiz/public_html/ebook/');

 

define('HTTP_SERVER', 'http://ebook.storebiz4u.com');

define('HTTP_COOKIE_DOMAIN', '.ebook.storebiz4u.com');

// do not include the www

 

define('DB_SERVER', 'localhost');

 

My website is www.houseofebooks.ca

My database is houseofe_ebookstore

Are they asking for the username and password I use to log into my FTP or CPanel or are they asking me for the username and password of a database user ?

As for the rest I'm confused

Link to comment
Share on other sites

Could someone help me out here I purchased a Stocked OSC and its telling me this....

 

Edit the configuration files

You need to edit 2 files that you have uploaded to your webserver, they are: -

Includes/configure.php

Admin/includes/configure.php

These lines in the file need to be edited so that the server knows how to connect to

the website. Edit all the variables above the line "don't edit"

There will be a blank '' where you can place the variable. If it asks for username,

put in your username etc.

 

I just don't know how to fill this out.....

This thread should help you with your config files.

"Outside of a dog, a book is man's best friend.

Inside of a dog, it's too dark to read."

 

GROUCHO (1895-1977)

Link to comment
Share on other sites

This thread should help you with your config files.

 

It doesn't ...

 

Are they asking for the username and password I use to log into my FTP or CPanel or are they asking me for the username and password of a database user ?

 

I can't find CATALOG

Link to comment
Share on other sites

It doesn't ...

 

Are they asking for the username and password I use to log into my FTP or CPanel or are they asking me for the username and password of a database user ?

 

I can't find CATALOG

configure file wants your username and password for the database.

Link to comment
Share on other sites

I purchased a Stocked OSC...

not sure what that means...a template? Zen Cart? ReadyCart?

"Outside of a dog, a book is man's best friend.

Inside of a dog, it's too dark to read."

 

GROUCHO (1895-1977)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...