index.php
来自「php版本音乐程序」· PHP 代码 · 共 22 行
PHP
22 行
<?php
/*******************************************************
Yahoo!cn音乐小偷程序php版
软件作者:&Raymond
官方网站:http://qrui.cn/
意见反馈:http://www.qrui.cn/blog/read.php/28.htm
********************************************************/
$strl=$_SERVER["REQUEST_URI"];
$temp = explode('?',$strl);
$strl=$temp[1];
$strx=explode("%5E",$strl);
$strurl=$strx[0];
/*
strurl=strx[0].'-'.strx[1]&'-'&strx[2]
*/
?>
<html><head>
<title>点歌:<?php echo $strurl;?></title>
</head><body leftmargin=0 topmargin=0>
<iframe width=300 height=270
src="http://ivrsend.moyu.com/p300x270_ivr.htm?uid=18664&mn=<?php echo $strurl;?>&a=&b=&c=&d=&e=&f=" frameborder=no marginwidth=0 marginheight=0 scrolling=no align="center"></iframe></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?