我的知识记录

请问织梦软件频道如何判断是本站下载链接后再列出镜像?

if (strstr($firstLink, 'xxx.net')) //xiaoxin-20120818-判断是xxx.net域名下才出现镜像  { //xiaoxin-20120818-判断是xxx.net域名下才出现镜像  $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-判断是xxx.net域名下才出现镜像

 

标签:织梦最新版本-织梦cmsv6-织梦cms5.8-织梦系统网站-织梦程序-

更新时间:2025-04-10 22:46:15

上一篇:请问zblog该数据库里已存在相关的表和数据,请更改表前缀或是更换清空数据库再安装

下一篇:请问易优CMS模板标签asklist问答列表