├── .gitignore ├── img ├── favicon-dmhy.png └── favicon-popgo.png ├── robots.txt ├── dht ├── README.md └── inc │ ├── Node.class.php │ └── Base.class.php ├── lib ├── phpQuery │ └── phpQuery │ │ ├── plugins │ │ ├── Scripts │ │ │ ├── __config.example.php │ │ │ ├── print_source.php │ │ │ ├── print_websafe.php │ │ │ ├── example.php │ │ │ ├── fix_webroot.php │ │ │ └── google_login.php │ │ ├── example.php │ │ └── Scripts.php │ │ ├── bootstrap.example.php │ │ ├── Zend │ │ ├── Exception.php │ │ ├── Json │ │ │ └── Exception.php │ │ ├── Http │ │ │ ├── Exception.php │ │ │ └── Client │ │ │ │ ├── Exception.php │ │ │ │ └── Adapter │ │ │ │ ├── Exception.php │ │ │ │ └── Interface.php │ │ ├── Uri │ │ │ └── Exception.php │ │ ├── Validate │ │ │ ├── Exception.php │ │ │ ├── Hostname │ │ │ │ ├── Se.php │ │ │ │ ├── Fi.php │ │ │ │ ├── Hu.php │ │ │ │ ├── At.php │ │ │ │ ├── Ch.php │ │ │ │ ├── Li.php │ │ │ │ ├── No.php │ │ │ │ ├── Interface.php │ │ │ │ └── De.php │ │ │ ├── Ip.php │ │ │ ├── NotEmpty.php │ │ │ ├── Hex.php │ │ │ ├── Int.php │ │ │ ├── Float.php │ │ │ ├── Interface.php │ │ │ ├── File │ │ │ │ ├── NotExists.php │ │ │ │ ├── FilesSize.php │ │ │ │ ├── Exists.php │ │ │ │ └── MimeType.php │ │ │ ├── LessThan.php │ │ │ ├── GreaterThan.php │ │ │ ├── Digits.php │ │ │ ├── Barcode │ │ │ │ ├── UpcA.php │ │ │ │ └── Ean13.php │ │ │ ├── Barcode.php │ │ │ ├── Identical.php │ │ │ ├── Ccnum.php │ │ │ ├── Regex.php │ │ │ ├── Alpha.php │ │ │ ├── Alnum.php │ │ │ ├── InArray.php │ │ │ ├── StringLength.php │ │ │ └── Between.php │ │ └── Uri.php │ │ ├── compat │ │ └── mbstring.php │ │ ├── DOMEvent.php │ │ ├── Callback.php │ │ └── phpQueryEvents.php ├── base32.php └── lightbenc.php ├── nav.tpl.php ├── misc └── build_popgo_btih.php ├── README.md ├── header.php ├── js ├── index.js └── desc.js ├── indexer_popgo.php ├── search.tpl.php ├── about.php ├── ajax └── info.php ├── footer.tpl.php ├── css └── index.css ├── indexer.php ├── seed.php ├── rss.php ├── popgo_helper.php ├── webkit_crawl.js ├── popgo_history_indexer.php ├── popular-keyword.php ├── popular-resource.php ├── indexer_dmhy.php ├── config.sample.php ├── desc.php ├── db_definition.sql └── indexer_base.php /.gitignore: -------------------------------------------------------------------------------- 1 | config.php 2 | archive 3 | torrent 4 | -------------------------------------------------------------------------------- /img/favicon-dmhy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greensea/rssindexer/HEAD/img/favicon-dmhy.png -------------------------------------------------------------------------------- /img/favicon-popgo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/greensea/rssindexer/HEAD/img/favicon-popgo.png -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /seed.php* 3 | Disallow: /seed-* 4 | Disallow: /ajax/ 5 | -------------------------------------------------------------------------------- /dht/README.md: -------------------------------------------------------------------------------- 1 | # DHT 2 | 一个使用PHP编写的DHT爬虫 3 | 4 | 可自动加入DHT网络并获取到info_hash信息,获取速率当前大概半分钟到一分钟一个hash 5 | 6 | 使用方法: 7 | 8 | 1. 安装PHP,请安装新版本 9 | 2. 安装swoole扩展 10 | 3. 运行命令启动 11 | 12 | ``` 13 | php dht.php 14 | ``` 15 | 16 | 作者主页:[http://www.lovekk.org/](http://www.lovekk.org/) 17 | -------------------------------------------------------------------------------- /lib/phpQuery/phpQuery/plugins/Scripts/__config.example.php: -------------------------------------------------------------------------------- 1 | array('login@mail', 'password'), 9 | ); 10 | ?> -------------------------------------------------------------------------------- /lib/phpQuery/phpQuery/plugins/Scripts/print_source.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | /** @var phpQueryObject */ 8 | $self = $self; 9 | $return = htmlspecialchars($self); -------------------------------------------------------------------------------- /lib/phpQuery/phpQuery/plugins/Scripts/print_websafe.php: -------------------------------------------------------------------------------- 1 | 6 | */ 7 | /** @var phpQueryObject */ 8 | $self = $self; 9 | $self 10 | ->find('script') 11 | ->add('meta[http-equiv=refresh]') 12 | ->add('meta[http-equiv=Refresh]') 13 | ->remove(); -------------------------------------------------------------------------------- /lib/phpQuery/phpQuery/bootstrap.example.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nav.tpl.php: -------------------------------------------------------------------------------- 1 |
极影发布站的恢复遥遥无期,漫游 RSS 没有搜索功能。为了保证丰衣足食,还是自己搭一个支持搜索的 RSS 站比较靠谱,于是本站就出现了。
26 |本站于 2015 年 4 月 9 日开始运行,仅索引了发布时间晚于该日期的资源,早于该日期发布的资源索引不完整。
27 | 28 |所有资源来自于漫游发布页,资源定期从漫游发布页同步到此(会有一些延迟)。
31 | 32 |源码托管在 github.com 上,为了发动人民群众的力量,建立具有鲁棒性的 ACG 分享网络,源码使用 WTFPL 授权,欢迎在 github 上插我(fork me on github),你插越多我越高兴。
35 | 36 |如有疑问或建议可在 Masochist-board 上发贴,也可借助 github 直接与我联系。
39 |