解析外部 torrent 信息
我正在使用 CodeIgniter 构建 BitTorrent 跟踪器,并使用 Torrent RW 类来解析 .torrent 文件(信息哈希、读/写跟踪器 url 等)。
我想运行外部 torrent,并且需要帮助:如何解析外部 torrent 统计信息 ->播种者数、水蛭数。
请帮助我,抱歉我的英语不好。
谢谢!
I'm build a a BitTorrent tracker with CodeIgniter, and i'm use Torrent RW class for parsing .torrent files (info hash, read/write tracker url, etc.).
I would like to run external torrents, and i need help: how to parse external torrent stats -> seeders-, leechers number.
Please, help me, and sorry for my bad english.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
节省时间并使用现有的开放 php torrent 跟踪器(或者更好的是,将其转换为 CodeIgniter 并开源以做出贡献!)。
大部分都是基于原来的PHPBTTracker 由 DeHackEd 提供。
Save yourself the time and use an existing open php torrent tracker (or better yet, convert it over to CodeIgniter and open source it to contribute back!).
Most are based on the original PHPBTTracker by DeHackEd.
我的建议是查找执行此操作所需的 PHP,然后考虑在 Codeigniter 中实现它。
Torrent RW 类将读取 torrent,但您需要以某种方式连接到 torrent 及其种子和下载器才能获取此信息。
查看:
http://sourceforge.net/projects/tbdevnet/
My recommendation would be to look up the PHP required to do this and then think about implementing it in Codeigniter.
The Torrent RW class will read the torrent but you will need to somehow connect to the torrent and its seeds and leechers in order to get this information.
Check out:
http://sourceforge.net/projects/tbdevnet/