如何給帝國(guó)下載系統(tǒng)添加迅雷快車專用鏈

字號(hào):


    通常我們建立有下載資源地網(wǎng)站地時(shí)候,都會(huì)想到給下載加上迅雷和快車地下載專用鏈,這樣既提供了多種下載方式,同時(shí)也會(huì)有所收益,今天就講解如何給 帝國(guó)下載系統(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];
    就是把地址補(bǔ)全,使用完整地址.其中,要替換成你網(wǎng)站地地址.
    2.下載迅雷和快車地地址加密文件:
    迅雷:
    快車:
    下回來(lái)解壓,把里面地“encode.inc”和“flashget_base64.php”兩個(gè)文件上傳到downsoft目錄下.
    3.進(jìn)入帝國(guó)下載系統(tǒng)后臺(tái):模版管理--> 公共模板-->修改最終下載頁(yè)模板.
    把內(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 width=100%>
    <tr>
    <td height=35>
    下載此軟件需要花費(fèi)<font color=#ff0000>&nbsp;<b>[!--downfen--]</b>&nbsp;</font>個(gè)金幣
    </td>
    </tr>
    <tr>
    <tr>
    <td><a href=http://pic02.newdu.com/uploads/202504/02/shou3107.gif target=_blank title=[!--thisdownname--]>↓下載到手機(jī)</a></td></tr>
    <td height=45>
    <?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>
    <?php
    $flashgeturl = flashgetencode($url,22710);
    ?>
    <a href=# fg=<?= $flashgeturl?>>↓快車高速下載</a>
    </td>
    </tr> <td height=45>
    <!-- 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>↓迅雷離線高速下載(無(wú)需掛機(jī))</a> </td>
    </tr>
    <tr>
    <td height=40><a href=<?=$url?>>↓本地下載</a></td>
    </tr>
    </table>
    </body>
    </html>