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

📄 login.asp

📁 仿雅虎论坛静态生成html版 后台管理:admin/admin.asp 用户名:admin 密码:admin TOP/top.htm 顶部模板 left.htm 左边树形菜单模板
💻 ASP
字号:
  <!--#include file="../conn.asp"-->
  <!--#include file="Crypt.asp"-->
  <!--#include file="../board/const.asp"-->
  <!--#include file="BtBBS_Fun.asp"-->
<%
  StarTime = Timer():AccessNum=0
  username=Request.Form("username")
  password=Request.Form("password")
  username=replace(replace(replace(replace(username,"'","‘"),"<","&lt;"),">","&gt;")," ","&nbsp;")
  password=replace(replace(replace(replace(password,"'","‘"),"<","&lt;"),">","&gt;")," ","&nbsp;")
  EndTime = Timer()
  if username<>"" and password<>"" then
  AccessNum=AccessNum+1
  Set rs=conn.execute("select top 1 id,用户名,密码,权限,帐号状态 from 用户资料 where 用户名='"&username&"' and 密码='"&password&"' ")
   if rs.bof and rs.eof then
       Response.Cookies("login")="N"
       Call JCC_Board_Top%>
       <center><table width=743><tr><td><a href=index.asp><font class=NavColor>

⌨️ 快捷键说明

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