📄 zhuinc.php
字号:
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="34"><strong>下注状况</strong></td>
</tr>
</table>
<table width="600" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#000066">
<tr>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">编号</font></td>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">时间</font></td>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">期数</font></td>
<td width="127" align="center" bgcolor="#57526b"><font color="#FFFFFF">类别</font></td>
<td width="127" align="center" bgcolor="#57526b"><font color="#FFFFFF">详细</font></td>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">注额</font></td>
<td align="center" bgcolor="#57526b"><font color="#FFFFFF">可赢额</font></td>
</tr>
<?php
if (empty($_GET['qi']))
{
$exec="Select * from z where name='".$_SESSION['name']."' and qi='".$qi2."' order by id";
}
else
{
$exec="Select * from z where name='".$_SESSION['name']."' and qi='#".$_GET['qi']."' order by id";
}
mysql_query("set names gbk");
$resu=mysql_query($exec);
$i=1;
while($rs=mysql_fetch_object($resu))
{
?>
<tr>
<td align="center" bgcolor="#FFFFFF"><?php Echo $i;?></td>
<td align="center" bgcolor="#FFFFFF"><?php Echo $rs->shi;?></td>
<td align="center" bgcolor="#FFFFFF"><?php Echo $rs->qi;?></td>
<td align="center" bgcolor="#FFFFFF" style="Line-height:20px">
<?php Echo $rs->s;?><br>
<?php Echo $rs->sn;?></td>
<td align="center" bgcolor="#FFFFFF">
<script>drawstart('<?php Echo $rs->sz;?>');</script>
@
<strong style="color:#FF0000"><?php Echo $rs->p;?></strong></td>
<td align="center" bgcolor="#FFFFFF"><?php Echo $rs->jin;?></td>
<td align="center" bgcolor="#FFFFFF">
<?php if (empty($_GET['qi'])) {?>
<?php Echo ($rs->jin)*($rs->p)-($rs->jin);?>
<?php }else{?>
<?php Echo $rs->jie+$rs->jie2;?>
<?php }?></td>
</tr>
<?php
$i=$i+1;
$jinz=$jinz+$rs->jin;
$yingz=$yingz+(($rs->jin)*($rs->p)-($rs->jin));
$jiez=$jiez+$rs->jie+$rs->jie2;
}
mysql_close();
?>
<tr>
<td colspan="5" align="right" bgcolor="#e9e9e9">
<img src="p/p.jpg" width="22" height="20" align="absmiddle">
<a href="javascript:window.print()"><font color="#0000FF"><strong>打印</strong></font></a> </td>
<td align="center" bgcolor="#FFFFe0"><strong style="font-size:14px; color:#CC0000"><?php Echo $jinz;?></strong></td>
<td align="center" bgcolor="#FFFFe0"><strong style="font-size:14px; color:#CC0000">
<?php if (empty($_GET['qi'])) {?>
<?php Echo $yingz;?>
<?php }else{?>
<?php Echo $jiez;?>
<?php }?></strong></td>
</tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<br><br>
<font style="font-size:12px; color:#808080">
(c) 保留所有权利更多六合程序请访问:www.winsk.com QQ:58424431<BR>
最佳视窗请用 WinXp IE 6.0 1024x800 或以上<BR>
21.5 0.0232s REP207</font></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -