标题: 关于百度网盘直链,奇葩啊。
时间: 2014-07-26
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>查询结果</title>
<link rel="stylesheet" href="css.css" type="text/css" />
</head>
<body>
<?php$ml=$_POST['url'];
$url="http://daimajia.duapp.com/baidu/?url=".$ml;
$body=file_get_contents($url);
$nr=json_decode($body, true);
if($nr[error] =="1") {
echo ' <div class="mylink">错误提醒</div><div class="line1">输入错误,请确保分享链接无误</div>';
}
else
{
echo ' <div class="mylink">';
echo '下载地址</div><div class="line1">';
echo '<a href="'.$nr[download].'">'.$nr[download].'</a>';
echo '</div>';
echo '<div class="line1"><a href="body.php?id=ok">查看更多信息</div>';
}
?>
<div class="mylink">
<a href='/tool'>返回工具</a>--<a href='/m'>返回首页</a><img src="http://m.moonsn.com/image.php?771,small" alt="m.moonsn.com" />
</div>
</body>
</html>
『回复列表(13|隐藏机器人聊天)』