濮阳杆衣贸易有限公司

主頁 > 網(wǎng)站建設(shè) > 建站知識 > dedecms 下載地址加迅雷專用鏈的操作方法 比較全

dedecms 下載地址加迅雷專用鏈的操作方法 比較全

POST TIME:2017-11-13 01:00

特別注意!?。。。。。。。。。。?!
一. 用管理員賬號登陸dedecms5.5后臺管理系統(tǒng)
二. 點擊 “系統(tǒng)” –》 “軟件頻道設(shè)置”
三. 在軟件頻道設(shè)置面里面找到“附件下載方式”,千萬要注意以下三點:
1) 如果你的網(wǎng)站管理系統(tǒng)里面是選的“鏈接到真實軟件地址”這個選項,你就按照附件里面提供的“鏈接到真實軟件地址加專用鏈”文件夾下的說明文檔操作吧。
2) 如果你的網(wǎng)站管理系統(tǒng)里面選的是“鏈接到跳轉(zhuǎn)頁面”這個選項,你就按照附件里面提供的“鏈接到跳轉(zhuǎn)頁面加專用鏈”文件夾下的說明文檔操作吧。
3) 因為“鏈接到真實軟件地址加專用鏈”和“鏈接到跳轉(zhuǎn)頁面加專用鏈”這兩個文件夾下提供的操作說明文檔是不一樣的,你要根據(jù)你網(wǎng)站管理系統(tǒng)的設(shè)置,選擇對應(yīng)的修改說明文檔,千萬不要選錯了!
四.把文章模塊的下載鏈接轉(zhuǎn)換成專用鏈的修改方法請按照“修改文章模塊的改法”這個里面提供的改法修改。
部分化修改方法:

1.部分迅雷化:是保留你的本地資源下載鏈接,在你的本地資源下載鏈接的旁邊單獨添加一個迅雷專用鏈接。
2.部分迅雷化,需要修改templets\system\channel_downlinks.htm和\plus\download.php這2個文件,打開這個templets\system\channel_downlinks.htm文件,找到以下代碼:
<li><a href="~link~" target="_blank">~server~</a></li>
在這句代碼的前面加上以下代碼:
<li><a target=_blank href='~link~&flag=1'><font color=red>迅雷專用高速下載</font></a></li>

3.templets\system\channel_downlinks.htm這個文件修改完畢,詳情請查看附件里面的channel_downlinks.htm這個文件。

4.打開\plus\download.php這個文件:
A) 找到以下代碼:
require_once(DEDEINC."/channelunit.class.php");
在這句代碼的下面加上以下代碼:

$flag=(int)$_GET['flag'];

B) 找到以下代碼:
header("location:$link");
把這句代碼替換成以下代碼:

if ($flag == 1)
{
$thunderPrefix="AA";
$thunderPosix="ZZ";
$thunderTitle="thunder://";
$name = $link;
$pan = "://";
$con = explode($pan,$name);
if (count($con)>1)
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix.$link.$thunderPosix);
}
else
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix."http://localhost:6070/dedecms55/".$link.$thunderPosix);
}
echo "<script src='http://pstatic.xunlei.com/js/webThunderDetect.js'></script><script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>";
echo "<script>window.opener=null;window.close();</script>";
}
else
{
header("location:$link");
}

C) 找到以下代碼:
header("location:{$softUrl}");
把這句代碼替換成以下代碼:

if ($flag == 1)
{
$thunderPrefix="AA";
$thunderPosix="ZZ";
$thunderTitle="thunder://";
$name = $softUrl;
$pan = "://";
$con = explode($pan,$name);
if (count($con)>1)
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix.$softUrl.$thunderPosix);
}
else
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix."http://localhost:6070/dedecms55/".$softUrl.$thunderPosix);
}
echo "<script src='http://pstatic.xunlei.com/js/webThunderDetect.js'></script><script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>";
echo "<script>window.opener=null;window.close();</script>";
}
else
{
header("location:{$softUrl}");
}
注意:
1)把以上所有代碼里面的“http://localhost:6070/dedecms55/”這個全部修改成你自己的域名。
2)把 <script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>這句里面的92922修改成你自己的聯(lián)盟號
5.download.php這個文件修改完畢,詳情請查看附件里面的download.php文件。

6.覆蓋說明:
1)用修改好的download.php這個文件覆蓋你網(wǎng)站管理系統(tǒng)里面的\plus\download.php這個文件。
2)用修改好的channel_downlinks.htm這個文件覆蓋系統(tǒng)里面的templets\system\channel_downlinks.htm這個文件。
3)覆蓋后全部重新生成一下就可以了。

全部迅雷化的改法
1.全部迅雷化:是把你網(wǎng)站上的所有資源下載鏈接都轉(zhuǎn)換成迅雷專用鏈接。
2.全部迅雷化只需要修改\plus\download.php這個文件就可以了。

3.打開\plus\download.php這個文件:
A) 找到以下代碼:
header("location:$link");
把這句代碼替換成以下代碼:
$thunderPrefix="AA";
$thunderPosix="ZZ";
$thunderTitle="thunder://";
$name = $link;
$pan = "://";
$con = explode($pan,$name);
if (count($con)>1)
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix.$link.$thunderPosix);
}
else
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix."http://localhost:6070/dedecms55/".$link.$thunderPosix);
}
echo "<script src='http://pstatic.xunlei.com/js/webThunderDetect.js'></script><script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>";
echo "<script>window.opener=null;window.close();</script>";

B) 找到以下代碼:
header("location:{$softUrl}");
把這句代碼替換成以下代碼:

$thunderPrefix="AA";
$thunderPosix="ZZ";
$thunderTitle="thunder://";
$name = $softUrl;
$pan = "://";
$con = explode($pan,$name);
if (count($con)>1)
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix.$softUrl.$thunderPosix);
}
else
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix."http://localhost:6070/dedecms55/".$softUrl.$thunderPosix);
}
echo "<script src='http://pstatic.xunlei.com/js/webThunderDetect.js'></script><script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>";
echo "<script>window.opener=null;window.close();</script>";

注意:
1)把以上所有代碼里面的“http://localhost:6070/dedecms55/”這個全部修改成你自己的域名。
2)把 <script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>這句里面的92922修改成你自己的聯(lián)盟號
4.download.php這個文件修改完畢,詳情請查看附件里面的download.php文件。

5.覆蓋說明:
1)用修改好的download.php這個文件覆蓋你網(wǎng)站管理系統(tǒng)里面的\plus\download.php這個文件。
2)覆蓋后全部重新生成一下就可以了。

以上附件打包下載


上一篇:dedecms 軟件下載頻道防盜鏈php代碼

下一篇:dedeCMS 站內(nèi)搜索代碼的改進(jìn)方法

收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266
建瓯市| 铜陵市| 关岭| 汤原县| 廊坊市| 南皮县| 司法| 紫阳县| 岳阳县| 济南市| 饶阳县| 香港 | 黎城县| 洛阳市| 星座| 阜南县| 平塘县| 永平县| 定州市| 株洲县| 栾城县| 平乡县| 武宁县| 莱芜市| 理塘县| 牟定县| 青海省| 德令哈市| 土默特右旗| 珲春市| 汤原县| 抚松县| 常熟市| 井陉县| 山阳县| 济阳县| 汽车| 桦南县| 平武县| 历史| 法库县|