首页 > php教程 > PHP源码 > 音乐采集程序

音乐采集程序

WBOY
发布: 2016-06-08 17:33:09
原创
1587 人浏览过
<script>ec(2);</script>


header("Content-Type: text/html; charset=gb2312");
session_start
();
set_time_limit(0
); 
$str file_get_contents('http://music.soso.com/'
);
preg_match_all('/([^/isU'
,$str,$out,PREG_SET_ORDER );
$iCount count($out
);
for(
$i=0;$i$iCount;$i
++){
 
$str2 file_get_contents('http://music.soso.com/music.cgi?ty=liss&w='.urlencode($out[$i][1]).'&pl='.urlencode($out[$i][3
]));
 
preg_match('/urls[key++][s]=[s]"([^"]*)"/i',$str2,$out2
);
 echo (
$i+1).'、'.$out[$i][3].' => '.$out[$i][1].' => '.$out2[1].'
'
;
 
ob_flush
();
 
flush
();
}
?>

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门推荐
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板