0

我安装了脚本“ xbtit ”,我希望使用带有外部种子的 php 宣布。

当我向外部发送新的 torrent 时,一切运行正常,但是当我在客户端中添加 .torrent 时,我收到一条错误消息,告诉我用 PID 重新加载 torrent,但它是外部 torrent,我停用了拒绝设置跟踪器!

如果有人知道解决方案。

4

1 回答 1

1

尝试删除(或评论)这部分announce.php

if ($pid=="" || !$pid)
   show_error("Please redownload the torrent. PID system is active and pid was not found in the torrent");
}

它应该工作

于 2012-08-08T07:08:56.000 回答