月经过后一周出血:别人能上我上不了www.gao00.com

来源:百度文库 编辑:中科新闻网 时间:2024/04/30 16:44:36
一上就会出现
<!--#include file="config.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="format.asp"-->
<!--#include file="lib/incjs.asp"-->
<!--#include file="lib/ab_top.asp"-->
<!--#include file="lib/nav1.asp"-->
<!--#include file="lib/index_news.asp"-->
<!--#include file="lib/index_diary.asp"-->
<!--#include file="lib/index_body.asp"-->
<!--#include file="lib/index_fenju2.asp"-->
<!--#include file="lib/index_fenju4.asp"-->
<!--#include file="lib/incfooter.asp"-->
<!--#include file="lib/zoom.asp"-->
<%
stats="首页"
dim founderr,errmsg
founderr=false
errmsg=""

if request("page")<>"" then
if not isInteger(request("page")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的日记id参数。"
end if
end if

if founderr then
call diserror()
response.end
else
opendb
sql="select articlecount,softcount,coolsitescount,friendlinkcount,newscount,diarycount,gbcount from allcount"
set rs=conn.execute(sql)
articlecount=rs("articlecount")
softcount=rs("softcount")
coolsitescount=rs("coolsitescount")
friendlinkcount=rs("friendlinkcount")
newscount=rs("newscount")
diarycount=rs("diarycount")
gbcount=rs("gbcount")
rs.close
set rs=nothing

vcount
call top()
call index_nav()
call index_body()
call endpage()
end if
%>

怎么办啊

你是不是把访问的安全级别设置得比别人高啊