diff --git a/app/AutoReseed.php b/app/AutoReseed.php index 8a70cfd..1dce8f0 100644 --- a/app/AutoReseed.php +++ b/app/AutoReseed.php @@ -695,8 +695,8 @@ class AutoReseed $url = str_replace('{passkey}', $configALL[$site]['passkey'], $_url); break; case 'dicmusic': - $_url = str_replace('{authkey}', $configALL[$site]['passkey'], $_url); - $url = str_replace('{torrent_pass}', $configALL[$site]['torrent_pass'], $_url); + $_url = str_replace('{torrent_pass}', $configALL[$site]['passkey'], $_url); + $url = str_replace('{authkey}', $configALL[$site]['authkey'], $_url); break; default: $url = $_url."&passkey=". $configALL[$site]['passkey']; diff --git a/config/config.sample.php b/config/config.sample.php index b961d3c..0d3569a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -461,8 +461,8 @@ return array( // 如果需要用下载免费种脚本,须配置(只是自动辅种,可以不配置此项) 'cookie' => '', // 如果需要自动辅种,必须配置 - 'passkey' => '', // authkey - 'torrent_pass' => '', // torrent_pass + 'passkey' => '', // torrent_pass + 'authkey' => '', // authkey ), // 配置文件结束 diff --git a/wiki/公告栏.md b/wiki/公告栏.md new file mode 100644 index 0000000..f2a6d6c --- /dev/null +++ b/wiki/公告栏.md @@ -0,0 +1,14 @@ +# 公告栏 + +### 2020年2月21日07:42:14 + +【新增站点】dicmusic海豚音乐,版本升级v1.5.0; +【支持辅种】学校、杜比、家园、天空、朋友、馒头、萌猫、我堡、猫站、铂金家、烧包、北洋、TCCF、南洋、TTG、映客、城市、52pt、brobits、备胎、SSD、CHD、ptmsg、leaguehd、聆音、瓷器、hdarea、eastgame(TLF)、1ptba、hdtime、hd4fans、opencd、hdbug、hdstreet、joyhd、u2、upxin(HDU)、oshen、discfan(GZT)、北邮、CCFBits、dicmusic。 +【重要提醒】Api/Reseed接口是合并所有客户端发起的请求,当做种超过10000时,存在失败可能,预备10天后停止。v1.3.0以上版本不受此影响。 +【升级方法】15号之后的版本,直接覆盖。 + + + +### 2020年1月9日12:06:03 + +使用IYUUAutoReseed自动化辅种工具本身是非常安全的,辅种过程不会跟PT站点服务器产生任何关系,只是会把下载种子链接推送给下载器。也就是说任何站点、任何技术都无法检测你是否使用了IYUU。建议不要自己手动跳校验,任何因为跳校验ban号,别怪我没提醒,也请出事不要怪到IYUU或者Reseed的头上。 \ No newline at end of file