[an error occurred while processing this directive] <% ChannelID=2 %> [an error occurred while processing this directive] [an error occurred while processing this directive] [an error occurred while processing this directive] [an error occurred while processing this directive] [an error occurred while processing this directive] [an error occurred while processing this directive] [an error occurred while processing this directive] [an error occurred while processing this directive] <% '************************************************************** ' Software name: PowerEasy SiteWeaver ' Web: http://www.powereasy.net ' Copyright (C) 2005-2008 佛山市动易网络科技有限公司 版权所有 '************************************************************** UserLogined = CheckUserLogined() Dim PE_Content Set PE_Content = New Soft PE_Content.Init If CheckPurview_Channel(ChannelPurview, ChannelArrGroupID, UserLogined, GroupID) = False Then FoundErr = True ErrMsg = ErrMsg & XmlText("BaseText", "ChannelPurviewErr", "
  • 对不起,您没有浏览此频道内容的权限!
  • ") End If If FoundErr = True Then Call WriteErrMsg(ErrMsg, ComeUrl) Response.End End If %> <% '************************************************************** ' Software name: PowerEasy SiteWeaver ' Web: http://www.powereasy.net ' Copyright (C) 2005-2008 佛山市动易网络科技有限公司 版权所有 '************************************************************** Dim PrevSearchTime PrevSearchTime = Trim(Session("Search_Time")) If PrevSearchTime <> "" Then PrevSearchTime = CDate(PrevSearchTime) If DateDiff("s", PrevSearchTime, Now) < SearchInterval Then Response.Write "


    为了避免恶意搜索而消耗大量系统资源,请您在 " & SearchInterval & " 秒后再刷新本页!

    " Response.End End If End If ClassID = PE_CLng(Trim(Request("ClassID"))) SpecialID = PE_CLng(Trim(Request("SpecialID"))) SkinID = DefaultSkinID PageTitle = "搜索结果" strFileName = "Search.asp?ModuleName=" & ModuleName & "&Field=" & strField & "&Keyword=" & Keyword & "&ClassID=" & ClassID & "&SpecialID=" & SpecialID strPageTitle = SiteName & "----" & PageTitle Call PE_Content.GetHTML_Search Response.Write strHtml Session("Search_Time") = Now Set PE_Content = Nothing Call CloseConn %>