The latest PHP green tea novel station group system website source code adaptive computer + mobile terminal
Effect demonstration: https://www.foxconnsc.com/product/view310.html
Green Tea Novel Station Group 2. It is an independent website group system (no need to rely on CMS), an independent content library optimized for the whole novel (rejecting sentence patchwork), templates are adaptive to PC and mobile terminals, and the traffic is done together!
1. Green Tea Novel Station Group is an independent station group system (no need to rely on CMS)
2. The requirements for domain names are not high, and domain names of 100 yuan can be operated.
3. Independent home page, list page, and novel reading page
4. Independent optimized content library for the entire novel (rejecting sentence patchwork)
5. Customizable page suffix (html, shtml, xml...)
6. Reject site-wide 404 jumps to the content page
7. There is also a powerful website XML map function to facilitate link submission
8. The template is adaptive to PC and mobile terminals, and the traffic is processed together!
Gain weight quickly and increase traffic quickly!
Labels and building instructions:
1. Environment uses Pagoda+Nginx+php7.0 or below version
2. You can change various templates. Those who understand codes and tags can change the templates, and those who don’t understand can directly go to the site.
3. Remember to add keywords and content library before going to the site
4. Pseudo-static is added after binding Baidu webmaster.
Catalog description:
data/keyword put keyword tags: {random transcoding keyword} {transcoding keyword 1} {transcoding keyword 2} {transcoding keyword 3}
data/img puts the novel picture tag: {random picture}
data/mz put name tag: {name}
data/juzi put content library tags: {text title} {text description} {text}
data/templates template files
js.js puts jump code and statistics code
Other tags: {random numbers} {random characters} {random letters}
Pseudo-static:
rewrite ^/index.html$ /index.php?id=$1;
rewrite ^/(.*)/$ /list.php?id=$1;
rewrite ^/(.*).html$ /article.php?id1=$1;
rewrite ^/(.*).shtml$ /article.php?id1=$1;
rewrite ^/sitemapsitemap([0-9]*).xml$ /sitemap.php?id=$1;