通常我們建立有下載資源地網站地時候,都會想到給下載加上迅雷和快車地下載專用鏈,這樣既提供了多種下載方式,同時也會有所收益,今天就講解如何給 帝國下載系統(tǒng)添加迅雷快車專用鏈$url=../phome/?phome=downsoft&softid=$softid& pathid=$pathid&pass=.$pass.&p=.$user[userid].:::.$user[rnd];
把它改為:
$url=http://www.xx.net/phome/?phome=downsoft&softid=$softid&pathid=$pathid&pass=.$pass.&p=.$user[userid].:::.$user[rnd];
就是把地址補全,使用完整地址.其中,要替換成你網站地地址.
2.下載迅雷和快車地地址加密文件:
迅雷:
快車:
下回來解壓,把里面地“encode.inc”和“flashget_base64.php”兩個文件上傳到downsoft目錄下.
3.進入帝國下載系統(tǒng)后臺:模版管理--> 公共模板-->修改最終下載頁模板.
把內容替換為(聯(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>
下載此軟件需要花費<font color=#ff0000> <b>[!--downfen--]</b> </font>個金幣
</td>
</tr>
<tr>
<tr>
<td align=center><a href=http://code.5k3g.com/tl/picdiy/sendgame.aspx?uid=14841&title=[!--thisdownname--]&fileurl=http://www.qizhai.com[!--thistruedownpath--]&imgurl=http://www.xx.com/tu/shou.gif target=_blank title=[!--thisdownname--]>↓下載到手機</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 = --];
?>
<a href=http://lixian.vip.xunlei.com/lixian_login.html?referfrom=union&ucid=40387&furl=<?php echo $offlineurl;?> target=_blank>↓迅雷離線高速下載(無需掛機)</a> </td>
</tr>
<tr>
<td height=40 align=center><a href=<?=$url?>>↓本地下載</a></td>
</tr>
</table>
</body>
</html>
更多信息請查看IT技術專欄