Code Monkey home page Code Monkey logo

hanman_crack's Introduction

方便阅读一个韩国漫画平台logo

通过不断创建新用户(新用户有余额可以购买一章)来购买章节,对已购买章节,系统会将json数据文件存入manhua目录,下次直接点用json数据,不再购买。

index.php : 主界面,截图如下

使用了bootstrap,ajax,jquery indeximg

indexsearch.php : 主页的搜索,通过index.php中的ajax返回数据给主页

curl $url="http://xxmh60.com/home/search/books?word=".$kw,但是关键词需要编码:$kw = urlencode($keyword);

php_fun.php : php公用函数

现在只有 检查并创建目录

query.php : 请求网页

curl $url="http://xxmh60.com/home/query/directory/?bookId=".$kw;,但关键字是数字,无需编码。 保存得到的目录json到manhua目录

readmh.php : 读取并显示漫画目录

因为考虑更新原因,每次都直接用网上获取json数据,在存储到manhua目录

readsingle.php : 漫画单页显示

先是查看是否已经保存来json数据,如有直接读取调用;如无,通过注册,获取cookie,购买,获取单页,显示

更新状态:

2020-03-16 14:02 - 添加了阅读界面下拉到底再持续加载图片,增加网络不好时候的阅读体验。 2020-03-23 16:20 - 添加了签到,这样新账户就有50+30=80金币,可以购买59金币的漫画了

hanman_crack's People

Contributors

forphuw avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.