Novel source sharing platform

Stop talking nonsense, just start sharing

Link: https://pan.baidu.com/s/1gBgIFoGaZzVZW4oLqMbJwA
Extraction code: px54

Can you use luck?

Introduction
1. ptcms is a professional novel website, which can collect and transcode other websites to realize that you can own multiple novels without a large data disk.

2. There are also many versions circulating on the Internet. This time I brought the ptcms4.2.8 version program and construction tutorial + collection rules.

Show and build tutorial
PTCMS4.2.8 novel collection station source code with 4 available collection rules-chili resources network-focus on the Internet resource sharing PTCMS4.2.8 novel collection station source code with 4 available collection rules-chili resources network-focus on internet building site Resource sharing
Function introduction
New development, new version of UI, add original area, news release, book list release, collection log, Baidu push, Shenma push, push log function.

The front-end high imitation starting point novel network, self-adaptive template, can be divided into mobile phone domain names.

The back end is newly developed with LAYUI.

You deserve to have the blood and tear experience of repeated installation 6 times.

  1. Install the basic environment (the following is only a tutorial, without programs)
    install php version 7.3
    install php extension fileinfo
    install php extension memcached
    install php extension memcache
    install php extension swoole or swoole4
    install php extension swoole_serialize Optional
    cancel php disable function shell_exec, in PHP Delete this parameter
    2. Install encrypted Loader
    into php7.3 settings, add code at the end of the configuration file

extension=/www/website path/loader73.so
swoole_license_files=/www/website path/license
code After installation, restart PHP or reload configuration

3. Configure the website
3.1 Set the directory
In the pagoda, specify the website running directory as public, not the website directory! ! ! Got it wrong? Sorry, deleted it and start over.

Directory settings

3.2 Pagoda pseudo-static settings
if (!-e $request_filename) { rewrite ^/(.*) /index.php?s=$1 last; } 4. Configure the collection and modify the host (can be done or not, the big guys said nothing If necessary, do ssh directly, then enter vim /etc/hosts and add it later and press ESC to enter the command mode. Enter: wq! Forced to exit, just a little bit of Linux is fine ) vim /etc/hosts




106.13.47.93 api.kxcms.com api.ptcms.com
5. Install the program
First delete install.lock in the root directory and then install, the installation address: domain name/install.php, and then enter the user name, database name, and database password.

After installation, if you don’t want the official to find your domain name, it’s best to change the background statistics code number and the statistics code number of the public/static/admin/index.js file, that is, replace the Baidu statistics id with your own.

The mobile terminal, MIP, and AMP are built in the same way as the main terminal. The domain name points to the running directory. After the construction, you need to fill in the domain name setting in the website background to access the corresponding website.

  1. Configure cron to
    view the complete directory. Command
    PT background-collection management-task management-task settings. Turn on the task switch, otherwise the main process will be reported as an error.
    SSH input: cd /www/wwwroot/ website directory, enter the website directory and
    copy /www/server/ php/73/bin/php kx cron:check into ssh, the installation is complete when the main process is opened (73 is the PHP version, modify by yourself)

Create a scheduled task
Log in to the pagoda background-scheduled task, the task type is shell script, the script content is php /www/wwwroot/website directory/kx cron:master >>/dev/null 2>&1 Fill in the time by yourself, save and execute

Collection rules
This time brings a total of 4 rules, all of which are available (may be updated later)

PTCMS4.2.8 novel collection station source code with 4 available collection rules-chili resources network-focus on Internet resource sharing

How to use: Collection management-rule management-rule import-upload file (new site, new rule)

Conclusion:

1. This is the end of this article. The tutorial is detailed enough and available through this personal test. If you cannot install, please check your own environment steps.

2. The resources are all hard-sourced by myself and tested by myself. Now share it for free. If you like it, you can give a reward to Xiaozhan for a little support.

Finally, a reminder, finally close the pagoda visit log, or clean it regularly, otherwise you will find a few G logs over time

Guess you like

Origin blog.csdn.net/weixin_37254196/article/details/108618995