仿雅虎论坛静态生成html版 后台管理:admin/admin.asp 用户名:admin 密码:admin TOP/top.htm 顶部模板 left.htm 左边树形菜单模板

源代码在线查看: btbbs_fun.asp

软件大小: 940 K
上传用户: managerliu123
关键词: admin htm html left
下载地址: 免注册下载 普通下载 VIP

相关代码

								Dim fileStreamObj,textStream,rs_fl
				
				if Request.ServerVariables("HTTP_X_FORWARDED_FOR")="" then youipdress=Request.ServerVariables("REMOTE_ADDR") else youipdress=Request.ServerVariables("HTTP_X_FORWARDED_FOR") end if
				if VarType(Application(BBSname&"LockIP"))=0 or Application(BBSname&"LockIP")="" then
				   Set rs_lockip=conn.execute("select IpDress from LockIP ")
				   if rs_lockip.bof and rs_lockip.eof then
				       Application(BBSname&"LockIP")="NO"
				   else
				       Application(BBSname&"LockIP")=""
				       while not rs_lockip.eof
				           Application(BBSname&"LockIP")=Application(BBSname&"LockIP")+rs_lockip("IpDress")+"|"
				           rs_lockip.movenext
				       wend
				   end if
				   rs_lockip.close
				   set rs_lockip=nothing
				end if
				if Application(BBSname&"LockIP")"NO" then
				    if Instr(1,Application(BBSname&"LockIP"),youipdress)0 then Response.Redirect "../Board/IpLock.html" end if
				end if
				'Response.Write Application(BBSname&"LockIP")
				
				
				Function Login_EN()  '登入快捷窗口
				 if login="Y" then
				  username=Request.Cookies("username")
				  Response.Write "舧			

相关资源