网站首页  汉语字词  英语词汇  考试资料  写作素材  旧版资料

请输入您要查询的考试资料:

 

标题 织梦/dedecms软件频道判断是本站下载链接后再列出镜像的代码
内容
    所以想办法去加个判断,只有是自己域名的了解才生成镜像下载点。
    详细的修改方法:
    找到文件include/taglib/channel/softlinks.lib.php,按如下来添加一个判断代码,只添加加粗部分即可,域名jb51.net请替换为自己网站域名即可。
    代码如下:
    if (strstr($firstLink, 'jb51.net')) //xiaoxin-20120818-判断是jb51.net域名下才出现镜像
    { //xiaoxin-20120818-判断是jb51.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-判断是jb51.net域名下才出现镜像
随便看

 

在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。

 

Copyright © 2002-2024 cuapp.net All Rights Reserved
更新时间:2025/5/15 6:23:23