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 鏈接到真實軟件地址,織夢技術主要講述真實,標簽,織夢網站建設源碼以及服務器配置搭建相關技術文章。轉載請保留鏈接: http://www.bifwcx.com/article/web_33616.html