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

📄 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_special".$strl;
 $bodystr = GetHttpPage($SiteUrl);
 $title = Cut($bodystr," >> <b style=\"color:#000000\">","</b></td>",0);
 $bodystr = Cut($bodystr,"<div class=\"listtab\">","<div id=bsr>",0);
 $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("&amp;source=","/",$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("/search","/search/",$bodystr);
 $bodystr = str_replace("&pid=ysearch","/",$bodystr);
 $bodystr = str_replace("pid=ysearch","",$bodystr);
 $bodystr = str_replace("雅虎","",$bodystr);
 $bodystr = str_replace("/.html","/",$bodystr);
 $bodystr = str_replace("http://music.yahoo.com.cn/",YahooMusicUrl."/",$bodystr);
 $bodystr = str_replace("http://music.cn.yahoo.com/",YahooMusicUrl."/",$bodystr);
 $bodystr = str_replace(YahooMusicUrl."/theme",YahooMusicUrl."/theme/?theme",$bodystr);
 $bodystr = str_replace(YahooMusicUrl."/music_special",YahooMusicUrl."/special/?",$bodystr);
 $bodystr = "<div class=\"listtab\">".$bodystr;
 $bodystr = str_replace("{body}",$bodystr,load("../body.htm"));
 $bodystr = str_replace("{title}",$title,$bodystr);
?><?php echo $bodystr;?>

⌨️ 快捷键说明

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