" where configuration_key = "EMAIL_FROM"'); } $check_query = osc_db_query('select user_name from ' . TABLE_ADMINISTRATORS . ' where user_name = "' . trim($HTTP_POST_VARS['CFG_ADMINISTRATOR_USERNAME']) . '"'); if (osc_db_num_rows($check_query)) { osc_db_query('update ' . TABLE_ADMINISTRATORS . ' set user_password = "' . osc_encrypt_string(trim($HTTP_POST_VARS['CFG_ADMINISTRATOR_PASSWORD'])) . '" where user_name = "' . trim($HTTP_POST_VARS['CFG_ADMINISTRATOR_USERNAME']) . '"'); } else { osc_db_query('insert into ' . TABLE_ADMINISTRATORS . ' (user_name, user_password) values ("' . trim($HTTP_POST_VARS['CFG_ADMINISTRATOR_USERNAME']) . '", "' . osc_encrypt_string(trim($HTTP_POST_VARS['CFG_ADMINISTRATOR_PASSWORD'])) . '")'); } ?>
  1. Database Server
  2. Web Server
  3. Online Store Settings
  4. Finished!

New Installation

This web-based installation routine will correctly setup and configure osCommerce Online Merchant to run on this server.

Please follow the on-screen instructions that will take you through the database server, web server, and store configuration options. If help is needed at any stage, please consult the documentation or seek help at the community support forums.

Step 4: Finished!

Congratulations on installing and configuring osCommerce Online Merchant as your online store solution!

We wish you all the best with the success of your online store and welcome you to join and participate in our community.

- The osCommerce Team

Finished!

'; $fp = fopen($dir_fs_document_root . 'includes/configure.php', 'w'); fputs($fp, $file_contents); fclose($fp); $file_contents = ''; $fp = fopen($dir_fs_document_root . 'admin/includes/configure.php', 'w'); fputs($fp, $file_contents); fclose($fp); ?>

The installation and configuration was successful!


Catalog Administration Tool