xbtit annouce外部没有pid

时间:2012-08-07 16:56:30

标签: php bittorrent

我安装了脚本“xbtit”,我希望使用外部torrent发布php。

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

如果有人知道解决方案。

1 个答案:

答案 0 :(得分:1)

尝试在announce.php中删除(或评论)此部分:

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

它应该有用