Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/matlab/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Codeigniter 解析外部torrent信息_Codeigniter_Bittorrent_Tracker - Fatal编程技术网

Codeigniter 解析外部torrent信息

Codeigniter 解析外部torrent信息,codeigniter,bittorrent,tracker,Codeigniter,Bittorrent,Tracker,我正在使用CodeIgniter构建一个BitTorrent跟踪器,并使用Torrent RW类解析.Torrent文件(信息散列、读/写跟踪器url等) 我想运行外部torrent,我需要帮助:如何解析外部torrent统计->种子-,leechers编号 请帮帮我,对不起我的英语不好 谢谢 我的建议是查找执行此操作所需的PHP,然后考虑在Codeigniter中实现它 Torrent RW类将读取Torrent,但您需要以某种方式连接到Torrent及其种子和leechers才能获得此信息

我正在使用CodeIgniter构建一个BitTorrent跟踪器,并使用Torrent RW类解析.Torrent文件(信息散列、读/写跟踪器url等)

我想运行外部torrent,我需要帮助:如何解析外部torrent统计->种子-,leechers编号

请帮帮我,对不起我的英语不好


谢谢

我的建议是查找执行此操作所需的PHP,然后考虑在Codeigniter中实现它

Torrent RW类将读取Torrent,但您需要以某种方式连接到Torrent及其种子和leechers才能获得此信息

退房:

节省时间,使用现有的开放式php torrent tracker(或者更好的是,将其转换为CodeIgniter,并将其开源以回馈)

大多数都是根据原来的德哈克