通常我们建立有下载资源地网站地时候,都会想到给下载加上迅雷和快车地下载专用链,这样既提供了多种下载方式,同时也会有所收益,今天就讲解如何给 帝国下载系统添加迅雷快车专用链$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.进入帝国下载系统后台:模版管理--> 公共模板-->修改最终下载页模板.
把内容替换为(联盟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技术专栏