dedecms 軟件下載模塊中添加下載方式為迅雷下載聯
導讀:dedecmsdedecmsdedecms 軟件下載模塊中添加下載方式為迅雷下載聯盟代碼,用dedecms做下載的朋友可以參考下。模板織夢dede手機模板。
修改 /plus/download.php 文件 查找 <?php 在它上面加入 <script src="http://pstatic.xunlei.com/js/webTdede5.7模板hunderDetect.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 = ("http:///url".$link); $thunderUrl = ThunderEncode($Url); echo "<script>OnDownloadClick('".$thunderUrl."','',location.href,'手機模板dede你的聯盟id',2,'')</script>"; exit(); } 把迅雷聯盟的 encode.inc 文件 放到 plus 目錄 登陸dedecms后臺 系統設置 - 軟件頻道設置 把 附件下載方式 修改為 鏈接到跳轉頁面相關模板織夢dede手機模板。
聲明: 本文由我的SEOUC技術文章主頁發布于:2023-07-21 ,文章dedecms 軟件下載模塊中添加下載方式為迅雷下載聯主要講述迅雷,軟件下載,dedecms網站建設源碼以及服務器配置搭建相關技術文章。轉載請保留鏈接: http://m.bifwcx.com/article/web_33351.html