⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.php

📁 集成了投票调查、流量统计、文件上传、留言版、论坛、软件下载、文章赏析、通讯录、网上购物 等板块 管理账户为peilei 密码为800901
💻 PHP
字号:
<?php/*  网络商店 - 吉鑫网络  http://www.chinaifc.com  Copyright (c) 2002 chinaifc.com  汗化版权所有吉鑫网络*/// Define the webserver and path parameters// * DIR_FS_* = Filesystem directories (local/physical)// * DIR_WS_* = Webserver directories (virtual/URL)  define('HTTP_SERVER', 'http://tjzcd.com'); // eg, http://localhost - should not be NULL for productive servers  define('HTTPS_SERVER', 'https://tjzcd.com'); // eg, https://localhost - should not be NULL for productive servers  define('ENABLE_SSL', false); // secure webserver for checkout procedure?  define('DIR_WS_CATALOG', '/web/eshop/shop/'); // absolute path required  define('DIR_WS_IMAGES', 'images/');  define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');  define('DIR_WS_INCLUDES', 'includes/'); // If "URL fopen wrappers" are enabled in PHP (which they are in the default configuration), this can be a URL instead of a local pathname  define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');  define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');  define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');  define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');  define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');  define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');  define('DIR_FS_DOCUMENT_ROOT', '/u/tjzcd.com/web/eshop');  define('DIR_FS_CATALOG', '/u/tjzcd.com/web/eshop/shop');  define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');  define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');// define our database connection  define('DB_SERVER', 'localhost'); // eg, localhost - should not be NULL for productive servers  define('DB_SERVER_USERNAME', 'tjzcd');  define('DB_SERVER_PASSWORD', 'tjzqcd');  define('DB_DATABASE', 'tjzcd');  define('USE_PCONNECT', 'false'); // use persistent connections?  define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'  define('MAX_DISPLAY_FEATURED_PRODUCTS', '3');  define('MAX_DISPLAY_FEATURED_PRODUCTS_LISTING', '10');  define('FEATURED_PRODUCTS_DISPLAY', true);?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -