百度网盘速度快,稳定性好,你值得拥有,如果以后支持直连以后就可以直接使用百度的网盘了。
这里提供的是临时解决方案,不保证以后可以使用
将下面的代码保存为downbd.php
<BR><?php <BR>$canshu=$_SERVER["QUERY_STRING"]; <BR>if($canshu=="") <BR>{ <BR>die("文件不存在"); <BR>} <BR>else <BR>{ <BR>$wangzhi="http://pan.baidu.com/share/link?".$canshu; <BR>$file=file_get_contents($wangzhi); <BR>$pattern='/a>/i'; <BR>preg_match_all($pattern,$file,$result); <BR>$tempurl=implode("",$result[1]); <BR>$fileurlt=str_replace("\"","",$tempurl); <BR>$fileurl=str_replace("&","&",$fileurlt); <BR>head<i style="color:transparent">本#文来源gaodai$ma#com搞$$代**码网$</i><button>搞代gaodaima码</button>er("location:$fileurl"); <BR>} <BR>?> <BR>
调用方法:
http://***/downbd.php?shareid=00000&uk=00000
主要是?shareid=00000&uk=00000这样的格式