%@ CODEPAGE = "936" %> <% '================================= ' ' 阿江酷站访问统计系统 ' Ajiang info@ajiang.net ' www.ajiang.net ' ' 版权所有·抄袭挪用必究 ' '================================= %> <% '权限分配 if session.Contents("master")=false and whatcan<1 then Response.Redirect "help.asp?id=004&error=本统计系统管理员不允许访客查看任何信息。" %>
|
<%if session.Contents("master")=true or whatcan>0 then%>※ 总体数据<%end if%>
<%if session.Contents("master")=true or whatcan>2 then%> |
|
<%if session.Contents("master")=true or whatcan>3 then%>
自定义统计
<%set conn=server.createobject("adodb.connection")
DBPath = Server.MapPath(connpath)
conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select top 2 * from save"
rs.Open sql,conn,1,1
do while not rs.EOF
%>
|
管理员登出
管理员控制台 退出
|