📄 udata.php
字号:
<?php
session_start();
include("../inc/conn.php");
include_once($_SESSION["inclanguage"]);
include("check.php");
$user=$_SESSION["user"];
include_once("ref_common.php");
include("../inc/char.inc.php");
include("../inc/main.js.php");
$menu=$pn_memberinfo;
mysql_query("update online set title='$menu' where user_account='$user'",$conn);
$user=$_SESSION["user"];
$credit=$_SESSION["credit"];
$copy=$_SESSION["copyright"];
if($_SESSION["m"]==1)
{
$sq=" and sign<>'0'";
}else $sq="";
$sqlcut=mysql_query("select * from member_cut where user_account='$user' $sq order by sign asc",$conn);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../styles/css_g/css2.CSS" rel="stylesheet" type="text/css">
<title></title><style type="text/css">
<!--
body {
margin-left: 8px;
background-image: url(../styles/nimg_g/main.gif);
}
-->
</style></head>
<body ><table width="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5" ></td>
</tr>
</table>
<?php include("../inc/linemsg.php");?><table width="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5" ></td>
</tr>
</table>
<table width="688" height="24" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="1%" height="24"><img src="../styles/nimg/menu_l.gif" width="10" height="29"></td>
<td width="97%" valign="bottom" background="../styles/nimg/menu_c.gif"><table width="100%" height="19" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="31%" class="fw12"><?=$pn_member?>:
<?=$user?></td>
<td width="23%" nowrap> </td>
<td width="41%" align="right" nowrap><div id="liveclock"> </div>
</td>
<td width="5%"> </td>
</tr>
</table></td>
<td width="2%"><img src="../styles/nimg/menu_r.gif" width="10" height="29"></td>
</tr>
</table>
<table width="685" border="0" cellpadding="0" cellspacing="1" class="t11">
<tr>
<td height="92" valign="top" class="t17"><table width="100%" height="47" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td height="47" valign="top"><div align="center">
<table width="100%" height="47" border="0" cellpadding="0" cellspacing="1" class="t20" >
<tr class="t12">
<td width="171" height="23" align="center"> <span class="fw12"><?=$pn_type?></span></td>
<td width="171" align="left"><div align="center" class="fw12"><?=$pn_cut?></div></td>
<td width="171"><div align="center" class="fw12"><?=$pn_numberlimits?></div></td>
<td width="171"><div align="center" class="fw12"><?=$pn_pourcredit?></div></td>
</tr>
<?php
while($row=mysql_fetch_array($sqlcut))
{
?>
<tr class="t15">
<td height="21" align="right" class="t17"><div align="right">
<?=$row["cut_unit"];?>
</div></td>
<td class="t15"><div align="right">
<?=$row["cut_num"]?>
</div></td>
<td class="t15"><div align="right">
<?=rmb($row["unit_limit"])?>
</div></td>
<td class="t15"><div align="right">
<?=rmb($row["pour_limit"])?>
</div></td>
</tr>
<? }?>
</table>
</div></td>
</tr>
</table> </td>
</tr>
</table>
<br>
</body>
<?php
include("../inc/vconfoot.inc.php");
echo vconf(6);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -