-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 4c1344b
Showing
158 changed files
with
9,215 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
RewriteEngine On | ||
|
||
RewriteBase /bdyyxt | ||
|
||
|
||
RewriteRule ^(.*)f/(.*)\.html$ $1/play\.php\?id=$2 | ||
RewriteRule ^(.*)l/([0-9,a-z,A-Z]*)\.html$ $1/channel\.php\?id=$2 | ||
RewriteRule ^(.*)l/([0-9,a-z,A-Z]*)_([0-9]+)\.html$ $1/channel\.php\?id=$2&pg=$3 | ||
RewriteRule ^(.*)p/([0-9,a-z,A-Z]*)-([0-9,a-z,A-Z]*)\.html$ $1/article\.php\?id=$2&aid=$3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<? | ||
/*-------------------------- | ||
vivi小偷网站系统 | ||
qq:996948519 | ||
---------------------------*/ | ||
require_once('data.php'); | ||
require_once('../include/common.inc.php'); | ||
if($_COOKIE['x_Cookie']!=$adminname or $_COOKIE['y_Cookie']!=$password){ | ||
echo"<script>location.href='index.php';</script>"; | ||
exit; | ||
} | ||
?> | ||
|
||
<head> | ||
<META content="MSHTML 6.00.2600.0" name=GENERATOR> | ||
<title>网站后台管理系统</title> | ||
<LINK href="admin.css" type=text/css rel=stylesheet> | ||
</head> | ||
<frameset rows="90,*" frameborder="NO" border="0" framespacing="0" cols="*"> | ||
<frame name="head" scrolling="NO" noresize src="top.php" > | ||
<frameset cols="172,*" frameborder="NO" border="0" framespacing="0" rows="*"> | ||
<frame name="toc" scrolling="NO" noresize src="left.php"> | ||
<frame name="content" src="admin_index.php" title="mainFrame"> | ||
</frameset> | ||
</frameset> | ||
<noframes> | ||
<body > | ||
不支持框架! | ||
</body> | ||
</noframes> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,212 @@ | ||
<? | ||
/*-------------------------- | ||
vivi小偷网站系统 | ||
qq:996948519 | ||
---------------------------*/ | ||
require_once('data.php'); | ||
require_once('../include/common.inc.php'); | ||
if($_COOKIE['x_Cookie']!=$adminname or $_COOKIE['y_Cookie']!=$password){ | ||
echo"<script>location.href='index.php';</script>"; | ||
exit; | ||
} | ||
?> | ||
<html> | ||
<head> | ||
<title>vivi网站后台管理系统</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"> | ||
<link rel="stylesheet" type="text/css" href="css/admin.css"> | ||
<link href="css/jquery.css" rel="stylesheet" type="text/css"> | ||
<link href="css/base.css" rel="stylesheet" type="text/css"> | ||
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> | ||
<script type="text/javascript" src="js/jquery-ui.min.js"></script> | ||
<script type="text/javascript" src="js/sqm.js"></script> | ||
<script type="text/javascript"> | ||
function tab(no,n){ | ||
for(var i=1;i<=n;i++){ | ||
$('#config'+i).hide(); | ||
} | ||
$('#config'+no).show(); | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
|
||
<? | ||
if($_GET['id']=='ad'){ | ||
?> | ||
<div class="right"> | ||
<? include "welcome.php"; ?> | ||
<div class="right_main"> | ||
<table width="98%" cellspacing="1" cellpadding="4" border="0" class="tableoutline"><tbody><tr class="tb_head"> <td><h2>操作导航:</h2></td></tr><tr class="firstalt"> <td> | ||
<ul class="do_nav"> | ||
<li><a onClick="tab(1,6);" href="javascript:">首页广告</a></li> | ||
<li><a onClick="tab(2,6);" href="javascript:">列表页广告</a></li> | ||
<li><a onClick="tab(3,6);" href="javascript:">内容页广告</a></li> | ||
<li><a onClick="tab(4,6);" href="javascript:">播放页广告</a></li> | ||
<li><a onClick="tab(5,6);" href="javascript:">全站广告</a></li> | ||
</ul></td></tr> </tbody></table> | ||
|
||
<table width="98%" border="0" cellpadding="4" cellspacing="1" class="tableoutline"> | ||
<form action="?action=add" method="post"> | ||
<tbody id="config1"> | ||
<tr class="tb_head"> | ||
<td colspan="2"><h2>首页广告:</h2></td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>首页中部广告</b><br><font color="#666666">(960*n)</font></td> | ||
<input type="hidden" name="js_file" value="index.js" /> | ||
<td ><textarea name="js1" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/index.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>首页底部广告</b><br><font color="#666666">(960*n)</font></td> | ||
<input type="hidden" name="js_file" value="index_down.js" /> | ||
<td ><textarea name="js2" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/index_down.js')?></textarea> | ||
</td> | ||
</tr> | ||
</tbody> | ||
|
||
<tbody id="config2" style="display:none"> | ||
<tr class="tb_head"> | ||
<td colspan="2"><h2>列表页广告:</h2></td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>列表页底部广告</b><br><font color="#666666">(960*N)</font></td> | ||
<input type="hidden" name="js_file" value="list_down.js" /> | ||
<td ><textarea name="js3" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/list_down.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>列表页右侧广告</b><br><font color="#666666">(200*200)</font></td> | ||
<input type="hidden" name="js_file" value="list_r.js" /> | ||
<td ><textarea name="js4" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/list_r.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>搜索页右侧广告</b><br><font color="#666666">(220*N)</font></td> | ||
<input type="hidden" name="js_file" value="s_r.js" /> | ||
<td ><textarea name="js16" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/s_r.js')?></textarea> | ||
</td> | ||
</tr> | ||
</tbody> | ||
|
||
<tbody id="config3" style="display:none"> | ||
<tr class="tb_head"> | ||
<td colspan="2"><h2>内页广告:</h2></td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>内容页左侧广告</b><br><font color="#666666">(410*N)</font></td> | ||
<input type="hidden" name="js_file" value="html_left.js" /> | ||
<td ><textarea name="js5" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/html_left.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>内容页右侧广告</b><br><font color="#666666">(300*300)</font></td> | ||
<input type="hidden" name="js_file" value="html_right.js" /> | ||
<td ><textarea name="js6" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/html_right.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>内容页底部广告</b><br><font color="#666666">(960*N)</font></td> | ||
<input type="hidden" name="js_file" value="html_down.js" /> | ||
<td ><textarea name="js7" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/html_down.js')?></textarea> | ||
</td> | ||
</tr> | ||
|
||
</tbody> | ||
<tbody id="config4" style="display:none"> | ||
<tr class="tb_head"> | ||
<td colspan="2"><h2>播放页广告:</h2></td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>右侧广告1</b><br><font color="#666666">(300*250)</font></td> | ||
<input type="hidden" name="js_file" value="p_r1.js" /> | ||
<td ><textarea name="js12" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/p_r1.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>右侧广告2</b><br><font color="#666666">(300*250)</font></td> | ||
<input type="hidden" name="js_file" value="p_r2.js" /> | ||
<td ><textarea name="js13" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/p_r2.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>中部广告</b><br><font color="#666666">(960*N)</font></td> | ||
<input type="hidden" name="js_file" value="p_c.js" /> | ||
<td ><textarea name="js14" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/p_c.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>影片加载中广告</b><br><font color="#666666">(400*250)</font></td> | ||
<input type="hidden" name="js_file" value="zz.js" /> | ||
<td ><textarea name="js15" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/playad.js')?></textarea> | ||
</td> | ||
</tr> | ||
</tbody> | ||
<tbody id="config5" style="display:none"> | ||
<tr class="tb_head"> | ||
<td colspan="2"><h2>全站广告:</h2></td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>顶部广告</b><br><font color="#666666">(720*N)</font></td> | ||
<input type="hidden" name="js_file" value="top.js" /> | ||
<td ><textarea name="js8" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/top.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>导航下广告</b><br><font color="#666666">(960*N)</font></td> | ||
<input type="hidden" name="js_file" value="dh.js" /> | ||
<td ><textarea name="js9" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/dh.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>漂浮广告</b><br><font color="#666666">(N*N)</font></td> | ||
<input type="hidden" name="js_file" value="piaofu.js" /> | ||
<td ><textarea name="js10" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/piaofu.js')?></textarea> | ||
</td> | ||
</tr> | ||
<tr class="firstalt"> | ||
<td width="200"><b>分享代码</b><br><font color="#666666">(N*N)</font></td> | ||
<input type="hidden" name="js_file" value="share.js" /> | ||
<td ><textarea name="js11" cols="80" style="height:120px"onFocus="this.style.borderColor='#00CC00'" onBlur="this.style.borderColor='#dcdcdc'" ><?=file_get_contents('../js/share.js')?></textarea> | ||
</td> | ||
</tr> | ||
</tbody> | ||
<tr class="firstalt"> | ||
<td colspan="2" align="center"><input type="hidden" name="action" value="setting"> | ||
<input class="bginput" type="submit" name="submit" value=" 提交 " > | ||
<input class="bginput" type="reset" name="Input" value=" 重置 " > | ||
</td> | ||
</tr> | ||
</form> | ||
</table> | ||
|
||
</div> | ||
</div> | ||
<? include "footer.php"; ?> | ||
</body> | ||
</html> | ||
|
||
<? | ||
}elseif ($_GET['action']=="add"){ | ||
|
||
file_put_contents('../js/index.js',get_magic($_POST['js1'])); | ||
file_put_contents('../js/index_down.js',get_magic($_POST['js2'])); | ||
file_put_contents('../js/list_down.js',get_magic($_POST['js3'])); | ||
file_put_contents('../js/list_r.js',get_magic($_POST['js4'])); | ||
file_put_contents('../js/html_left.js',get_magic($_POST['js5'])); | ||
file_put_contents('../js/html_right.js',get_magic($_POST['js6'])); | ||
file_put_contents('../js/html_down.js',get_magic($_POST['js7'])); | ||
file_put_contents('../js/top.js',get_magic($_POST['js8'])); | ||
file_put_contents('../js/dh.js',get_magic($_POST['js9'])); | ||
file_put_contents('../js/piaofu.js',get_magic($_POST['js10'])); | ||
file_put_contents('../js/share.js',get_magic($_POST['js11'])); | ||
file_put_contents('../js/p_r1.js',get_magic($_POST['js12'])); | ||
file_put_contents('../js/p_r2.js',get_magic($_POST['js13'])); | ||
file_put_contents('../js/p_c.js',get_magic($_POST['js14'])); | ||
file_put_contents('../js/playad.js',get_magic($_POST['js15'])); | ||
file_put_contents('../js/s_r.js',get_magic($_POST['js16'])); | ||
|
||
echo "<script>alert('vivi提示您,修改成功!');location.href='?id=ad';</script>"; | ||
} | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<? | ||
/*-------------------------- | ||
vivi小偷网站系统 | ||
qq:996948519 | ||
---------------------------*/ | ||
error_reporting(0); | ||
require_once('data.php'); | ||
require_once('../include/common.inc.php'); | ||
if($_COOKIE['x_Cookie']!=$adminname or $_COOKIE['y_Cookie']!=$password){ | ||
echo"<script>location.href='index.php';</script>"; | ||
exit; | ||
} | ||
?> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>vivi网站后台管理系统</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<link rel="stylesheet" type="text/css" href="css/admin.css"> | ||
|
||
|
||
</head> | ||
<body> | ||
|
||
<div class="right"> | ||
<iframe id="show_upload_iframe" frameborder=0 scrolling="no" style="display:none; position:absolute;"></iframe><div id="show_upload" style="height:350px;overflow:auto">nothing...</div> | ||
<div id="body_loading" onClick="loaded();"><img src="img/body_load.gif"></div> | ||
<? include "welcome.php"; ?> | ||
|
||
<div class="right_main"> | ||
<table width="98%" border="0" cellpadding="4" cellspacing="1" class="tableoutline"> | ||
<tr class=tb_head> | ||
<td colspan="2" class="tbhead"><h2> 系统信息:</h2></td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">主机名 (IP:端口):</td> | ||
<td width="75%"><?=$_SERVER['SERVER_NAME']?> (<? echo $_SERVER['SERVER_ADDR'].":".$_SERVER['SERVER_PORT'];?>)</td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">程序目录:</td> | ||
<td width="75%"><?=dirname(dirname($_SERVER['SCRIPT_FILENAME']));?></td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">Web服务器:</td> | ||
<td width="75%"><?=$_SERVER['SERVER_SOFTWARE']?></td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">PHP 运行方式:</td> | ||
<td width="75%"><?=PHP_SAPI?></td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">PHP版本:</td> | ||
<td width="75%"><?=PHP_VERSION?> <span style="color: #999999;">(>5.20)</span></td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">Zend Optimizer:</td> | ||
<td width="75%"><?=defined("OPTIMIZER_VERSION")?OPTIMIZER_VERSION: '<span style="color:red">未安装</span>'?> <span style="color: #999999;"></span></td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">最大上传限制:</td> | ||
<td width="75%"><?=ini_get('file_uploads') ? ini_get('upload_max_filesize') : '<span style="color:red">Disabled</span>';?></td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">最大执行时间:</td> | ||
<td width="75%"><?=ini_get('max_execution_time')?> seconds</td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">支持的采集方式:</td> | ||
<td width="75%"><?=function_exists('curl_init') && function_exists('curl_exec') ? '<span style="color:green">curl_init</span>,' : '<span style="color:red">curl_init</span>,'?><?=function_exists('fsockopen') ? '<span style="color:green"> fsockopen</span>,' : '<span style="color:red"> fsockopen</span>,'?><?=function_exists('pfsockopen') ? '<span style="color:green"> pfsockopen</span>,' : '<span style="color:red"> pfsockopen</span>,'?><?=function_exists('file_get_contents') ? '<span style="color:green"> file_get_contents</span>' : '<span style="color:red"> file_get_contents</span>'?> <span style="color: #999999;">(<span style="color:red">红色的</span>为不支持的方式)</span></td> | ||
</tr> | ||
</table> | ||
<table width="98%" border="0" cellpadding="4" cellspacing="1" class="tableoutline"> | ||
<tr class=tb_head> | ||
<td colspan="2"><h2>产品说明:</h2></td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">站内新闻:</td> | ||
<td><iframe src="http://www.vxiaotou.com/news.html"; name="express" width="300" height="20" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe></td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">当前版本:</td> | ||
<td><font class="normalfont"><?=$version;?></font> </td> | ||
</tr> | ||
<tr nowrap class="firstalt"> | ||
<td width="25%">技术支持:</td> | ||
<td>QQ:<a href="http://wpa.qq.com/msgrd?v=3&uin=996948519&site=qq&menu=yes" target="_blank">996948519</a> 官网 : <a href="http://www.vxiaotou.com" target="_blank">www.vxiaotou.com</a></td> | ||
</tr> | ||
|
||
</table> | ||
</div> | ||
</div> | ||
<? include "footer.php"; ?> | ||
</body> | ||
</html> |
Oops, something went wrong.