WEB开发网
开发学院CMS教程织梦CMS 软件模块加入迅雷联盟代码 阅读

软件模块加入迅雷联盟代码

 2009-10-16 18:48:00 来源:WEB开发网   
核心提示:修改 /plus/download.php 文件查找<?php在它上面加入<script src="php?url=pstatic.xunlei.com/js/webThunderDetect.js"></script">http://pstatic.xunlei.

修改 /plus/download.php 文件

查找

<?php

在它上面加入

<script src="php?url=pstatic.xunlei.com/js/webThunderDetect.js"></script">http://pstatic.xunlei.com/js/webThunderDetect.js"></script>

在它下面加入

require("encode.inc");

查找


else if($open==1){
$link = base64_decode($link);
echo "<script language='javascript'>location=\"$link\";</script>";
exit();

替换为

else if($open==1){
$link = base64_decode($link);
$Url = ("你的网站url".$link);
$thunderUrl = ThunderEncode($Url);
echo "<script>OnDownloadClick('".$thunderUrl."','',location.href,'你的联盟id',2,'')</script>";
exit();
}

把迅雷联盟的 encode.inc 文件 放到 plus 目录

登陆dedecms后台 系统设置 - 软件频道设置 把 附件下载方式 修改为 链接到跳转页面

Tags:软件 模块 加入

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接