config.asp
来自「是个不错的文件代码,希望大家好好用,」· ASP 代码 · 共 21 行
ASP
21 行
<%
option explicit
response.buffer=true
public sitename,menuid,title
public isfirstview_msgstr
public clientip
public opendb '是否打开数据库,功能暂时没有发布
const systempath ="/test/" '如“/search/”
const mail_fromname = "玫瑰情缘(dfsh)"
const webmaster_email = "774338@qq.com"
const cookiename = "dfsh"
dim crlf : crlf = chr(13) & chr(10)
sitename="玫瑰情缘(dfsh)"
clientip=request.servervariables("remote_addr")
if request.cookies(cookiename&"isfirstview_sethome") = "" then
response.cookies(cookiename&"isfirstview_sethome") = cstr(now())
response.cookies(cookiename&"isfirstview_sethome").expires = date + 30
isfirstview_msgstr = " onunload=""sethome();"""
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?