📄 newtop.php
字号:
<?
session_start();
include_once("../public/function.php");
/*if(empty($_SESSION["web_username"]) || empty($_SESSION["web_userid"])){
fun_alert("请先登陆再使用本功能!");
fun_goto("../index/");
exit();
}
include_once("../public/db_conn.php");
$sql_web="select admin_stat,is_lock from webmember where username='$_SESSION[web_username]'";
$rs_web=mysql_query($sql_web);
$row_web=mysql_fetch_array($rs_web);
判断锁定 */
/*if($row_web["is_lock"]==1){
echo "<p align=center>您的帐户已被锁定,请联系管理员!</p>";
fun_alert("您的帐户已被锁定,请联系管理员!");
fun_goto("../public/logout.php");
exit();
}
/*if($cfg_webislogin==2 && $PHP_SELF!="/web/index.php" && ($row_web["admin_stat"]==1 || $row_web["admin_stat"]==3)){
echo "<p align=center>您的帐户还未通过审核,请联系管理员!</p>";
fun_alert("您的帐户还未通过审核,请联系管理员!");
fun_back();
exit();
}判断是否未审核 */
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>麒润网络广告</title>
<link href="../public/index.css" rel="stylesheet" type="text/css">
<script src="../public/check.js"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="1001" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="24" align="left" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="1001" height="170">
<param name="movie" value="../web/webflash.swf">
<param name="quality" value="high">
<embed src="../web/webflash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1001" height="170"></embed></object></td>
</tr>
<tr>
<td height="25" bgcolor="#FFFFFF"><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10" bgcolor="5786BA"> </td>
<td width="190" align="left" valign="bottom" bgcolor="5786BA"><img src="../image/members%20area.jpg" width="89" height="18"></td>
<td width="802"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="25">
<tr height="4">
<td width="24" height="4" bgcolor="#6699CC"></td>
<td width="120" height="4" bgcolor="#6699CC"></td>
<td width="4" height="4"></td>
<td width="120" height="4" bgcolor="#FF6600"></td>
<td width="4" height="4"></td>
<td width="120" height="4" bgcolor="#009900"></td>
<td width="4" height="4"></td>
<td width="120" height="4" bgcolor="#FF6600"></td>
<td width="4" height="4"></td>
<td width="120" height="4" bgcolor="#009900"></td>
<td width="4" height="4"></td>
<td width="120" height="4" bgcolor="#6699CC"></td>
<td width="24" height="4" bgcolor="#6699CC"></td>
</tr>
<tr bgcolor="122A44">
<td height="30"> </td>
<td colspan="11" align="center" valign="middle"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center" valign="middle">
<td width="120"><a href="#" onClick="location='../index/index.php'"><span class="whitetext">广告网首页</span></a></td>
<td width="4"><span class="whitetext">|</span></td>
<td width="120"><a href="#" onClick="location='../index/advertizer.php'"><span class="whitetext">广告主</span></a></td>
<td width="4"><span class="whitetext">|</span></td>
<td width="120"><a href="#" onClick="location='../index/webmaster.php'"><span class="whitetext">网站主</span></a></td>
<td width="4"><span class="whitetext">|</span></td>
<td width="120"><a href="#" onClick="location='../index/systemintro.php'"><span class="whitetext">系统优势</span></a></td>
<td width="4"><span class="whitetext">|</span></td>
<td width="120"><a href="#" onClick="location='../index/faq.php'"><span class="whitetext">常见问题</span></a></td>
<td width="4"><span class="whitetext">|</span></td>
<td width="120"><a href="#" onClick="location='../index/aboutus.php'"><span class="whitetext">关于我们</span></a></td>
</tr>
</table></td>
<td> </td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -