今天在 CMP&CK播放器网络技术 群里,有人分享了这个酷盘的连接,并且说文件可以外链。
我正好闲的没事,就抓包看了一下,很简单。
就写了这么一个代理。
注意,引用了一个我曾经写过的网页访问代码,请到这里寻找:http://www.qs5.org/Post/322.html
[php]
<?php
include "contents.php";
if(!isset($_GET['id'])){die("Error: No ID!");}
$_str = Get_Web_Contents("http://kanboxshare.com/interface/publiclink.php", "POST", "act=getinfo&key=" . $_GET['id']);
$_down = json_decode($_str["Body"]);
header("Location: " . $_down->data->down_url);
?>
[/php]
很简单,就一个POST请求而已。
外链测试:
音乐外链测试: