主页 > 编程资料 > 帝国CMS >
发布时间:2015-09-25 作者:网络 阅读:190次

核心代码:

复制代码代码如下:
迅雷快车联盟下载填写自各联盟id即可user_echouniondownechouniondown[echouniondown]迅雷联盟id,快车联盟id[/echouniondown]// by yingnt QQ 415204
// 承接模板定制,二次开发,http://www.ecmsjz.cn
//迅雷加密
function ThunderEncode($url)
{
$thunderPrefix="AA";
$thunderPosix="ZZ";
$thunderTitle="thunder://";
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix.$url.$thunderPosix);
return $thunderUrl;
}
//快车加密
function FlashgetEncode($t_url,$uid)
{
$prefix= "Flashget://";
$FlashgetURL=$prefix.base64_encode("[FLASHGET]".$t_url."[FLASHGET]")."&".$uid;
return $FlashgetURL;
}
function user_echouniondown($xlid=0,$kcid=0){
global $empire,$public_r,$class_r,$navinfor,$dbtbpre;
$path_r=explode("\r\n",$navinfor[downpath]);
$pathid='0';
$showdown_r=explode("::::::",$path_r[$pathid]);
$urlid=$showdown_r[4];
if($urlid!=='0'){
$r=$empire->fetch1("select urlid,url from {$dbtbpre}enewsdownurlqz where urlid='".$urlid."' limit 1;");
}
$thunderUrl = ThunderEncode("".$r[url].$showdown_r[1]."");
$Url = $r[url].$showdown_r[1];
$flashgetUrl = FlashgetEncode($Url,$kcid);
?>

echo '[迅雷专用高速下载] [快车专用高速下载]';
}

使用说明:
只读取下载地址第一个下载链接,设置下载前缀也有效
未写循环读取所有地址的

$pathid='0';

这个0代表第一个下载地址

使用方法:
一、模板管理,标签、导入标签
二、内容页模板中放 [echouniondown]迅雷联盟id,快车联盟id[/echouniondown]

填写你的联盟id即可

关键字词: