装好nexusphp,什么,竟然不支持ut3.4.X和3.5.X(其实支持了也没啥用,还是老版本好用,但对于强迫症来说,这怎么可以接受)。
3.4.x sql语句如下:
INSERT INTOagent_allowed_family
(family
,start_name
,peer_id_pattern
,peer_id_match_num
,peer_id_matchtype
,peer_id_start
,agent_pattern
,agent_match_num
,agent_matchtype
,agent_start
,exception
,allowhttps
,comment
,hits
) VALUES ('uTorrent 3.4.x', 'uTorrent 3.4.0', '/^-UT34([0-9])([0-9])-/', 3, 'dec', '-UT3400-', '/^uTorrent/34([0-9])/', 3, 'dec', 'uTorrent/3400', 'no', 'yes', '', 0);
3.5.x如法炮制:
INSERT INTOagent_allowed_family
(family
,start_name
,peer_id_pattern
,peer_id_match_num
,peer_id_matchtype
,peer_id_start
,agent_pattern
,agent_match_num
,agent_matchtype
,agent_start
,exception
,allowhttps
,comment
,hits
) VALUES ('uTorrent 3.5.x', 'uTorrent 3.5.0', '/^-UT35([0-9])([0-9])-/', 3, 'dec', '-UT3500-', '/^uTorrent/35([0-9])/', 3, 'dec', 'uTorrent/3500', 'no', 'yes', '', 0);
弱弱的问 开发板怎么写?
3.5.4(build44520)
最新版的 3.5.4(build44520) 表示无效。
新版utorrent 3.5.3以上都不支持了,楼主有新的识别规则?