帝國下載系統(tǒng)2.5添加迅雷快車專用鏈的方法
發(fā)布時(shí)間:2011-03-20 23:47:19 作者:佚名
我要評(píng)論

這種修改方法比較簡單,使用的是系統(tǒng)默認(rèn)的小窗口顯示下載地址,我添加了快車訊雷還有悟空網(wǎng)盟的手機(jī)下載方式。
1.進(jìn)入DownSoft目錄,打開index.php,找到倒數(shù)第八行:
$url="../phome/?phome=DownSoft&softid=$softid&pathid=$pathid&pass=".$pass."&p=".$user[userid].":::".$user[rnd];
把它改為:
$url="http://www.dbjr.com.cn/phome/?phome=DownSoft&softid=$softid&pathid=$pathid&pass=".$pass."&p=".$user[userid].":::".$user[rnd];
就是把地址補(bǔ)全,使用完整地址。其中,http://www.qizhai.com要替換成你網(wǎng)站的地址。
2.下載迅雷和快車的地址加密文件:
迅雷:http://union.xunlei.com/download/php.rar
快車:http://union.flashget.com/files/flashget_base64_php.rar
下回來解壓,把里面的“encode.inc”和“Flashget_base64.php”兩個(gè)文件上傳到DownSoft目錄下。
3.進(jìn)入帝國下載系統(tǒng)后臺(tái):模版管理--> 公共模板-->修改最終下載頁模板。
把內(nèi)容替換為(聯(lián)盟ID要修改成自己的):
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>[!--pagetitle--]</title>
<meta name="keywords" content="[!--pagekey--]">
<meta name="description" content="[!--pagedes--]">
<link href="../data/images/qcss.css" rel="stylesheet" type="text/css">
</head>
<body>
<SCRIPT src="http://pstatic.xunlei.com/js/webThunderDetect.js"></SCRIPT>
<script src="http://ufile.kuaiche.com/Flashget_union.php?fg_uid=22710"></script>
<?php require("encode.inc"); ?>
<?php require("Flashget_base64.php"); ?>
<table align="center" width="100%">
<tr>
<td height="35" align=center>
下載此軟件需要花費(fèi)<font color="#FF0000"> <b>[!--downfen--]</b> </font>個(gè)金幣
</td>
</tr>
<tr>
<tr>
<td align=center><a target="_blank" title="[!--thisdownname--]">↓下載到手機(jī)</a></td></tr>
<td height="45" align=center>
<?php
$thunderUrl = ThunderEncode("$url");
?><A oncontextmenu=ThunderNetwork_SetHref(this) href="#" thunderResTitle="[!--softname--]" thunderType="" thunderPid="40387" thunderHref="<?php echo $thunderUrl;?>">↓迅雷高速下載</A>
</td>
</tr>
<tr>
<td height="45" align=center>
<?php
$flashgetUrl = FlashgetEncode($url,22710);
?>
<a href="#" fg="<?= $flashgetUrl?>">↓快車高速下載</a>
</td>
</tr> <td height="45" align=center>
<!-- PHP迅雷離線下載代碼一-->
<script src="http://pstatic.xunlei.com/js/offlineThunderDetect.js"></script>
<?php
$offlineUrl = "http://www.qizhai.com[!--thistruedownpath--]";
?>
<a href="http://lixian.vip.xunlei.com/lixian_login.html?referfrom=union&ucid=40387&furl=<?php echo $offlineUrl;?>" target=_blank>↓迅雷離線高速下載(無需掛機(jī))</a> </td>
</tr>
<tr>
<td height="40" align=center><a href="<?=$url?>">↓本地下載</a></td>
</tr>
</table>
</body>
</html>
$url="../phome/?phome=DownSoft&softid=$softid&pathid=$pathid&pass=".$pass."&p=".$user[userid].":::".$user[rnd];
把它改為:
$url="http://www.dbjr.com.cn/phome/?phome=DownSoft&softid=$softid&pathid=$pathid&pass=".$pass."&p=".$user[userid].":::".$user[rnd];
就是把地址補(bǔ)全,使用完整地址。其中,http://www.qizhai.com要替換成你網(wǎng)站的地址。
2.下載迅雷和快車的地址加密文件:
迅雷:http://union.xunlei.com/download/php.rar
快車:http://union.flashget.com/files/flashget_base64_php.rar
下回來解壓,把里面的“encode.inc”和“Flashget_base64.php”兩個(gè)文件上傳到DownSoft目錄下。
3.進(jìn)入帝國下載系統(tǒng)后臺(tái):模版管理--> 公共模板-->修改最終下載頁模板。
把內(nèi)容替換為(聯(lián)盟ID要修改成自己的):
復(fù)制代碼
代碼如下:<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>[!--pagetitle--]</title>
<meta name="keywords" content="[!--pagekey--]">
<meta name="description" content="[!--pagedes--]">
<link href="../data/images/qcss.css" rel="stylesheet" type="text/css">
</head>
<body>
<SCRIPT src="http://pstatic.xunlei.com/js/webThunderDetect.js"></SCRIPT>
<script src="http://ufile.kuaiche.com/Flashget_union.php?fg_uid=22710"></script>
<?php require("encode.inc"); ?>
<?php require("Flashget_base64.php"); ?>
<table align="center" width="100%">
<tr>
<td height="35" align=center>
下載此軟件需要花費(fèi)<font color="#FF0000"> <b>[!--downfen--]</b> </font>個(gè)金幣
</td>
</tr>
<tr>
<tr>
<td align=center><a target="_blank" title="[!--thisdownname--]">↓下載到手機(jī)</a></td></tr>
<td height="45" align=center>
<?php
$thunderUrl = ThunderEncode("$url");
?><A oncontextmenu=ThunderNetwork_SetHref(this) href="#" thunderResTitle="[!--softname--]" thunderType="" thunderPid="40387" thunderHref="<?php echo $thunderUrl;?>">↓迅雷高速下載</A>
</td>
</tr>
<tr>
<td height="45" align=center>
<?php
$flashgetUrl = FlashgetEncode($url,22710);
?>
<a href="#" fg="<?= $flashgetUrl?>">↓快車高速下載</a>
</td>
</tr> <td height="45" align=center>
<!-- PHP迅雷離線下載代碼一-->
<script src="http://pstatic.xunlei.com/js/offlineThunderDetect.js"></script>
<?php
$offlineUrl = "http://www.qizhai.com[!--thistruedownpath--]";
?>
<a href="http://lixian.vip.xunlei.com/lixian_login.html?referfrom=union&ucid=40387&furl=<?php echo $offlineUrl;?>" target=_blank>↓迅雷離線高速下載(無需掛機(jī))</a> </td>
</tr>
<tr>
<td height="40" align=center><a href="<?=$url?>">↓本地下載</a></td>
</tr>
</table>
</body>
</html>
相關(guān)文章
帝國CMS根據(jù)內(nèi)容正文字段[newstext]批量獲取描述簡介字段[smalltext]的
這篇文章主要介紹了帝國CMS根據(jù)內(nèi)容正文字段[newstext]批量重新生成簡介字段[smalltext]的方法,需要的朋友可以參考下2023-06-26帝國CMS 7.2和7.5適用的火車頭采集免登陸發(fā)布模塊配置方法詳解(親測可
帝國cms7.2版本開始增加了金剛模式,登錄發(fā)布有難度。親測可用的帝國CMS 7.2/7.5適用免登陸新聞發(fā)布模塊插件配合火車采集器,可以解決這類問題??胺Q完美2022-04-21帝國cms高危SQL注入漏洞(盲注)系統(tǒng)自帶RepPIntvar過濾函數(shù)使用方法
帝國cms開發(fā)的時(shí)候要注意一些危險(xiǎn)的注入漏洞,防止被黑,RepPIntvar為系統(tǒng)自帶函數(shù)可以起到過濾字符的作用,下面就為大家介紹一下使用方法2021-07-26帝國cms后臺(tái)啟用SESSION驗(yàn)證增加安全性
帝國cms后臺(tái)啟用SESSION驗(yàn)證所有的登錄信息都是保存在服務(wù)器端的,尤其是公共場所登錄用默認(rèn)的cookies是不安全的2021-07-26帝國CMS7.2版升級(jí)到7.5版的詳細(xì)步驟方法(已測)
最近需要將老版本的帝國cms將7.2升級(jí)到7.5版本,參考這篇文章完美升級(jí),特分享一下給需要的朋友2020-08-02帝國cms常用標(biāo)簽調(diào)用方法(靈動(dòng)標(biāo)簽和萬能標(biāo)簽的調(diào)用方法)
整理了一些常用的帝國CMS調(diào)用,靈動(dòng)標(biāo)簽和萬能標(biāo)簽的調(diào)用方法舉例,包括幻燈片、標(biāo)題、一級(jí)欄目、二級(jí)欄目、帶模版的友情鏈接(下拉菜單)、判斷內(nèi)容頁字段為空時(shí)是如何調(diào)用2020-02-04帝國cms網(wǎng)站地圖sitemap.xml的制作方法
這篇文章主要介紹了帝國cms網(wǎng)站地圖sitemap.xml的制作方法,需要的朋友可以參考下2020-02-04帝國CMS數(shù)據(jù)更新中心設(shè)置教程(更新網(wǎng)站細(xì)節(jié))
在使用帝國cms的時(shí)候有時(shí)候需要把前臺(tái)數(shù)據(jù)都更新一下,那么就可以參考下面的文章了,要不漏掉了部分就達(dá)不到更新的目地了2020-02-04帝國CMS后臺(tái)登錄界面及后臺(tái)界面修改方法
今天接到網(wǎng)友詢問怎么修改后臺(tái)登錄界面及后臺(tái)界面,特把方法分享出來需要的朋友可以參考下2020-02-04- 最近仿站團(tuán)隊(duì)接到很多仿站客戶訂單,這里面有一個(gè)這樣的功能,表單提交,今天花時(shí)間寫個(gè)教程給大家,需要的朋友可以參考下2020-02-02