小说漫画系统(book)

0
作者: @iCMSdev 支持: 471334865
类型: 免费应用价格: 免费
版本: v1.0.0 大小: 160KB
演示: http://xs.idreamsoft.com 版本要求 iCMS V7.0.12[]及以上版本
iCMS[git:2018-12-24 11:54]及以上更新
小说、漫画、小说导读等阅读类型网站;
带小说导读模板一套,
仅供交流学习使用,不提供任何技术服务或者指导;
×
给作者送糖果
¥1 ,用微信支付更换
立即支付
×

微信扫码支付

赞赏金额:¥2

免责申明

本程序仅供交流学习使用。
本程序使用者拥有使用本程序搭建网站全部内容的所有权,并独立承担这些内容的法律义务。
开发者不对使用本系统构建网站的任何信息内容以及导致的任何版权纠纷和法律争议承担责任。

nginx rewrite

    rewrite "^/api$"                            /public/api.php last;
    rewrite "^/top/(\w+)/$"                     /category.php?dir=top&page=2&sdir= id="body" name="body" type="text/plain" class="editor-body" last;
    rewrite "^/chapter/(\d+).html$"             /book.php?do=chapter&id= id="body" name="body" type="text/plain" class="editor-body" last;
    rewrite "^/(\d+).html$"                     /book.php?id= id="body" name="body" type="text/plain" class="editor-body" last;
    rewrite "^/(\w+)(/|/index\.html)$"          /category.php?dir= id="body" name="body" type="text/plain" class="editor-body" last;
    rewrite "^/(\w+)/index_(\d+).html$"         /category.php?dir= id="body" name="body" type="text/plain" class="editor-body"&page= last;
    rewrite "^/(\d+)/(\d+).html$"               /book.php?do=content&book_id= id="body" name="body" type="text/plain" class="editor-body"&id= last;
    rewrite "^/(\w+)_(\d+).html$"               /tag.php?tkey= id="body" name="body" type="text/plain" class="editor-body"&page= last;
    rewrite "^/(\w+).html$"                     /tag.php?tkey= id="body" name="body" type="text/plain" class="editor-body" last;

可在网站后台直接安装

系统 > 应用管理 > 应用市场

暂无评论...
验证码 换一张
取 消
2019/03/08 00:10:56 更新

作者: icmsdev 版本: c052ebd2caeccdfff95cb3b15db0a4e1668672b0

信息

更新

变更列表
 app/book/admincp/content.manage.php | 26 +++++++++++++-
 app/book/book.app.php               | 71 ++++++++++++++++++++++---------------
 app/book/book.func.php              | 12 ++++---
 app/book/book_category.admincp.php  |  8 ++---
 app/book/book_chapter.admincp.php   | 22 ++++++------
 5 files changed, 91 insertions(+), 48 deletions(-)


2019/01/14 15:35:16 更新

作者: icmsdev 版本: 26d335f9e5c6353b1c28143f1537c9d3038a1a31

信息

移除采集

变更列表
 app/book/admincp/spider.crawl.php                 |   48 -
 app/book/admincp/spider.list.php                  |  192 ----
 app/book/admincp/spider.manage.php                |   65 --
 app/book/admincp/spider.start.php                 |  311 ------
 app/book/book_category.admincp.php                |   14 -
 app/book/book_spider.admincp.php                  |  177 ----
 app/book/iCMS.APP.DATA.php                        |    2 +-
 app/book/iCMS.APP.INSTALL.php                     |   33 -
 app/book/patch/article/admincp/article.add.php    |  617 ------------
 app/book/patch/article/admincp/article.manage.php |  464 ---------
 app/book/patch/article/article.admincp.php        | 1114 ---------------------
 app/book/patch/article/article.class.php          |  109 --
 app/book/patch/article/article.func.php           |  458 ---------
 13 files changed, 1 insertion(+), 3603 deletions(-)


2019/01/09 11:11:33 更新

作者: icmsdev 版本: 809f2eefba3da9e932f2713336f84d538b1d75b9

信息

更新安装程序

变更列表
 app/book/iCMS.APP.DATA.php  | 2 +-
 app/book/iCMS.APP.TABLE.php | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


2019/01/07 12:37:43 更新

作者: icmsdev 版本: 733a7b0071ad1b77327721e9a7ae72805806f033

信息

修复BUG

变更列表
 app/book/book_chapter.admincp.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


2019/01/06 17:36:04 更新

作者: icmsdev 版本: f26a1b439684d40d805b39d42b048c62e13f2470

信息

update

变更列表
 app/book/admincp/spider.list.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)