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

📄 adminnumber.asp

📁 该系统测试用户信息主要由数据库直接输入
💻 ASP
字号:
<!--#include file="conn.asp"-->
<%
  if session("adminname")="" then
  response.redirect "relogin.asp"
  end if

%>
 
 

<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>系统管理</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>

<body>

<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="25">
  <tr>
    <td width="100%">
    <p align="left"><b><br>
    管理员级别:<font color="#FF0000"><% if cint(session("power"))=-1 then %>最高管理员<%end if%><% if cint(session("power"))=0 then %>一般管理员<%end if%><% if cint(session("power"))>0 then %>老师<%end if%><% if cint(session("power"))=-2 then %>无权限老师<%end if%></font><br>
	<br><% if cint(session("power"))=-1 then %>权限:</b>可以对管理员进行管理,并有全部的后台管理功能<%end if%>
	<% if cint(session("power"))=0 then %>权限:</b>除没有"管理员管理"功能以外的所有后台管理功能<%end if%>
	<% if cint(session("power"))>0 then %>权限:</b>仅可以添加和批改相关科目的试卷和题目<%end if%>
	<% if cint(session("power"))=-2 then %>权限:</b>您什么权限都没有,请让最高管理员给您分配<%end if%>
	<br>
	<br>
    <b>服务器有关的变量</b></b><br>
<br>绝对路径:<%=request.ServerVariables("PATH_TRANSLATED")%>
<br>用户IP地址:<%=request.ServerVariables("REMOTE_ADDR")%>
<br>服务器的主机名,DNS别名,或IP地址:<%=request.ServerVariables("SERVER_NAME")%>
<br>服务器处理请求的端口:<%=request.ServerVariables("SERVER_PORT")%>
<br>请求协议的名称和版本:<%=request.ServerVariables("SERVER_PROTOCOL")%>
<br>HTTP服务器的名称和版本:<%=request.ServerVariables("SERVER_SOFTWARE")%>
<br><br>HTTP_ACCEPT_LANGUAGE:<%=request.ServerVariables("HTTP_ACCEPT_LANGUAGE")%>
<br>HTTP_USER_AGENT:<%=request.ServerVariables("HTTP_USER_AGENT")%>
<br>HTTP_REFERER:<%=request.ServerVariables("HTTP_REFERER")%>
    <hr></td>
  </tr>
</table>
<center>
 
<p></p>
 
</body>

</html>

⌨️ 快捷键说明

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