www.gusucode.com > 给力搜索小偷开源源码 3.0源码程序 > admin/admin.php

    <?
include('data.php');
if($_COOKIE['x_Cookie']!=$adminname or $_COOKIE['y_Cookie']!=md5($password)){
	echo"<script>location.href='index.php';</script>";
	exit;
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<title>管理中心</title>
</head>

<body style="MARGIN: 0px" scroll=no>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TR>
    <TD id=leftFrame vAlign=center noWrap align=middle name="leftFrame">
    <IFRAME id=carnoc style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 185px; HEIGHT: 100%" name=carnoc src="left.php" frameBorder=0 scrolling=yes>
    </IFRAME></TD>
    
    <TD style="WIDTH: 100%">
      <IFRAME id=main style="Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%" name=main src="admin_index.php" frameBorder=0 scrolling=yes>
    </IFRAME></TD></TR>
    </TABLE>
</body>
</html>