left_umain.php

来自「程序脚本为PHP+MYSQL」· PHP 代码 · 共 79 行

PHP
79
字号
<?php
session_start();
include_once("../inc/conn.php");
include("configs.inc.php");
include_once("check.php");
$user=$_SESSION["user"];
include("left_tnum_close.php");
include("../inc/main.js.php");
include_once("../inc/base_status.inc.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 * 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="../css/css2.CSS" rel="stylesheet" type="text/css">
<title>国际上线投注公司</title>
<style type="text/css">
<!--
body {
	margin-left: 5px;
	margin-top: 2px;
}
-->
</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>
</head>
<script language="javascript" src="../inc/animal.js"></script>
<script language="javascript" src="../inc/selball.js"></script>
<body  bgcolor="#8FB3F3">
<table width="100%"  border="0" cellpadding="0" cellspacing="0" >
   <form name="myform" method="post" action="left_umain_check.php" ><tr>
    <td width="100%" valign="top">
<table width="97%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="100%" align="center">
	 <?php
	if($menus=="ta")
	{ $menup="特码";
	 include("left_umain_a.php");
	}else
	{ $menup="特码B";
	 include("left_umain_b.php");
	}    
	 ?>
	<input name="ads" type="hidden" id="ads">
	<div id="rr"></div>
	</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table></td>
  </tr></form>
</table>
</body>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?