帝国下载系统2.5添加迅雷快车专用链的方法
发布时间:2011-03-20 23:47:19 作者:佚名
我要评论
这种修改方法比较简单,使用的是系统默认的小窗口显示下载地址,我添加了快车讯雷还有悟空网盟的手机下载方式。
1.进入DownSoft目录,打开index.php,找到倒数第八行:
$url="../phome/?phome=DownSoft&softid=$softid&pathid=$pathid&pass=".$pass."&p=".$user[userid].":::".$user[rnd];
把它改为:
$url="https://www.jb51.net/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"> <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.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>
$url="../phome/?phome=DownSoft&softid=$softid&pathid=$pathid&pass=".$pass."&p=".$user[userid].":::".$user[rnd];
把它改为:
$url="https://www.jb51.net/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"> <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.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>
相关文章

帝国CMS根据内容正文字段[newstext]批量获取描述简介字段[smalltext]的
这篇文章主要介绍了帝国CMS根据内容正文字段[newstext]批量重新生成简介字段[smalltext]的方法,需要的朋友可以参考下2023-06-26
帝国CMS 7.2和7.5适用的火车头采集免登陆发布模块配置方法详解(亲测可
帝国cms7.2版本开始增加了金刚模式,登录发布有难度。亲测可用的帝国CMS 7.2/7.5适用免登陆新闻发布模块插件配合火车采集器,可以解决这类问题。堪称完美2022-04-21帝国cms高危SQL注入漏洞(盲注)系统自带RepPIntvar过滤函数使用方法
帝国cms开发的时候要注意一些危险的注入漏洞,防止被黑,RepPIntvar为系统自带函数可以起到过滤字符的作用,下面就为大家介绍一下使用方法2021-07-26
帝国cms后台启用SESSION验证所有的登录信息都是保存在服务器端的,尤其是公共场所登录用默认的cookies是不安全的2021-07-26
最近需要将老版本的帝国cms将7.2升级到7.5版本,参考这篇文章完美升级,特分享一下给需要的朋友2020-08-02
整理了一些常用的帝国CMS调用,灵动标签和万能标签的调用方法举例,包括幻灯片、标题、一级栏目、二级栏目、带模版的友情链接(下拉菜单)、判断内容页字段为空时是如何调用2020-02-04
这篇文章主要介绍了帝国cms网站地图sitemap.xml的制作方法,需要的朋友可以参考下2020-02-04
在使用帝国cms的时候有时候需要把前台数据都更新一下,那么就可以参考下面的文章了,要不漏掉了部分就达不到更新的目地了2020-02-04
今天接到网友询问怎么修改后台登录界面及后台界面,特把方法分享出来需要的朋友可以参考下2020-02-04
最近仿站团队接到很多仿站客户订单,这里面有一个这样的功能,表单提交,今天花时间写个教程给大家,需要的朋友可以参考下2020-02-02









最新评论