dedecms 下载地址加迅雷专用链的 *** 作方法 比较全

dedecms 下载地址加迅雷专用链的 *** 作方法 比较全,第1张

dedecms下载地址加迅雷专用链的 *** 作方法比较全

Dreamweavercmsdedecms5.5plus雷电资源专用链 *** 作指南(连接跳转页面plus专用链)

需注意!!!!!!!!!!!!!
一.用管理员账号登录dedecms5.5后台管理管理系统
二.点一下“系统软件”–》“软件频道设定”
三.在软件频道设定面里边寻找“配件下载工具”,干万要留意下列三点:
1)假如你的网址管理系统里边是选的“连接到真正手机软件详细地址”这一选择项,你也就依照配件里边提供的“连接到真正手机软件详细地址加专用链”文件夹名称下的表明文本文档实际 *** 作吧。
2)假如你的网址管理系统里边选的是“连接到跳转页面”这一选择项,你也就依照配件里边提供的“连接到跳转页面加专用链”文件夹名称下的表明文本文档实际 *** 作吧。
3)由于“连接到真正手机软件详细地址加专用链”和“连接到跳转页面加专用链”这两个文件夹名称下提供的 *** 作指南文本文档是不一样的,你需要依据你网址管理系统的设定,挑选相匹配的改动表明文本文档,千万别弄错了!
四.把文章内容控制模块的下载地址转化成专用链的改动方式请依照“修改论文控制模块的改法”这一里边提供的改法改动。
一部分化改动方式:

1.一部分迅雷资源化:是保存你的当地資源下载地址,在你的当地資源下载地址的边上独立加上一个迅雷资源专用连接。
2.一部分迅雷资源化,必须改动templets\system\channel_downlinks.htm和\plus\download.php这两个文档,开启这一templets\system\channel_downlinks.htm文件,寻找下列编码:
<li><ahref="~link~"target="_blank">~server~</a></li>
在这句话编码的前边再加上下列编码:
<li><atarget=_blankhref='~link~&flag=1'><fontcolor=red>迅雷资源专用极速下载</font></a></li>

3.templets\system\channel_downlinks.htm这一文档改动结束,敬请查询配件里边的channel_downlinks.htm这一文档。

4.开启\plus\download.php这一文档:
A)寻找下列编码:
require_once(DEDEINC."/channelunit.class.php");
在这句话编码的下边再加上下列编码:

$flag=(int)$_GET['flag'];

B)寻找下列编码:
header("location:$link");
把这句话编码换成下列编码:

if($flag==1)
{
$thunderPrefix="AA";
$thunderPosix="ZZ";
$thundertitle="thunder://";
$name=$link;
$pan="://";
$con=explode($pan,$name);
if(count($con)>1)
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix.$link.$thunderPosix);
}
else
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix."http://localhost:6070/dedecms55/".$link.$thunderPosix);
}
echo"<scriptsrc='http://pstatic.xunlei.com/js/webThunderDetect.js'></script><script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>";
echo"<script>window.opener=null;window.close();</script>";
}
else
{
header("location:$link");
}

C)寻找下列编码:
header("location:{$softUrl}");
把这句话编码换成下列编码:

if($flag==1)
{
$thunderPrefix="AA";
$thunderPosix="ZZ";
$thundertitle="thunder://";
$name=$softUrl;
$pan="://";
$con=explode($pan,$name);
if(count($con)>1)
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix.$softUrl.$thunderPosix);
}
else
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix."http://localhost:6070/dedecms55/".$softUrl.$thunderPosix);
}
echo"<scriptsrc='http://pstatic.xunlei.com/js/webThunderDetect.js'></script><script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>";
echo"<script>window.opener=null;window.close();</script>";
}
else
{
header("location:{$softUrl}");
}
留意:
1)把之上全部编码里边的“http://localhost:6070/dedecms55/”这一所有改动成你自己的网站域名
2)把<script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>这句话里边的92922改动成你自己的联盟号
5.download.php这一文档改动结束,敬请查询配件里边的download.php文件。

6.遮盖表明:
1)用改动好的download.php这一文档遮盖你网址管理系统里边的\plus\download.php这一文档。
2)用改动好的channel_downlinks.htm这一文档遮盖系统软件里边的templets\system\channel_downlinks.htm这一文档。
3)遮盖后所有再次形成一下就可以了。
 
所有迅雷资源化的改法
1.所有迅雷资源化:是将你网址上的全部資源下载地址都转化成迅雷资源专用连接。
2.所有迅雷资源化只必须改动\plus\download.php这一文档就可以了。

3.开启\plus\download.php这一文档:
A)寻找下列编码:
header("location:$link");
把这句话编码换成下列编码:
$thunderPrefix="AA";
$thunderPosix="ZZ";
$thundertitle="thunder://";
$name=$link;
$pan="://";
$con=explode($pan,$name);
if(count($con)>1)
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix.$link.$thunderPosix);
}
else
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix."http://localhost:6070/dedecms55/".$link.$thunderPosix);
}
echo"<scriptsrc='http://pstatic.xunlei.com/js/webThunderDetect.js'></script><script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>";
echo"<script>window.opener=null;window.close();</script>";

B)寻找下列编码:
header("location:{$softUrl}");
把这句话编码换成下列编码:

$thunderPrefix="AA";
$thunderPosix="ZZ";
$thundertitle="thunder://";
$name=$softUrl;
$pan="://";
$con=explode($pan,$name);
if(count($con)>1)
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix.$softUrl.$thunderPosix);
}
else
{
$thunderUrl=$thunderTitle.base64_encode($thunderPrefix."http://localhost:6070/dedecms55/".$softUrl.$thunderPosix);
}
echo"<scriptsrc='http://pstatic.xunlei.com/js/webThunderDetect.js'></script><script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>";
echo"<script>window.opener=null;window.close();</script>";

留意:
1)把之上全部编码里边的“http://localhost:6070/dedecms55/”这一所有改动成你自己的网站域名
2)把<script>OnDownloadClick('".$thunderUrl."','',location.href,'92922',2,'')</script>这句话里边的92922改动成你自己的联盟号
4.download.php这一文档改动结束,敬请查询配件里边的download.php文件。

5.遮盖表明:
1)用改动好的download.php这一文档遮盖你网址管理系统里边的\plus\download.php这一文档。
2)遮盖后所有再次形成一下就可以了。
 
之上配件打包下载

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/773733.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-03
下一篇 2022-05-03

发表评论

登录后才能评论

评论列表(0条)

保存