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

📄 yksb.asp

📁 WAP 书站程序 WAP 书站程序 WAP 书站程序
💻 ASP
字号:
<%
dim sb
sb=request("sb")
cesb=md5(request("sb"))
set zhhp=Server.CreateObject("ADODB.Recordset")
  zhhssqlp="select * from Userinfo where CStr(grsb)='"&cesb&"'"
  zhhp.open zhhssqlp,conn,1,3
if zhhp.eof then
myid="0"
myni="游客"
fyzs="500"
flps="10"
zjps="10"
Else
myid=zhhp("id")
myni=zhhp("NAME")
fyzs=zhhp("fyzs")
flps=zhhp("flps")
zjps=zhhp("zjps")
end if
zhhp.close
set zhhp=nothing
%>

⌨️ 快捷键说明

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