教程集 www.jiaochengji.com
教程集 >  脚本编程  >  php  >  正文 php把url转换迅雷thunder资源下载地址

php把url转换迅雷thunder资源下载地址

发布时间:2016-10-16   编辑:jiaochengji.com
教程集为您提供php把url转换迅雷thunder资源下载地址等资源,欢迎您收藏本站,我们将为您提供最新的php把url转换迅雷thunder资源下载地址资源
如果你知道迅雷地址的生成规则你就不觉得迅雷的url资源下载地址有多么复杂了,其实雷的地址就是原url前面带AA后面带BB之后再base64_encode编码即可


如下例子

<table width="620" align="center" border="0" cellpadding="1" cellspacing="1" style="background:#FB7"> <tr> <td width="464" height="27" bgcolor="#FFE7CE"> 代码如下</td> <td width="109" align="center" bgcolor="#FFE7CE" style="cursor:pointer;" onclick="doCopy('copy5252')">复制代码</td> </tr> <tr> <td height="auto" colspan="2" valign="top" bgcolor="#FFFFFF" style="padding:10px;" class="copyclass" id=copy5252>

<?php
function Thunder($url, $type='en') {
$url ='http://www.jiaochengji.com';
if($type =='en'){
return "thunder://".base64_encode("AA".$url."ZZ");
}else{
return substr(base64_decode(substr(trim($url),10)),2,-2);
}
}

$url ='http://www.jiaochengji.com';
echo Thunder($url);

输出结果

thunder://QUFodHRwOi8vd3d3LjExMWNuLm5ldFpa
 
?>

您可能感兴趣的文章:
php把url转换迅雷thunder资源下载地址
PHP生成迅雷、快车、QQ旋风下载链接的实例
迅雷地址正则匹配代码
生成讯雷地址php代码
迅雷7会员无法登录怎么办?迅雷7无法登录解决办法
帝国下载内容页显示迅雷,快车加密地址标签
教您为帝国下载系统2.5添加迅雷快车专用链
去掉迅雷广告_thunder5广告不见了~
百度云盘如何设置使用迅雷下载文件
迅雷提示登录失败问题解决办法

[关闭]
~ ~