📄 left_lnum.php
字号:
<?php
session_start();
include_once("../inc/conn.php");
include_once($_SESSION["inclanguage"]);
include("configs.inc.php");
include_once("check.php");
$user=$_SESSION["user"];
include("left_tnum_close.php");
include("../inc/main.js.php");
unset($_SESSION["yesrate"]);
$yesrate=$_SESSION["yesrate"];//移除变动记录
if($yesrate==1) mysql_query("delete from drop_bill where user_name='$user' and yesrate='1'",$conn);
mysql_query("update online set title='$menu' where user_account='$user'",$conn);
if(!isset($_GET["menu"]))
{
$menus="ta";
}else $menus=$_GET["menu"];
unset($_SESSION["tpp"]);
$user=$_SESSION["user"];
$type=$_SESSION["type"];
$credit=$_SESSION["credit"];
$sqlm=mysql_query("select unit_limit,pour_limit from member_cut where user_account='$user' and sign='1'",$conn);
$update_time=45;
$z_drop_low=$drop_lows;
$z_unit_low=mysql_result($sqlm,0,"unit_limit");
$z_pour_low=mysql_result($sqlm,0,"pour_limit");
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../styles/css_g/css2.CSS" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-image: url();
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<script language="javascript">
function fs()
{
myform.fsubmit.value="<?=$pn_waitting?>..";
myform.fsubmit.disabled=true;
}
</script>
</head>
<script language="javascript" src="../inc/animal.js"></script>
<script language="javascript" src="../inc/selball.js"></script>
<body>
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" background="../styles/nimg/left.gif"><table width="22%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
<form name="myform" method="post" action="left_umain_check.php" >
<tr>
<td width="65%" valign="top">
<table width="175" border="0" cellspacing="0" cellpadding="0">
<tr> </tr>
<tr>
<td width="291">
<?php
if($menus=="ta")
{ $menup=$pn_specnumbera;
include("left_lnum_a.php");
}else
{ $menup=$pn_specnumberb;
include("left_lnum_b.php");
}
?>
<input name="ads" type="hidden" id="ads">
<div id="rr"></div></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</form>
</table></td>
</tr>
</table>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -