⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 php版本音乐程序
💻 PHP
字号:
<?php
/*******************************************************
Yahoo!cn音乐小偷程序php版

软件作者:&Raymond
官方网站:http://qrui.cn/
意见反馈:http://www.qrui.cn/blog/read.php/28.htm
********************************************************/
 require("../fun.php");
 $strl=$_SERVER["REQUEST_URI"];
 $temp = explode('?',$strl);
 $strl=$temp[1];
 $SiteUrl = "http://music.cn.yahoo.com/music_pic/index.html?".$strl;
 $bodystr = GetHttpPage($SiteUrl);
 $outstr = Cut($bodystr,"<body>","<li><a href=\"http://music.cn.yahoo.com\">",0);
 $bodystr=str_replace($outstr,"<div id=ynv><div id=head-wrapper class=hw-t1><br><ul id=head-nav-bd>",$bodystr);
 $outstr = Cut($bodystr,"<div class=\"law\">"," width=\"1\" height=\"1\">",0);
 $bodystr=str_replace($outstr,"",$bodystr);
 $bodystr = str_replace("&source=","/-",$bodystr);
 $bodystr = str_replace("pid=ysearch/-","",$bodystr);
 $bodystr = str_replace("/-","\" id=\"",$bodystr);
 $bodystr = str_replace("&p=","/",$bodystr);
 $bodystr = str_replace("p=","/",$bodystr);
 $bodystr = str_replace("&sub1=","/",$bodystr);
 $bodystr = str_replace("sub1=","/",$bodystr);
 $bodystr = str_replace("&sub2=","/",$bodystr);
 $bodystr = str_replace("&sub3=","/",$bodystr);
 $bodystr = str_replace("&sub4=","/",$bodystr);
 $bodystr = str_replace("&sub5=","/",$bodystr);
 $bodystr = str_replace(".php","/",$bodystr);
 $bodystr = str_replace(".html","",$bodystr);
 $bodystr = str_replace("/search","/search/",$bodystr);
 $bodystr = str_replace("&pid=ysearch","/",$bodystr);
 $bodystr = str_replace("pid=ysearch","",$bodystr);
 $bodystr = str_replace("雅虎","",$bodystr);
 $bodystr = str_replace("http://music.yahoo.com.cn/","".YahooMusicUrl."/",$bodystr);
 $bodystr = str_replace("http://music.cn.yahoo.com/","".YahooMusicUrl."/",$bodystr);
  $bodystr = "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\"><tr><td>".$bodystr;
 $bodystr = str_replace("ysmt_lrih0_r","",$bodystr);
 $load=load("../body.htm");
 $bodystr = str_replace("{body}",$bodystr,$load);
 $bodystr = str_replace("{title}",$title,$bodystr);
 echo $bodystr;
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -