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

音乐采集程序

WBOY
WBOYasal
2016-06-08 17:33:091588semak imbas
<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
();
}
?>

Kenyataan:
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn
Artikel sebelumnya:PHP正则验证类Artikel seterusnya:无GD PNG图片生成对象