⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 a_count_6s.asp

📁 1。超强文件读写锁定
💻 ASP
字号:

<!--#include file="Include/conn.asp"-->
<!--#include file="Include/Islogin.asp"-->

<%'创建时间:2006/01/08
'创建人:
'功能:用于总代理统计连码下注
%>
<%set rs_rate=server.CreateObject("adodb.recordset")
rsrate="select rate_number,rate_6s from rate_1 "
  rs_rate.open rsrate,conn,1,1

  
 set rs_1=server.CreateObject("adodb.recordset")
 count_1="SELECT Invest_rate1,  Invest_secondtype, isnull(COUNT(*),0)AS re,u_money=SUM(isnull(Invest_money,0))  FROM Invest_l WHERE (Invest_frist='"&session("a_name")&"' or invest_second='"&session("a_name")&"') AND (Invest_banlance = 0) AND (Invest_type = '9') AND (Invest_secondtype =64) AND (Invest_issue = "&count_issue&") GROUP BY Invest_secondtype, Invest_rate1" 

 rs_1.open count_1,conn,1,1
%>
 <% dim s
  s=session("A_name")
  set M_rs=server.createobject("adodb.recordset")

    M_sql="select Agent_page,Agent_online,Agent_id,Agent_name,Agent_realname,Agent_total,Agent_list,Agent_rank,Agent_restart,Agent_fronttime,Agent_regtime from Agent where Agent_name='"&s&"'"
 M_rs.open M_sql,conn,1,3
   M_rs("Agent_fronttime")=now()
  M_rs("Agent_online")=now()
  M_rs("Agent_page")="收付-六肖"
  M_rs.update%>
<html>
<head>
<link href="include/css.css" rel="stylesheet" type="text/css">
<meta http-equiv='refresh' content='360'>
<title>无标题文档</title>
<style type="text/css">
<!--
body {
	margin-top: 0px;
}
.unnamed1 {
	color: #FF9900;
	text-decoration: none;
}
.style11 {color: #000000}
.lp {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #0066ff;
	text-decoration: none;
}
.style1 {
	font-size: 12px;
	color: #FF0000;
}
.style2 {color: #FF0000}
.style3 {color: #009900}
.style4 {color: #0033FF}

-->
</style>
</head>

<body topMargin=0 style="background-color: #F2F2F2">
<table width="740" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0" height="26">
  <tr>
    <td align="center"> 六合彩
          <select name="menu1" onChange="MM_jumpMenu('self.parent.mainFrame',this)">
          <option value="A_Countz.asp?pan=a" selected>盘口</option>
          <option value="A_Count.asp?pan=a"  <%if pan="a"  then response.write "selected" %>>A盘</option>
          <option value="A_Count.asp?pan=b" <%if pan="b"  then response.write "selected" %>>B盘</option>
          <option value="A_Count.asp?pan=c" <%if pan="c"  then response.write "selected" %>>C盘</option>
      </select>
&nbsp;<a href="A_Count.asp?pan=a"> 特码</a>---<a href="A_Countz.asp?pan=a">正码</a>---<a href="Agent_z6.asp?pan=a">正码1-6</a>---<a href="A_Count_l.asp">连码</a>---<a href="Agent_g.asp">正码过关</a>---<a href="A_Couns.asp">生肖色波一肖</a>---<a href="A_Count_6s.asp">六肖</a>---<a href="A_count_bb.asp">半波</a>---<a href="agent_dtail.asp"><font color="#248BCD">详细列表↓</font></a> </td>
  </tr>
</table>
<table border="1" width="739" cellspacing="0" cellpadding="0" bordercolor="#AEB8C1" style="border-collapse: collapse" height="71">
  <tr>
    <td width="731" valign="top" height="71">
<table width="367"  border="0" cellspacing="1" bgcolor="#999999">
	<tr align="center" bgcolor="#CCCCCC">
		<td width="160" height="29" bgcolor="#BCD5E4">时间</td>
		<td width="47" height="29" bgcolor="#BCD5E4">期数</td>
		<td width="150" height="29" bgcolor="#BCD5E4">六肖</td>
	  </tr>
	<tr align="center" bgcolor="#f2f2f2">
	  <td height="24" width="160"><%=formatdatetime(now,0)%></td>
		<td height="20" width="47"><%=count_issue%></td>
		<td height="20" width="150"><%=rs_rate("rate_6s")%><br>
		  <span class="style1">
		  <%if rs_1.eof and  rs_1.bof then
response.write "<font color='#FF0000'>0/0</font>"
else
	response.write "<a href='View_Counts.asp?num=64&type=9' class='lp'>" &rs_1("re")&"/"&rs_1("u_money")&"</a>"


end if
%></a>
	    </span></td>
	  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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