IP : 3.15.168.195Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
var/
softaculous/
slims/
../
vty/
../
phpbb/
../
zeus/
../
qcart/
general.php/
/
<?php /* * Get more details about configuration settings in manual: * http://opensolution.org/Quick.Cart/docs/ext_6.6/?id=en-requirements#5 */ define( 'DEVELOPER_MODE', true ); // After starting your page, comment out this line if( defined( 'DEVELOPER_MODE' ) ){ error_reporting( E_ALL | E_STRICT ); } unset( $config, $aMenuTypes, $aPhotoTypes, $lang, $sMessage, $aData );
/* * If set to true, the logged on administrator will be able * to see hidden pages (client-side) */ $config['hidden_shows'] = false;
/* * Contains IP address from which logging in to admin panel is allowed * Uncomment line below and type your IP address */ $config['allowed_ip_admin_panel'] = '[[clientip]]';
/* * Add time difference (in minutes) between your local time and server time */ $config['time_diff'] = 0;
/* * Directory of the current skin */ $config['skin'] = "default";
/* * WYSIWYG editor */ $config['wysiwyg'] = true;
/* * Inherit themes of pages from their parents */ $config['inherit_from_parents'] = false;
/* * Product sorting option available on pages */ $config['sorting_products'] = true;
/* * Customer recieves an email containing order details */ $config['send_customer_order_details'] = false;
/* * Admin gets email containing order details from customer's address */ $config['order_details_from_customer'] = false;
/* * If the server does not allow sending emails from addresses * that are not configured on it, type value: * 1 - default - emails will be sent from the email defined in the configuration or the customer's email (if $config['order_details_from_customer'] is set to true) * 2 - emails will be sent from your default e-mail address configured on the server (not in the configuration script) */ $config['emails_from_header_option'] = 1;
/* * Set default image size and location in page form */ $config['pages_default_image_size_details'] = 1; $config['pages_default_image_size_list'] = 1; $config['pages_default_image_location'] = 1;
/* * Set default image size and location in product form */ $config['products_default_image_size_details'] = 0; $config['products_default_image_size_list'] = 1; $config['products_default_image_location'] = 1;
/* * Allowed extensions to upload on server */ $config['allowed_extensions'] = 'pdf|swf|doc|docx|txt|xls|ppt|rtf|odt|ods|odp|rar|zip|7z|bz2|tar|gz|tgz|arj|jpg|jpeg|gif|png|mp3';
/* * Should the current page name in the navigation path be a link? * if not, set to: false */ $config['page_link_in_navigation_path'] = true;
/* * Advanced elements visibility * If you don't want them to be displayed, set to: false */ $config['display_advanced_options'] = true; // advanced options visibility $config['display_thumbnail_2'] = false; // thumbnail 2 visibility