您好,欢迎来到菜鸟吧源码网(www.cniao8.com)本站只做精品网站源码!
  • 首 页
  • 菜鸟云
  • 公告:本站资源均来源于互联网及会员投稿发布,所有资源仅供学习参考研究使用,请勿商用或其它非法用途,商用请购买正版,否则产生一切后果由用户自行承担!谢谢!

     

    当前位置:主页 > 站长学堂 > 帝国教程 >
    帝国下载cms添加迅雷快车专用链的方法
    时间:2019-10-17 13:21 作者:菜鸟吧 浏览:收藏 挑错 打印

    1.进入DownSoft目录,打开index.php,找到倒数第八行:

    $url="../phome/?phome=DownSoft&softid=$softid&pathid=$pathid&pass=".$pass."&p=".$user[userid].":::".$user[rnd];


    把它改为:

    $url="https://www.suibianlu.com/phome/?phome=DownSoft&softid=$softid&pathid=$pathid&pass=".$pass."&p=".$user[userid].":::".$user[rnd];


    就是把地址补全,使用完整地址。其中,http://www.qizhai.com要替换成你网站的地址。


    2.下载迅雷和快车的地址加密文件:

    迅雷:http://union.xunlei.com/download/php.rar

    快车:http://union.flashget.com/files/flashget_base64_php.rar

    下回来解压,把里面的“encode.inc”和“Flashget_base64.php”两个文件上传到DownSoft目录下。


    3.进入帝国下载系统后台:模版管理--> 公共模板-->修改最终下载页模板。

    把内容替换为(联盟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">&nbsp;<b>[!--downfen--]</b>&nbsp;</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.qizhai.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 = "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>↓迅雷离线高速下载(无需挂机)</a> </td>

    </tr>

    <tr>

    <td height="40" align=center><a href="<?=$url?>">↓本地下载</a></td>

    </tr>

    </table>


    </body>

    </html>

    郑重声明:
    本站所有内容均由互联网收集整理、网友上传,并且以计算机技术研究交流为目的,仅供大家参考、学习,不存在任何商业目的与商业用途。 若您需要商业运营或用于其他商业活动,请您购买正版授权并合法使用。
    我们不承担任何技术及版权问题,且不对任何资源负法律责任。
    如无法下载,联系站长索要。
    如有侵犯您的版权,请给我们来信:admin@cniao8.com,我们尽快处理。

    PHPCMS和帝国CMS比较优缺点PHPCMS和帝国CMS比较优缺点
    帝国Cms7.5 分配栏目管理权限的设置方法帝国Cms7.5 分配栏目管理权限的设置方
    帝国CMS7.5在反馈信息页面调用万能标签教程帝国CMS7.5在反馈信息页面调用万能标签