PHP 获取 .torrent 文件的播种者/下载者

发布于 2024-11-28 16:03:39 字数 81 浏览 0 评论 0原文

我需要一个易于使用的 torrent 跟踪器,我可以输入 torrent 文件,并且 PHP 库会将 torrent 文件的播种者和下载者发回给我?

I need an easy to use torrent tracker that I can input the torrent file, and the PHP library will send me back seeders and leechers of the torrent file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伴我老 2024-12-05 16:03:39

您需要使用跟踪器来获取此信息,现在有一些跟踪器是 XBTT 多年来最受欢迎的,现在一个私人网站已经编写了自己的内部跟踪器,称为 ocelot。 XBTT 响应 torrent 客户端的 http 请求并将有关该 torrent 的信息存储在数据库中。如果您有兴趣编写自己的跟踪器,那么首先要检查跟踪器发送和接收的数据包。

所有 torrent 通信均通过 RESTful GET 请求处理,因此数据包检查很容易。

You need to use a tracker to get this information, there are a couple out there now XBTT was the most popular for years, now a private site has written their own in house tracker known as ocelot. XBTT responds to a torrent clients http requests and stores information about that torrent in a database. If you are interested in writing your own tracker the point to start is by inspecting the packets that a tracker sends and receives.

All torrent communication is handled via a RESTful GET request so packet inspection is easy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文