织梦dedecms软件频道判断是本站下载链接后再列出镜像

  织梦dedecms软件频道判断是本站下载链接后再列出镜像 。

  今天把下载频道开启了镜像站点,开启了“ 根据本地地址和服务器列表自动生成 ”,这样较省事,不用每个都填。但是会遇到一个问题,当链接非本地时,也会去根据下载地址链接替换掉域名部分生成镜像下载点,这样就会出错,因为镜像站点其目录下根本没这个文件。所以想办法去加个判断,只有是自己域名的了解才生成镜像下载点。

  详细的修改方法:

  找到文件include/taglib/channel/softlinks.lib.php,按如下来添加一个判断代码,只添加加粗部分即可,域名xker.com请替换为自己网站域名即可。

  if (strstr($firstLink, ‘xker.com’)) //xiaoxin-20120818-判断是xker.com域名下才出现镜像

  { //xiaoxin-20120818-判断是xker.com域名下才出现镜像

  $firstLink = preg_replace(“#http://([^/]*)/#i”, ‘/’, $firstLink);

  foreach($sites as $site)

  {

  if(trim($site)==”) continue;

  list($link,$serverName,$serverType) = explode(‘|’, $site);

  if (!empty($link_type) && $link_type != trim($serverType)) continue;

  $link = trim( preg_replace(“#/$#”, “”, $link) ).$firstLink;

  $downloads = getDownloads($link);

  $uhash = substr(md5($link), 0, 24);

  if($row[‘gotojump’]==1)

  {

  $link = $phppath.”/download.php?open=2&id={$refObj->ArcID}&uhash={$uhash}”;

  }

  $temp = str_replace(“~link~”, $link, $tempStr);

  $temp = str_replace(“~server~”, $serverName, $temp);

  $temp = str_replace(“~downloads~”, $downloads, $temp);

  $downlinks .= $temp;

  }

  } //xiaoxin-20120818-判断是xker.com域名下才出现镜像

  感谢legume的帮助。

☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 织梦dedecms软件频道判断是本站下载链接后再列出镜像

Pbootcms模板网 提供优质的模板集合

立即查看 了解详情