📄 uleft.php
字号:
<?php
session_start();
include("../inc/conn.php");
include_once($_SESSION["inclanguage"]);
include("check.php");
$user=$_SESSION["user"];
include("../inc/drop_date.inc.php");
$sqlr=mysql_query("select * from drop_bill where user_name='$user' and drop_date='$drop_date' and yesrate='0' order by id desc limit 0,10",$conn);
$sqlp=mysql_query("select * from ptime where sign='4'",$conn);
$opstate=mysql_result($sqlp,0,"opstate");
$sqlu=mysql_query("select user_plate,user_credit,used_credit from member where user_account='$user'",$conn); //更新用户资料
$type=mysql_result($sqlu,0,"user_plate");
$credit=mysql_result($sqlu,0,"user_credit");
$used=mysql_result($sqlu,0,"used_credit");
$_SESSION["type"]=$type;
$_SESSION["plate"]=$type;
$_SESSION["credit"]=$credit;
$_SESSION["used"]=$used;
$sqlj=mysql_query("select dates from results where sign='1'");
$dates=mysql_result($sqlj,0,"dates");
$_SESSION["downdate"]=$dates;
$m=$_SESSION["m"];
if($m==1){
$menu_credit=$pn_accountlotterymoney;
$menu_used=$pn_usedlotterymoney;
$sqlcm=mysql_query("select sum(money) from lottery where user_account='$user' and checks='0'",$conn);
$rows=mysql_fetch_array($sqlcm);
if($rows[0]=="") $rows[0]=0;
$djmoney=$rows[0];
$vtbs='<tr><td class="text-order-icon">'.$pn_rootmoney.':'.$djmoney.'</td></tr>';
}else{
$menu_credit=$pn_credit;
$menu_used=$pn_usedlimit;
}
?>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style><head>
<link href="../images/mem_order.css" rel="stylesheet" type="text/css">
<title></title>
</head>
<script language="javascript">
function cl()
{
vten.style.display="none";
vps.style.display="";
}
function op()
{
vten.style.display="";
vps.style.display="none";
}
</script>
<body oncontextmenu="return false" onselectstart="return false"
onkeydown="return (event.ctrlKey && event.keyCode == 78) ? false : true"
ondragstart="return false" onmouseover="window.status=''; return true">
<table height="100%" border="0" cellpadding="0" cellspacing="0" class="order-bottom" background="../images/order_ph31.gif" >
<tr>
<td height="22" valign="top"><img src="../images/order_ph11.gif" width="232" height="23"></td>
</tr>
<tr>
<td height="36" style="background:url(../images/order_ph21.jpg) left 0 no-repeat;" class="m-title"> <?=$pn_checkmeaccount?></td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td><table width="172" border="0" align="center" cellpadding="2" cellspacing="2" class="text-order">
<tr>
<td class="text-order-icon">
<span id="vps" style="display:none"><a href="#" onClick="op();"><img src="../images/<?=$_SESSION["openlist"]?>" border="0" align="absmiddle"></a></span>
</tr>
<tr>
<td class="text-order-icon"><?=$pn_memberaccount?>:<span align="left" id="vaccount"><?=$user?></span></td>
</tr>
<tr>
<td class="text-order-icon"><?=$pn_nowdate?>:<?=$dates?> <?=$pn_dates?> </td>
</tr>
<tr>
<td class="text-order-icon"><?=$menu_credit?>:<span align="left" id="vcredit"></span> </td>
</tr>
<tr>
<td class="text-order-icon"><?=$menu_used?>:<span align="left" id="vused"></span></td>
</tr>
<?=$vtbs?>
<tr>
<td><span class="style1"><?=$pn_selectpoutunit?></span></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="../images/order_ph51.gif" width="232" height="17"></td>
</tr>
<tr><td>
<span align="center;marign-left:-20px;widtd:215px;">
<table width="220" border="0" cellpadding="0" cellspacing="1" class="t11" id="vten" >
<tr >
<td height="31" colspan="4" align="left"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><span class="fw12" style="color:yellow"> <?=$pn_tentrafic?></span>
<div align="right"></div></td>
<td align="center">
<input type="button" name="Submit" value="<?=$pn_update?>" onClick="window.location.reload();">
<a href="#" onClick="cl();"><img src="../images/xx.jpg" width="21" height="18" border="0" align="absmiddle"></a></td>
</tr>
</table></td>
</tr> <tr align="center" class="t15">
<td height="18"><?=$pn_time?></td>
<td><?=$pn_content?></td>
<td><?=$pn_rate?></td>
<td><?=$pn_money?></td>
</tr>
<?php
while($rowr=mysql_fetch_array($sqlr))
{ ?>
<tr align="center" class="t15">
<td height="18">
<div align="center">
<?=substr($rowr["drop_time"],10)?>
</div></td>
<td>
<div align="left"></div>
<?=$rowr["drop_type"]?>
<?=$rowr["drop_content"]?></td>
<td>
<?=$rowr["drop_rate"]?>
</td>
<td>
<?=$rowr["drop_money"]?>
</td>
</tr>
<?
}?>
</table>
</span>
</td></tr>
</table></td>
</tr>
</table>
<iframe src="ref_left.php" name="zif" width="0" height="0" scrolling="no" frameBorder="0" id="zif">
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -