Last update at :2024-07-11,Edit by888u
1. Server environment php5.3.*- php7.1 + mysql 5.* – MariaDB 10.*
php please load the following modules mysql zlib sockets curl iconv mbstring gd
2. Change the default encoding of the website to uft8, collect GBK and automatically convert it to utf8, create the database encoding as utf8mb4, and import the struct.sql and data.sql in the sql directory into the database respectively as the initial database structure and data of the website. Change default storage to INNODB
3. After uploading the website program, the following four directories must be writable: cache compiled configs files
4. Edit /configs/define.php in the website directory, and fill in the following database parameters according to actual conditions
@define('JIEQI_DB_HOST','localhost'); //Database server address, fill in localhost when it is on the same server as the website @define('JIEQI_DB_USER','root'); //Database login account @define('JIEQI_DB_PASS','pass'); //Database login password @define('JIEQI_DB_NAME','jieqicms'); //The name of the database used by the website system
5. Default administrator account password: See the program installation instructions
6. There are easter eggs and can support PHP7.3
Website backend http://www.***.com/admin/ After entering the background, you can set specific permissions, parameters, etc.
For official use, please change the default administrator password in the front member center
Novel classification modification is not done in the background, please edit /configs/article/sort.php directly
6. For website template modification specifications, please refer to http://help.jieqi.com/template/index.html To apply for login recharge interface, please refer to "Login Recharge Interface.txt" For website authorization settings, please refer to "Software Authorization.txt" For the official website and contact information, please visit: http://www.jieqi.com ================================================== ==================== How to install and configure the computer version and mobile version of the website at the same time:
1. The computer version and the mobile version of the website use two independent directories, but share the database and data files. The default www is the computer version program directory, it is recommended to bind the domain name www.***.com; m is the mobile version program directory, it is recommended to bind the domain name m.***.com 2. Edit /configs/define.php in the mobile version website directory, and keep the database connection settings consistent with the computer version. 3. If the classification file /configs/article/sort.php has been modified, please keep the mobile version and the computer version consistent. 4. The files generated by the default program are saved in the files directory of the computer version of the website. The mobile version of the website also needs to read and write the same directory. Under Linux, it is recommended to use the ls command to create a link to point the files directory of the mobile site to the files of the computer site. Windows can consider specifying the absolute path of the storage directory and the access URL in both the computer and mobile versions. These two parameters are in the "data file saving path" and "access data file URL" in the background System Management - System Definition. (For example, the "data file saving path" is set to E:/web/www/files, and the "URL for accessing data files" is set to http://www.jieqi.com/files)
Network disk download: Program file: https://pan.baidu.com/s/1Do-It2PlZRAvHPe_sbWOyw Code: t9ga sql file: https://pan.baidu.com/s/1bSiUxnA8lM7RIKuVYnHK0g Code: e23q
Local download: jieqi24Utf8tar Database: sql
Reprinted from: https://www.sxsay.com/886.html
Recommended site searches: .cn domain name registration, free virtual host, local IP query, Qingdao IP agent, registration-free CDN acceleration, foreign PHP host, purchase domain name and space, space server, Hong Kong virtual host space, multi-IP station Group server,
发表评论