The source code of the novel reading platform uses dedecms5.7sp1 as the core. The software includes two interfaces, the PC version and the mobile version.
Features:
(1) Automatically generate static html for homepage, category, directory, rankings, and sitemap pages (if the html files of category pages, novel covers, and author pages do not exist or have not been updated after the set time, they will be automatically updated once. If there are collected , the novel cover and the corresponding category page will be automatically updated when collecting). The html file is directly called through PHP instead of being generated in the root directory. The access speed is no different from pure static, and it can ensure the convenience of source code file management while reducing the number of servers. pressure, but also facilitates access to statistics and increases search engine recognition.
(2) The whole site is cataloged in Pinyin, and the chapter pages are pseudo-static.
(3) Automatically generate novel txt files, or you can regenerate txt files yourself in the background.
(4) Automatically generate novel keywords and keywords for automatic internal links.
(5) Automatic pseudo-original word replacement (replacement during collection).
(6) Add new functions such as novel total clicks, monthly clicks, weekly clicks, total recommendations, monthly recommendations, weekly recommendations, and author recommendation statistics.
(7) With the statistics plug-in of CNZZ, detailed statistics of novel downloads and detailed statistics of book collections can be easily realized.
1. Installation instructions
This program requires that the server or virtual space must support pseudo-static. If these components are not supported, please install it first (this plug-in for IIS6 is already provided in the installation package.
2.1. Modify the corresponding domain name in the .htaccess file in the root directory to your own domain name.
2.2. Upload all files in the dede-novel directory to the server (if you use FTP to upload, please select the binary transfer mode), and set the directory permissions. It is best to give full control permissions to all directories on the website.
(1) Directory css (read)
(2) Directory dede-admin (read, execute)
(3) Directory download (read, write, modify, execute)
(4) Directory html (read, write, modify)
(5) Directory images (read)
(6) Directory js (read)
(7) Directory templates (read, write, modify)
(8) Directory uploads (read, write, modify)
(9) Directory include (read)
(10) Directory data (read, write, modify)
(11) Directory plus (read, execute)
2.3. Configure your web server, bind the domain names of [PC version] and [Mobile version] to the root directory of your website, and do domain name resolution.
3. Visit http://domain name/ and enter the corresponding information according to the prompts until the installation is completed.
4. Backend management login address: http://domain name/dede-admin/index.php. The username and password are set by you during installation. After logging in, please modify the site URL and mobile version URL in the backend system parameters for you. Website address, modify [Home Page Link Name] to your home page title, and other related parameters.
5. After confirming that the program is installed, you can modify the dede-admin directory to another name to prevent malicious attacks.
6. It is recommended that novels be classified into only 6 categories. The existing categories can be modified, but it is best not to delete them, because the templates and collection categories of this program are made based on the 6 novel categories. The ID of the column [Portfolio] is 45 and cannot be modified.
7. There are 3 LOGOs in total, one for the top and bottom (images/logo.png, images/bot_logo.png), and one for the search page (images/search_list.gif). Just make them according to the size and format on the source code. The mobile version page header The logo is a background image, so the background image images/all_bg.png needs to be modified.
8. The 404.html page is returned to the client when the client accesses a directory or web page that does not exist. It needs to be re-created based on the actual situation of your website.
9. The SEO of the homepage is modified in the background system parameters; the SEO of categories is modified in the background column management; the title, keywords, and description of the novel cover, download page, article page, and author page need to be modified in the corresponding template (please refer to Template description below).
10. The statistical code can be added in the background [Module] - [Advertising Management], or in the background [Basic System Parameters] - [Bottom Copyright Statement].