浏览代码

Update softlinks.lib.php

tags/6.5.6
tianya 3 天前
父节点
当前提交
311880fb95
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      src/system/taglib/channel/softlinks.lib.php

+ 4
- 4
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) function ch_softlinks_all($fvalue, &$ctag, &$refObj, &$row)
{ {
global $cfg_phpurl;
global $cfg_phpurl,$cfg_multi_site,$cfg_mainsite;
$phppath = $cfg_phpurl; $phppath = $cfg_phpurl;
$islinktype = false; $islinktype = false;
if (!empty($link_type)) $islinktype = true; 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 (!isset($firstLink) && $islocal == 1) $firstLink = $link;
if ($islocal == 1 && $row['islocal'] != 1) continue; if ($islocal == 1 && $row['islocal'] != 1) continue;
//支持http,迅雷下载,ftp,flashget //支持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); $downloads = getDownloads($link);
$uhash = substr(md5($link), 0, 24); $uhash = substr(md5($link), 0, 24);
if ($row['gotojump'] == 1) { if ($row['gotojump'] == 1) {


正在加载...
取消
保存