dede 下载统计 for 链接到真实软件地址,织梦技术
导读:织梦技术织梦技术将软件下载链接弄成显示真实地址时的下载统计第一步打开 Quote:\include\taglib\channel\softlinks.lib.php找到 fundede模板下载织梦模板免费下裁。
将软件下载链接弄成显示真实地址时的下载统计
第一步
打开
Quote:
\include\taglib\channel\softlinks.lib.php
找到
function getDownloads($url)
在它之前加入
function ch_softlinks_allb($fvalue,&$ctag,&$refObj,&$row) { global $dsql;
//引入权限判断 require_once(DEDEINC."/memberlogin.class.php"); $cfg_ml = new MemberLogin(-1); $query = "select daccess from ".$refObj->ChannelInfos['addtable']." where aid=dede商城模板8217;".$refObj->ArcID."’"; $daccess = $dsql->GetOne($query); if($cfg_ml->M_Rank < $daccess['daccess']) { return ‘你的权限不足或者未登录, 不能下载! 请登陆或者升级等级‘; }
$phppath = $GLOBALS['cfg_phpurl']; $downlinks = ”; $dtp = new DedeTagParse(); $dtp->LoadSource($fvalue); if(!is_array($dtp->CTags)) { $dtp->Clear(); dede5.7模板 return "无链接信息!"; } $tempStr = GetSysTemplets(‘channel_downlinksb.htm’); foreach($dtp->CTags as $ctag) { if($ctag->GetName()==’link’) { $links = trim($ctag->GetInnerText()); $serverName = trim($ctag->GetAtt(‘text’)); $islocal = trim($ctag->GetAtt(‘islocal’)); if(!isset($firstLink) && $islocal==1) { $firstLink = $links; } if($islocal==1 && $row['islocal']!=1) { continue; } else { //支持http,迅雷下载,ftp,flashget if(!eregi(‘^http://|^thunder://|^ftp://|^flashget://’,$links)) { $links = $GLOBALS['cfg_mainsite'].$links; } $downloads = getDownloads($links); if($row['gotojump']==1) { $links = $phppath."/download.php?open=1&id=".$refObj->ArcID."&link=".urlencode(base64_encode($links)); } $temp = str_replace("~link~",$links,$tempStr); $downlinks .= $temp; } } } $dtp->Clear();
声明: 本文由我的SEOUC技术文章主页发布于:2023-07-22 ,文章dede 下载统计 for 链接到真实软件地址,织梦技术主要讲述真实,标签,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_33616.html