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

📄 err.asp

📁 admin/admin.asp是WAP的后台管理登陆页面
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
'=================================================
' Copyright 2007-05 jinqiu. All Rights Reserved.
' Last Update: 2007-05-15   HTTP://www.wapfs.net
'=================================================
%>
<!-- #include file="conn.asp" -->
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
<wml>
<head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
</head>
<card title='错误'>
<p>
<%
if request("id")=1 then response.write "填写不完整"
if request("id")=2 then response.write "你没有权限"
if request("id")=3 then response.write "输入了不文明的文字"
if request("id")=4 then response.write "你注册的手机已经注册"
if request("id")=5 then response.write "手机号应为数字"
if request("id")=6 then response.write "手机号应为11位数字"
if request("id")=7 then response.write "手机应该是130到139的号段"
if request("id")=8 then response.write "手机号没填"
if request("id")=9 then response.write "用户不存在"
if request("id")=10 then response.write "没有此id用户"
if request("id")=11 then response.write "你上传的短信已经有了,上传点别的吧"
if request("id")=12 then response.write "你提交的网站已经存在"
if request("id")=13 then response.write "文件不存在"
if request("id")=14 then response.write "求求你不要黑我的站!"
if request("id")=15 then response.write "小站不容易,不要盗链"
if request("id")=17 then response.write "文件名称没填!"
if request("id")=18 then response.write "文件上传功能关闭!"
if request("id")=19 then response.write "上传文件超出限制文件大小!"
if request("id")=20 then response.write "你所上传的文件类型超出系统限制文件类型!"
if request("id")=21 then response.write "你所上传的文件已经存在!"
%><br/>
-------------<br/>
<anchor><prev/>[=后退=]</anchor><br/></p>
</card>
</wml>

⌨️ 快捷键说明

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