📄 sub_just1-6.asp
字号:
<!--#include file="../manage/mConn.asp"-->
<!--#include file="../manage/mConst.asp"-->
<!--#include file="../manage/Number_Info.Asp"-->
<!--#include file="../manage/sk2.Asp"-->
<% Get_Kithe_Para
If Session("SK2B")="" Then
Response.Write ("<script Language=Javascript>alert('Please input username/password and try again!!!');window.open('index.asp','_top');</script>")
Response.End
End If
If Not Isnumeric(Request("K1")) Then
Response.Write ("<script language=javascript>alert('非法参数!');history.go(-1)</script>")
Response.End
End If
If Not Isnumeric(Request("K2")) Then
Response.Write ("<script language=javascript>alert('非法参数!');history.go(-1)</script>")
Response.End
End If
If Not Isnumeric(Request("K3")) Then
Response.Write ("<script language=javascript>alert('非法参数!');history.go(-1)</script>")
Response.End
End If
Set Rs6=Conn.Execute("Select Top 1 caution,Current_Credits,P_AgentID,self_cuts,super_cuts,ID From m_agent Where Login_Name='"&session("SK2B")&"' Order By ID Desc")
If not Rs6.Eof Then
isshowcolor=Rs6("caution")
'response.Write isshowcolor
end if
Dim K1,K2,K3
Set Rs6=Conn.Execute("Select Top 1 Current_Credits,P_AgentID,self_cuts,super_cuts,ID From m_agent Where Login_Name='"&session("SK2B")&"' Order By ID Desc")
If Rs6.Eof Then
Set Rs6=Nothing
Response.End
end if
Agent_info=Rs6.GetRows(1)
'response.write Agent_info(1,0)&"<br><br><br><br><br><br>"
dim sum_money(55),count_t(55)
for i=1 to 55
sum_money(i)=0
count_t(i)=0
next
if Agent_info(1,0)=0 then
'response.write "Select Top 1 Current_Credits,P_AgentID,self_cuts,super_cuts,Login_Name From m_agent Where ID='"&Agent_info(1,0)&"' Order By ID Desc"
'Set Rs5=Conn.Execute("Select Top 1 Current_Credits,P_AgentID,self_cuts,super_cuts,Login_Name From m_agent Where P_AgentID='"&Agent_info(4,0)&"' Order By ID Desc")
'set Count_Agent=server.createobject("adodb.recordset")
'sql="Select Top 1 Current_Credits,P_AgentID,self_cuts,super_cuts,Login_Name From m_agent Where P_AgentID='"&Agent_info(4,0)&"' Order By ID Desc"
'Count_Agent.open sql,conn,1,1
'do while not Count_Agent.eof
manager=Session("SK2B")
SQL6="Select sum_m="
If Request("K2")="" Or Request("K2")=1 Then
K2=1
SQL6=SQL6&" sum_m,"
Else
K2=0
SQL6=SQL6&"sum_m*zong_zc/100,"
End If
SQL6=SQL6&"chilp_value,chilp_types,sort,dai_zc,zong_zc From m_chilp where Agent_second='"&session("SK2B")&"'"
If Request("K1")="" Or Request("K1")=0 Then
K1=0
SQL6=SQL6&" And Memed='a'"
Else
if Request("K1")=1 then
K1=1
SQL6=SQL6&" And Memed='b'"
else
K1=2
SQL6=SQL6&" And Memed='c'"
end if
End If
SQL6=SQL6&" and Kithe='"&Current_Kithe_Num&"' and banlance='0' and sort='正码1-6'"
'response.Write SQL6
Set Rs6=Conn.Execute(SQL6)
If Rs6.Eof Then
Set Rs6=Nothing
else
show_count=Rs6.GetRows(-1)
set Count_rs=server.createobject("adodb.recordset")
sql=SQL6
Count_rs.open sql,conn,1,1
do while not Count_rs.eof
if not isnumeric(Count_rs("chilp_value")) then
select case trim(Count_rs("chilp_types"))
case "正码1"
k=0
case "正码2"
k=7
case "正码3"
k=14
case "正码4"
k=21
case "正码5"
k=28
case "正码6"
k=35
end select
select case trim(Count_rs("chilp_value"))
case "单"
sum_money(k+1)=sum_money(k+1)+Count_rs("sum_m")
count_t(k+1)=count_t(k+1)+1
case "双"
sum_money(k+2)=sum_money(k+2)+Count_rs("sum_m")
count_t(k+2)=count_t(k+2)+1
case "大"
sum_money(k+3)=sum_money(k+3)+Count_rs("sum_m")
count_t(k+3)=count_t(k+3)+1
case "小"
sum_money(k+4)=sum_money(k+4)+Count_rs("sum_m")
count_t(k+4)=count_t(k+4)+1
case "红波"
sum_money(k+5)=sum_money(k+5)+Count_rs("sum_m")
count_t(k+5)=count_t(k+5)+1
case "绿波"
sum_money(k+6)=sum_money(k+6)+Count_rs("sum_m")
count_t(k+6)=count_t(k+6)+1
case "蓝波"
sum_money(k+7)=sum_money(k+7)+Count_rs("sum_m")
count_t(k+7)=count_t(k+7)+1
end select
end if
Count_rs.movenext
loop
end if
'Count_Agent.movenext
'loop
else
SQL6="Select sum_m="
If Request("K2")="" Or Request("K2")=1 Then
K2=1
SQL6=SQL6&" sum_m,"
Else
K2=0
SQL6=SQL6&"sum_m*zong_zc/100,"
End If
SQL6=SQL6&"chilp_value,chilp_types,sort,dai_zc,zong_zc From m_chilp where (Agent_first='"&session("SK2B")&"' or Agent_second='"&session("SK2B")&"')"
If Request("K1")="" Or Request("K1")=0 Then
K1=0
SQL6=SQL6&" And Memed='a'"
Else
if Request("K1")=1 then
K1=1
SQL6=SQL6&" And Memed='b'"
else
K1=2
SQL6=SQL6&" And Memed='c'"
end if
End If
SQL6=SQL6&" and Kithe='"&Current_Kithe_Num&"' and banlance='0' and sort='正码1-6'"
'response.Write SQL6
Set Rs6=Conn.Execute(SQL6)
If Rs6.Eof Then
Set Rs6=Nothing
else
show_count=Rs6.GetRows(-1)
set Count_rs=server.createobject("adodb.recordset")
sql=SQL6
Count_rs.open sql,conn,1,1
do while not Count_rs.eof
if not isnumeric(Count_rs("chilp_value")) then
select case trim(Count_rs("chilp_types"))
case "正码1"
k=0
case "正码2"
k=7
case "正码3"
k=14
case "正码4"
k=21
case "正码5"
k=28
case "正码6"
k=35
end select
select case trim(Count_rs("chilp_value"))
case "单"
sum_money(k+1)=sum_money(k+1)+Count_rs("sum_m")
count_t(k+1)=count_t(k+1)+1
case "双"
sum_money(k+2)=sum_money(k+2)+Count_rs("sum_m")
count_t(k+2)=count_t(k+2)+1
case "大"
sum_money(k+3)=sum_money(k+3)+Count_rs("sum_m")
count_t(k+3)=count_t(k+3)+1
case "小"
sum_money(k+4)=sum_money(k+4)+Count_rs("sum_m")
count_t(k+4)=count_t(k+4)+1
case "红波"
sum_money(k+5)=sum_money(k+5)+Count_rs("sum_m")
count_t(k+5)=count_t(k+5)+1
case "绿波"
sum_money(k+6)=sum_money(k+6)+Count_rs("sum_m")
count_t(k+6)=count_t(k+6)+1
case "蓝波"
sum_money(k+7)=sum_money(k+7)+Count_rs("sum_m")
count_t(k+7)=count_t(k+7)+1
end select
end if
Count_rs.movenext
loop
end if
end if
Set Rs6=Conn.Execute("Select Top 55 item_value,rate,current_rate,wager_gold,ID,wager_gold from m_rate where item_sort='正码1-6' Order By ID")
Dim ShowTable
ShowTable=Rs6.GetRows(55)
select case cstr(Request("K3"))
case "0"
retime=120
K3=0
case "1"
retime=10
K3=1
case "2"
retime=20
K3=2
case "3"
retime=60
K3=3
case else
retime=120
end select
'response.write K3
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>main</TITLE>
<META http-equiv="refresh" content="<%=retime%>;text/html; charset=gb2312"><LINK
href="../images/control_main.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2800.1476" name=GENERATOR></HEAD>
<BODY text=#000000 vLink=#0000ff aLink=#0000ff bgColor=#ffffff leftMargin=0
topMargin=0>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD class=ra_listbet_ctrl_line height=1></TD></TR>
<TR>
<TD class=ra_listbet_ctrl_bg>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<FORM name=myFORM
action=sub_just1-6.asp
method=get>
<TD> 即时注单: <SELECT class=za_select
onchange=self.myFORM.submit() name=K1>
<OPTION value=0 <%If K1=0 Then Response.Write (" Selected ")%>>六合彩A</OPTION>
<OPTION value=1 <%If K1=1 Then Response.Write (" Selected ")%>>六合彩B</OPTION>
<OPTION value=2 <%If K1=2 Then Response.Write (" Selected ")%>>六合彩C</OPTION></SELECT>
<SELECT class=za_select
onchange=self.myFORM.submit() name=K2>
<OPTION value=0 <%If K2=0 Then Response.Write (" Selected ")%>>成数</OPTION>
<OPTION value=1 <%If K2=1 Then Response.Write (" Selected ")%>>全部</OPTION>
</SELECT> --
更新: <SELECT class=za_select
onchange=self.myFORM.submit() name=K3>
<OPTION value=0 <%If K3=0 Then Response.Write (" Selected ")%>>不更新</OPTION>
<OPTION value=1 <%If K3=1 Then Response.Write (" Selected ")%>>10 sec</OPTION>
<OPTION value=2 <%If K3=2 Then Response.Write (" Selected ")%>>20 sec</OPTION>
<OPTION value=3 <%If K3=3 Then Response.Write (" Selected ")%>>60 sec</OPTION>
</SELECT>
<INPUT type=hidden value=1 name=page> -- 香港时间:<%=formattime(now(),"ymdt")%>--
<A href="index_submain.asp">特别号</A>
-- <A
href="sub_12.asp">生肖色波一肖</A>
-- <A
href="sub_just.asp">正码</A>
-- <A style="BACKGROUND-COLOR: #3399ff"
href="sub_just1-6.asp">正码1-6</A>
-- <A
href="sub_link.asp">连码</A>
-- <A
href="sub_gg.asp">正码过关</A> -- <A
href="sub_result.asp">已开奖</A> </TD>
</FORM></TR></TBODY></TABLE></TD></TR>
<TR>
<TD class=ra_listbet_ctrl_line height=1></TD></TR>
<TR>
<TD height=4></TD></TR>
<TR>
<TD><FONT color=#000099> 正码1-6</FONT></TD></TR></TBODY></TABLE>
<TABLE class=ra_listbet_tab id=glist_table cellSpacing=1 cellPadding=0 width=750
border=0>
<TBODY>
<TR class=ra_listbet_title>
<TD width=40>时间</TD>
<TD width=50>期数</TD>
<TD width=50>类别</TD>
<TD width=120>正码一</TD>
<TD width=120>正码二</TD>
<TD width=120>正码三</TD>
<TD width=120>正码四</TD>
<TD width=120>正码五</TD>
<TD width=120>正码六</TD></TR>
<TR bgColor=#ffffff>
<TD rowSpan=7><div align="center"><%=formattime(now(),"md")%><BR>
<%=formattime(now(),"st")%></div></div></TD>
<TD align=middle rowSpan=7><%=Current_Kithe_Num%></TD>
<TD align=middle>单</TD>
<%if isshowcolor=0 or isshowcolor>sum_money(1) then
response.Write "<TD align=middle>"
else
response.Write "<TD align=middle bgColor=#ffff66>"
end if%><%=ShowTable(2,0)%><BR>
<A
href="submain.asp?manager=<%=manager%>&rtype=<%=k1%>&Ashow=<%=k2%>&wtype=3&spnum=1"><FONT
color=#ff0000><%=count_t(1)%>/<%=sum_money(1)%></FONT></A></TD>
<%if isshowcolor=0 or isshowcolor>sum_money(8) then
response.Write "<TD align=middle>"
else
response.Write "<TD align=middle bgColor=#ffff66>"
end if%><%=ShowTable(2,7)%></A> <BR>
<A
href="submain.asp?manager=<%=manager%>&rtype=<%=k1%>&Ashow=<%=k2%>&wtype=3&spnum=8"><FONT
color=#ff0000><%=count_t(8)%>/<%=sum_money(8)%></FONT></A></TD>
<%if isshowcolor=0 or isshowcolor>sum_money(15) then
response.Write "<TD align=middle>"
else
response.Write "<TD align=middle bgColor=#ffff66>"
end if%><%=ShowTable(2,14)%></A> <BR>
<A
href="submain.asp?manager=<%=manager%>&rtype=<%=k1%>&Ashow=<%=k2%>&wtype=3&spnum=15"><FONT
color=#ff0000><%=count_t(15)%>/<%=sum_money(15)%></FONT></A></TD>
<%if isshowcolor=0 or isshowcolor>sum_money(22) then
response.Write "<TD align=middle>"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -