y2002试听播放地址解析
试听地址:http://www.y2002.com/Songs/328535/1955576.html
使用方法:http://您的域名/y2002.php?url=328535/1955576.mp3
以下为PHP源码:
使用方法:http://您的域名/y2002.php?url=328535/1955576.mp3
以下为PHP源码:
<?php
$url = 'http://www.y2002.com/Songs/'.str_replace(".mp3","",$_GET['url']).'.html';
$info=file_get_contents($url);
preg_match('|var mu ="(.*?)";|i',$info,$m);
$str_mu_s = mb_convert_encoding(base64_decode($m[1]), "UTF-8", "GBK");
//echo 'http://y2-p-p.qq190.net'.$str_mu_s;
header("location: http://y2-p-p.qq190.net".$str_mu_s);
?> 
试听播放地址解析