说明
杰奇自适应小说模板,简洁小说模板,杰奇2.4小说模板,附带安装说明
带安装配置说明
采集器下载 :94采集器
规则:送九四采集20个大站稳定采集规则
安装方法:
1、复制所有文件到网站根目录,后台设定模板风格:rico
2、后台-小说-参数设置伪静态规则(只填以下的,其他的不用填):
小说信息页面伪静态: /index/<{$id}>/ 小说分类页面伪静态: /sort/<{$sortid}>/<{$page}>.html 排行榜页面伪静态: /top/<{$order}>/<{$page}>.html 全本排行伪静态: /quanben/<{$page}>.html 小说目录页伪静态: /index/<{$aid}>/ 小说章节页伪静态: /read/<{$aid}>/<{$cid}>.html
3、.htaccess为apache下的伪静态规则,nginx和iis需转换。
4、友情链接:后台-区块列表-友情链接
5、首页封推四本小说: /rico/home.html 第5行,填入想封推的4本书的id
目录分页:
后台 – 小说连载 – 参数设置 – 第一行
目录页每页显示几个章节。如果设定为0,表示章节不分页
内容分页:
/modules/article/class/package.php
第一行,设定每页字数。
修改排行榜排序项: /configs/article/top.php
修改小说分类: /configs/article/sort.php
伪静态:
#apache的 .htaccess 伪静态配置 RewriteEngine on RewriteBase / RewriteRule ^history.html$ rico/history.php RewriteRule ^top.html$ modules/article/_rico_toplist_index.php RewriteRule ^quanben/([0-9]+).html$ modules/article/_rico_quanben.php?order=lastupdate&fullflag=1&page=$1 RewriteRule ^sort/([0-9]+)/([0-9]+)\.html$ modules/article/articlelist.php?sortid=$1&page=$2 RewriteRule ^top/([a-z]+)/([0-9]+)\.html$ modules/article/toplist.php?order=$1&page=$2 RewriteRule ^index/([0-9]+)/$ modules/article/reader.php?aid=$1&page=1 RewriteRule ^index/([0-9]+)/([0-9]+)$ modules/article/reader.php?aid=$1&page=$2 RewriteRule ^read/([0-9]+)/([0-9]+).html$ modules/article/reader.php?aid=$1&cid=$2&pid=1 RewriteRule ^read/([0-9]+)/([0-9]+)_([0-9]+).html$ modules/article/reader.php?aid=$1&cid=$2&pid=$3 RewriteRule ^index/([0-9]+)/$ modules/article/articleinfo.php?id=$1 RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^templates/(.*).html$ /404.html RewriteRule ^themes/(.*)/(.*).html$ /404.html RewriteRule ^rico/(.*).html$ /404.html RewriteRule ^modules/(.*)/templates/$ /404.html RewriteRule ^modules/(.*)/templates/(.*).html$ /404.html #--------------------------------------------------- #以下为nginx伪静态。 rewrite ^/history.html$ /rico/history.php; rewrite ^/top.html$ /modules/article/_rico_toplist_index.php; rewrite ^/quanben/([0-9]+).html$ /modules/article/_rico_quanben.php?order=lastupdate&fullflag=1&page=$1; rewrite ^/sort/([0-9]+)/([0-9]+)\.html$ /modules/article/articlelist.php?sortid=$1&page=$2; rewrite ^/top/([a-z]+)/([0-9]+)\.html$ /modules/article/toplist.php?order=$1&page=$2; rewrite ^/index/([0-9]+)/$ /modules/article/reader.php?aid=$1&page=1; rewrite ^/index/([0-9]+)/([0-9]+)$ /modules/article/reader.php?aid=$1&page=$2; rewrite ^/read/([0-9]+)/([0-9]+).html$ /modules/article/reader.php?aid=$1&cid=$2&pid=1; rewrite ^/read/([0-9]+)/([0-9]+)_([0-9]+).html$ /modules/article/reader.php?aid=$1&cid=$2&pid=$3; rewrite ^/index/([0-9]+)/$ /modules/article/articleinfo.php?id=$1; if (!-d $request_filename){ set $rule_8 1$rule_8; } if (!-f $request_filename){ set $rule_8 2$rule_8; } if ($rule_8 = "21"){ rewrite ^/templates/(.*).html$ /404.html; } rewrite ^/themes/(.*)/(.*).html$ /404.html; rewrite ^/rico/(.*).html$ /404.html; rewrite ^/modules/(.*)/templates/$ /404.html; rewrite ^/modules/(.*)/templates/(.*).html$ /404.html;
截图演示:

