Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../zencart
File: configure.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* @copyright Copyright 2003-2024 Zen Cart Development Team
[2] Fix | Delete
* @copyright Portions Copyright 2003 osCommerce
[3] Fix | Delete
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
[4] Fix | Delete
* File Built by Zen Cart Installer on [[DATE_NOW]]
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
[8] Fix | Delete
/*************** NOTE: This file is VERY similar to, but DIFFERENT from the "store" version of configure.php. ***********/
[9] Fix | Delete
/*************** The 2 files should be kept separate and not used to overwrite each other. ***********/
[10] Fix | Delete
[11] Fix | Delete
/**
[12] Fix | Delete
* Enter the domain for your Admin URL. If you have SSL, enter the correct https address in the HTTP_SERVER setting, instead of just an http address.
[13] Fix | Delete
*/
[14] Fix | Delete
define('HTTP_SERVER', 'http://[[domhost]]');
[15] Fix | Delete
/**
[16] Fix | Delete
* Note about HTTPS_SERVER:
[17] Fix | Delete
* There is no longer an HTTPS_SERVER setting for the Admin. Instead, put your SSL URL in the HTTP_SERVER setting above.
[18] Fix | Delete
*/
[19] Fix | Delete
[20] Fix | Delete
/**
[21] Fix | Delete
* Note about DIR_WS_ADMIN
[22] Fix | Delete
* The DIR_WS_ADMIN value is now auto-detected.
[23] Fix | Delete
* In the rare case where it cannot be detected properly, you can add your own DIR_WS_ADMIN definition below.
[24] Fix | Delete
*/
[25] Fix | Delete
[26] Fix | Delete
/**
[27] Fix | Delete
* Enter the domain for your storefront URL.
[28] Fix | Delete
* Enter a separate SSL URL in HTTPS_CATALOG_SERVER if your store supports SSL.
[29] Fix | Delete
*/
[30] Fix | Delete
define('HTTP_CATALOG_SERVER', 'http://[[domhost]]');
[31] Fix | Delete
define('HTTPS_CATALOG_SERVER', 'https://[[domhost]]');
[32] Fix | Delete
[33] Fix | Delete
/**
[34] Fix | Delete
* Do you use SSL for your customers login/checkout on the storefront? If so, enter 'true'. Else 'false'.
[35] Fix | Delete
*/
[36] Fix | Delete
define('ENABLE_SSL_CATALOG', '[[ENABLE_SSL_CATALOG]]');
[37] Fix | Delete
[38] Fix | Delete
/**
[39] Fix | Delete
* These DIR_WS_xxxx values refer to the name of any subdirectory in which your store is located.
[40] Fix | Delete
* These values get added to the HTTP_CATALOG_SERVER and HTTPS_CATALOG_SERVER values to form the complete URLs to your storefront.
[41] Fix | Delete
* They should always start and end with a slash ... ie: '/' or '/foldername/'
[42] Fix | Delete
*/
[43] Fix | Delete
define('DIR_WS_CATALOG', '[[relativeurl]]/');
[44] Fix | Delete
define('DIR_WS_HTTPS_CATALOG', '[[relativeurl]]/');
[45] Fix | Delete
[46] Fix | Delete
/**
[47] Fix | Delete
* This is the complete physical path to your store's files. eg: /var/www/vhost/accountname/public_html/store/
[48] Fix | Delete
* Should have a closing / on it.
[49] Fix | Delete
*/
[50] Fix | Delete
define('DIR_FS_CATALOG', '[[softpath]]/');
[51] Fix | Delete
[52] Fix | Delete
/**
[53] Fix | Delete
* NOTE about DIR_FS_ADMIN
[54] Fix | Delete
* The value for DIR_FS_ADMIN is now auto-detected.
[55] Fix | Delete
* In the very rare case where there is a need to override the autodetection, simply add your own definition for it below.
[56] Fix | Delete
*/
[57] Fix | Delete
[58] Fix | Delete
/**
[59] Fix | Delete
* The following settings define your database connection.
[60] Fix | Delete
* These must be the SAME as you're using in your non-admin copy of configure.php
[61] Fix | Delete
*/
[62] Fix | Delete
define('DB_TYPE', 'mysql'); // always 'mysql'
[63] Fix | Delete
define('DB_PREFIX', '[[dbprefix]]'); // prefix for database table names -- preferred to be left empty
[64] Fix | Delete
define('DB_CHARSET', 'utf8mb4'); // 'utf8mb4' required. If using older 'utf8' or 'latin1', convert your database to utf8mb4. See conversion util in docs site.
[65] Fix | Delete
define('DB_SERVER', '[[softdbhost]]'); // address of your db server
[66] Fix | Delete
define('DB_SERVER_USERNAME', '[[softdbuser]]');
[67] Fix | Delete
define('DB_SERVER_PASSWORD', '[[softdbpass]]');
[68] Fix | Delete
define('DB_DATABASE', '[[softdb]]');
[69] Fix | Delete
[70] Fix | Delete
/**
[71] Fix | Delete
* This is an advanced setting to determine whether you want to cache SQL queries.
[72] Fix | Delete
* Options are 'none' (which is the default) and 'file' and 'database'.
[73] Fix | Delete
*/
[74] Fix | Delete
define('SQL_CACHE_METHOD', 'none');
[75] Fix | Delete
[76] Fix | Delete
/**
[77] Fix | Delete
* Reserved for future use
[78] Fix | Delete
*/
[79] Fix | Delete
define('SESSION_STORAGE', 'reserved for future use');
[80] Fix | Delete
[81] Fix | Delete
/**
[82] Fix | Delete
* Advanced use only:
[83] Fix | Delete
* The following are OPTIONAL, and should NOT be set unless you intend to change their normal use. Most sites will leave these untouched.
[84] Fix | Delete
* To use them, uncomment AND add a proper defined value to them.
[85] Fix | Delete
*/
[86] Fix | Delete
// define('DIR_FS_SQL_CACHE' ...
[87] Fix | Delete
// define('DIR_FS_DOWNLOAD' ...
[88] Fix | Delete
// define('DIR_FS_LOGS' ...
[89] Fix | Delete
[90] Fix | Delete
// End Of File
[91] Fix | Delete
[92] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function