📄 main1.php
字号:
<?php
require_once 'conjunction.php';
require_once 'config.php';
if (ka_config("opwww")==1){
echo "<script>alert('对不起,系统维护中!');top.location.href='op.php';</script>";
exit;}
?>
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="images/ico.ico" rel="shortcut icon">
<title><?=ka_config(1)?>===<?=ka_config(2)?>--</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
}
.dndn {
BORDER-RIGHT: #d6d3ce 0px outset; BORDER-TOP: #d6d3ce 0px outset; FONT-SIZE: 9pt; BACKGROUND: #d6d3ce; BORDER-LEFT: #d6d3ce 0px outset; BORDER-BOTTOM: #d6d3ce 0px outset
}
body,td,th {
font-size: 12px;
color: #333333;
}
-->
</style></HEAD>
<?
//已登陆
if($_SESSION['username']!=""){
if (in_array($action, array('left', 'logout', 'top','kakithe','l','list','h','k_tm','n1','k_tansave','ds','k_zt','k_zm','k_wx','k_ws','k_bb','k_sx','sm','k_sxp','k_sx4','k_sx5','k_sx6','k_gg','k_lm','n2','k_tansx','k_ggsave','server','k_tangg','k_lm','k_lmsave','k_tanlm','kq','serverf','n55','n5','rake_bb','rake_ws','look','pz_tm','server_tm','pz_zm','server_zm','pz_zt','server_zt','pz_zm6','server_zm6','pz_sx','server_sx','pz_dd','server_dd','pz_lm','server_lm','pz_bb','server_bb','pz_ws','server_ws','pz_gg','server_gg','x1','x2','x3','x4','x5','re_pb','re_all','re_guan','re_zong','re_dai','re_mem','ka_del','ka_xxx','kawin','xt_abcd','xt_stds','xt_ds','xt_kk','xt_copy','xt_bak','pz_wx','server_wx','edit','ziedit','hkakithe','top1','left1','k_yszh','k_eszh','k_sszh','k_ysgg','k_gd'))) {
if ($action!="logout" and $action!="top" ){
require_once 'login.php';}
require_once $action .'.php';
exit;
}
?>
<body scroll="no" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" cellspacing="0" border="0" cellpadding="0" height="100%">
<tr>
<td valign="top" height="65px"><iframe id=frmRight
style="Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 84"
name=right src="main.php?action=top1" frameborder=0></iframe></td>
</tr>
<tr>
<td valign="top">
<table id=tblTotal height="100%" cellspacing=0 cellpadding=0 width="100%"
border=0 name="tblTotal">
<tbody>
<tr>
<td id=frmMenu valign=center noWrap align=middle
name="frmMenu">
<iframe id=k_meml
style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 220px; HEIGHT: 100%"
name=k_meml src="main.php?action=left1" frameborder=0 ></iframe>
</td>
<td width="100%" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td height="30" valign="top">
<iframe id=k_11meml
style="Z-INDEX: 2; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 30"
name=k_11meml src="main.php?action=guans&guan=3d" frameborder=0 ></iframe>
</td>
</tr> <tr>
<td height="100%" valign="top">
<iframe id=k_memr
style="Z-INDEX: 1; VISIBILITY: inherit; WIDTH: 100%; HEIGHT: 100%"
name=k_memr src="main.php?action=k_yszh" frameborder=0></iframe></td>
</tr>
</table> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<?php
}
else {
echo "<meta http-equiv=refresh content=\"0;URL=index.php\">";exit;
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -