修改 /plus/download.php 文件
查找
<?php
MB5U@COM
在它上面加入
<script src="http://pstatic.xunlei.com/js/webThunderDetect.js"></script>
在它下面加入
require("encode.inc");
查找
	else if($open==1){
	$link = base64_decode($link);
	echo "<script language=’javascript’>location=/"$link/";</script>";
	exit();
替換為
	else if($open==1){
	$link = base64_decode($link);
	$Url = ("你的網站url".$link); 
	$thunderUrl = ThunderEncode($Url);
	echo "<script>OnDownloadClick(‘".$thunderUrl."’,”,location.href,’你的聯盟id’,2,”)</script>";
	exit();
	}
把迅雷聯盟的 encode.inc 文件 放到 plus 目錄
登陸dedecms后臺 系統設置 – 軟件頻道設置 把 附件下載方式 修改為 鏈接到跳轉頁面
新聞熱點
疑難解答