DEDE軟件下載模塊中添加下載方式為迅雷下載聯盟代碼
修改 /plus/download.php教程 文件
查找
<?php
在它上面加入 Dede教程-598080707.NET
<script src="http://ps教程tatic.xunlei.com/js/webThunderDetect.js"></script>
在它下面加入
require("encode.inc");
查找
else if($open==1){
$link = base64_decode($link);
echo "<script language='網頁特效'>location="$link";</script>";
exit();
替換為
else if($open==1){
$link = base64_decode($link);
$Url = ("http://asqq8.net/url".$link);
$thunderUrl = ThunderEncode($Url);
echo "<script>OnDownloadClick('".$thunderUrl."','',location.href,'你的聯盟id',2,'')</script>";
exit();
}
把迅雷聯盟的 encode.inc 文件 放到 plus 目錄