增加网际快车专用下载链接
演示地址:http://disk.lply.net/file_208_GSPU2G8J.html
不会修改的可以下载文件直接替换(替换前请下备份好原有文件方便还原):
修改文件:viewfile.php
查找代码: $file['thunder_url'] = thunder_encode($settings['phpdisk_url'].urr("downfile","file_id={$file['file_id']}&file_key={$file['file_key']}"));
在下面增加: $file['flashget_Url'] = $settings['phpdisk_url'].urr("downfile","file_id={$file['file_id']}&file_key={$file['file_key']}");
修改文件 : system/default/pd_viewfile.tpl.php(也可以在后台模板管理里修改。我就不介绍了大同小异)
查找代码:
<a oncontextmenu=ThunderNetwork_SetHref(this) onclick="return OnDownloadClick_Simple(this,2,4)" href="#" thunderResTitle="<?=$file['file_name']?>" thunderType="" thunderPid="<?=$settings['thunder_pid']?>" thunderHref="<?=$file['thunder_url']?>"><img src="<?=$tpl_dir?>/images/thunder.gif" border="0" align="absbottom" /> <?=$lang['thunder_download']?></a>
<?php } ?>
在下面插入:
<script src="http://ufile.7pk.com/Flashget_union.php?fg_uid=86354"></script>
<?php require("Flashget_base64.php"); ?>
<?php
$Url = $file['flashget_Url'];
$flashgetUrl = FlashgetEncode($Url,86354);
?><a href="#" onClick="ConvertURL2FG('<?=$flashgetUrl?>','<?=$file['file_view_url']?>',86354)" oncontextmenu="Flashget_SetHref(this)" fg="<?= $flashgetUrl?>"><img src="<?=$tpl_dir?>/images/flashget.gif" border="0" align="absbottom" /> 快车高速下载</a>
最后下载此文件解压到网盘跟目录:http://union.7pk.com/files/flashget_base64_php.rar
PS:代码中86354部分修改为你的联盟ID
快车联盟:http://union.7pk.com
[ 本帖最后由 lply 于 2010-2-3 18:23 编辑 ] 强烈支持,非常感谢!:hug: 这貌似是商业版的功能
顶一个!:lol :lol
页:
[1]