From 311880fb955c44dcb4acaf4c91f38c6d14255667 Mon Sep 17 00:00:00 2001 From: tianya Date: Mon, 31 Mar 2025 22:40:54 +0800 Subject: [PATCH] Update softlinks.lib.php --- src/system/taglib/channel/softlinks.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/system/taglib/channel/softlinks.lib.php b/src/system/taglib/channel/softlinks.lib.php index ef3fd3af..2963143b 100755 --- a/src/system/taglib/channel/softlinks.lib.php +++ b/src/system/taglib/channel/softlinks.lib.php @@ -27,7 +27,7 @@ function ch_softlinks($fvalue, &$ctag, &$refObj, $fname = '', $downloadpage = fa //读取所有链接地址 function ch_softlinks_all($fvalue, &$ctag, &$refObj, &$row) { - global $cfg_phpurl; + global $cfg_phpurl,$cfg_multi_site,$cfg_mainsite; $phppath = $cfg_phpurl; $islinktype = false; if (!empty($link_type)) $islinktype = true; @@ -60,9 +60,9 @@ function ch_softlinks_all($fvalue, &$ctag, &$refObj, &$row) if (!isset($firstLink) && $islocal == 1) $firstLink = $link; if ($islocal == 1 && $row['islocal'] != 1) continue; //支持http,迅雷下载,ftp,flashget - // if (!preg_match("#^http:\/\/|^thunder:\/\/|^ftp:\/\/|^flashget:\/\/#i", $link)) { - // $link = $link; - // } + if (!preg_match("#^http:\/\/|^thunder:\/\/|^ftp:\/\/|^flashget:\/\/#i", $link) && $cfg_multi_site == 'Y') { + $link = $cfg_mainsite.$link; + } $downloads = getDownloads($link); $uhash = substr(md5($link), 0, 24); if ($row['gotojump'] == 1) {