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

📄 inc_common.asp

📁 信运网店系统是一套功能完善、简洁美观
💻 ASP
字号:
<%@ LANGUAGE = VBScript CodePage = 936%>
<%Option Explicit%>
<%Response.Buffer = True%>
<%session.timeout=20%>
<!--#include file="inc_connect.asp"-->
<%
'**************************************
'**		inc_common.asp
'**
'** 修改日期:2005-08-20
'** 作者:Howlion
'** Email:howlion@163.com
'**************************************


'//////// 访问统计
if not session("in_site") = true then
	set rs= server.createobject("adodb.recordset")
	sql="select top 1 stat from [admin]"
	rs.open sql,conn,3,2
	rs.update
	rs("stat")=rs("stat")+1
	rs.update
	rs.close
	set rs=nothing
	session("in_site") = true
end if

'//////// 常用数据提取
dim name,password,perpage,site,URL,adminmail
dim maxnum,notice,stat,lock,needcheck,badip,adword,UBBcfg
dim skinFolder,imagesFolder,emotFolder,userfacesFolder
set rs=server.createobject("adodb.recordset")
sql="select top 1 * from [admin]"
rs.open sql,conn,1,1
	name=rs("name")
	password=rs("password")
	perpage=rs("perpage")
	site=rs("site")
	URL=rs("URL")
	adminmail=rs("adminmail")
	maxnum=rs("maxnum")
	notice=rs("notice")
	stat=rs("stat")
	lock=rs("lock")
	needcheck=rs("needcheck")
	badip=rs("badip")
	adword=rs("adword")
	UBBcfg=rs("UBBconfig")
	skinFolder=rs("skinFolder")
	imagesFolder=rs("imagesFolder")
	emotFolder=rs("emotFolder")
	userfacesFolder=rs("userfacesFolder")
	'//////// 自定义UBB支持
	dim UBBcfg_font,UBBcfg_size,UBBcfg_color,UBBcfg_b,UBBcfg_i,UBBcfg_u
	dim UBBcfg_center,UBBcfg_URL,UBBcfg_email,UBBcfg_shadow,UBBcfg_glow
	dim UBBcfg_pic,UBBcfg_swf,UBBcfg_emot
		if instr(UBBcfg,"font")>0 then UBBcfg_font=1
		if instr(UBBcfg,"size")>0 then UBBcfg_size=1
		if instr(UBBcfg,"color")>0 then UBBcfg_color=1
		if instr(UBBcfg,"bold")>0 then UBBcfg_b=1
		if instr(UBBcfg,"italic")>0 then UBBcfg_i=1
		if instr(UBBcfg,"underline")>0 then UBBcfg_u=1
		if instr(UBBcfg,"center")>0 then UBBcfg_center=1
		if instr(UBBcfg,"URL")>0 then UBBcfg_URL=1
		if instr(UBBcfg,"email")>0 then UBBcfg_email=1
		if instr(UBBcfg,"shadow")>0 then UBBcfg_shadow=1
		if instr(UBBcfg,"glow")>0 then UBBcfg_glow=1
		if instr(UBBcfg,"pic")>0 then UBBcfg_pic=1
		if instr(UBBcfg,"swf")>0 then UBBcfg_swf=1
		if instr(UBBcfg,"emot")>0 then UBBcfg_emot=1

rs.close
set rs=nothing

dim user_ip	'//////// 取得真实IP地址
if request.servervariables("http_x_forwarded_for")="" then
	user_ip=request.servervariables("remote_addr")
else
	user_ip=request.servervariables("http_x_forwarded_for")
end if

if not badip="" then	'//////// 限制IP访问
	dim allbadip,i
		allbadip=split(badip,chr(13)&chr(10))
	for i = lbound(allbadip) to ubound(allbadip)
		if user_ip = trim(allbadip(i)) then
			errinfo="<li>您的IP已被阻挡。"
			call showError()
			response.end
		end if
	next
end if

dim login	'//////// 判断是否登陆
if session("SranM_login") = true then
	login=true
else
	if Request.Cookies("SranM_mypassword") = password then
		login=true
	else
		login=false
	end if
end if

dim pagename
dim code_version
	code_version="2.20b" '//////// 版本号


sub pageHead() '//////// 页面头部信息
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn" lang="zh-cn">
<head>
<meta name="description" content="旋木留言本(SranM Guestbook) V<%=code_version%>" />
<meta name="keywords" content="<%=site%>,留言本,留言,SranM,guestbook,旋木留言本" />
<meta http-equiv="content-language" content="zh-cn" />
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<%if pagename="查看留言" then%><title>留言本 - <%=site%></title>
<%else%><title><%=pagename%> - <%=site%></title><%end if%>
<link rel="stylesheet" type="text/css" href="<%=skinFolder%>/style.css" />
<script type="text/javascript" src="inc_common.js"></script>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style></head>
<%
end sub

sub bodySkin() '//////// 通用界面
call pageHead()
sql="select id from [topic] order by usertime desc"
set rs=server.createobject("ADODB.recordset")
rs.open sql,conn,1,1

dim totalMsg
totalMsg=rs.recordcount
rs.close
set rs=nothing
%>
<body>
    
      <div id="gbInfo">
        <div id="gbInfo-info">
        <%if not login then%>
        欢迎来到&nbsp;<b><a href="<%=URL%>"><%=site%></a></b>&nbsp;&nbsp;管理员: <b><a href="mailto:<%=adminmail%>"><%=name%></a></b>&nbsp;&nbsp;
        <%else%>
        欢迎&nbsp;<b><%=name%></b>&nbsp;&nbsp;
        <a href="bulletin.asp">发布公告</a>&nbsp;&nbsp;
        <a href="index.asp">管理留言</a>&nbsp;&nbsp;
        <a href="admin.asp?act=batch">批量</a>&nbsp;&nbsp;
        <a href="admin.asp?act=main">设置留言本</a>&nbsp;&nbsp;
        <a href="login.asp?act=logout">退出登陆</a>&nbsp;&nbsp;
        <%end if%>
        访问: <b><%=stat%></b>&nbsp;次&nbsp;&nbsp;
        留言: <b><%=totalMsg%></b>&nbsp;条
        </div>
        <div id="gbInfo-pageName"><span class="normalText">位置:</span><h2><%=pagename%></h2></div>
      </div>
    </div>
      <div id="gbcontent">
      <%call pageContent()%>
 
</body>
</html>
<%
end sub

dim errinfo	'//////// 错误信息
errinfo=""
sub showError()
	if not errinfo="" then
		response.redirect "error.asp?errinfo="&errinfo
		response.flush
	end if
end sub

sub getEmot()	'//////// 获取表情图
	dim ii,i
	for i=1 to 42
		if len(i)=1 then ii="0" & i else ii=i%><a href="javascript:insertemot('[emot<%=ii%>]')"><img src="<%=emotFolder%>/<%=ii%>.gif" class="emot" /></a>&nbsp;<%
		if i=15 or i=30 then response.write "<br />"
	next
end sub

function sql_filter(text)	'//////// 在提交内容时进行SQL过滤
	if isnull(text) then
		sql_filter=""
		exit function
	end if

	dim Replace_words
	Set Replace_words=new RegExp
	Replace_words.IgnoreCase =True
	Replace_words.Global=True

	Replace_words.Pattern="(')"
	text=Replace_words.Replace(text,"''")
	Replace_words.Pattern="(;)"
	text=Replace_words.Replace(text,";")
	Replace_words.Pattern="(%)"
	text=Replace_words.Replace(text,"%")
	Replace_words.Pattern="(and)"
	text=Replace_words.Replace(text,"and")
	Replace_words.Pattern="(exec)"
	text=Replace_words.Replace(text,"exec")
	Replace_words.Pattern="(execute)"
	text=Replace_words.Replace(text,"execute")
	Replace_words.Pattern="(insert)"
	text=Replace_words.Replace(text,"insert")
	Replace_words.Pattern="(select)"
	text=Replace_words.Replace(text,"select")
	Replace_words.Pattern="(delete)"
	text=Replace_words.Replace(text,"delete")
	Replace_words.Pattern="(update)"
	text=Replace_words.Replace(text,"update")
	Replace_words.Pattern="(count)"
	text=Replace_words.Replace(text,"count")
	Replace_words.Pattern="(chr)"
	text=Replace_words.Replace(text,"chr")
	Replace_words.Pattern="(mid)"
	text=Replace_words.Replace(text,"mid")
	Replace_words.Pattern="(master)"
	text=Replace_words.Replace(text,"master")
	Replace_words.Pattern="(truncate)"
	text=Replace_words.Replace(text,"truncate")
	Replace_words.Pattern="(char)"
	text=Replace_words.Replace(text,"char")
	Replace_words.Pattern="(declare)"
	text=Replace_words.Replace(text,"declare")

	Set Replace_words=Nothing
	sql_filter = text
end function

function back_filter(text)	'//////// 在显示内容时还原被替换掉的文本
	if isnull(text) then
		back_filter=""
		exit function
	end if
	text = Replace(text,"''","'")
	text = Replace(text,";",";")
	text = Replace(text,"%","%")
	text = Replace(text,"and","and")
	text = Replace(text,"exec","exec")
	text = Replace(text,"execute","execute")
	text = Replace(text,"insert","insert")
	text = Replace(text,"select","select")
	text = Replace(text,"delete","delete")
	text = Replace(text,"update","update")
	text = Replace(text,"count","count")
	text = Replace(text,"chr","chr")
	text = Replace(text,"mid","mid")
	text = Replace(text,"master","master")
	text = Replace(text,"truncate","truncate")
	text = Replace(text,"char","char")
	text = Replace(text,"declare","declare")
	back_filter = text
end function
%>

⌨️ 快捷键说明

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