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

📄 a.asp

📁 程序为品牌程序,信誉、质量、服务有保证 主要功能有文章,留言,下载,论坛,博客,统计,调查 模块化的程序设计
💻 ASP
字号:
<%@language=vbscript codepage=936 %>
<%
option explicit
response.buffer=true	
Const PurviewLevel=2
Const CheckChannelID=2
Const PurviewLevel_Article=3
%>
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="Admin_ChkPurview.asp"-->
<!--#include file="inc/function.asp"-->
<!--#include file="inc/admin_code_article.asp"-->
<%
dim ClassID,SpecialID
dim SkinID,LayoutID,SkinCount,LayoutCount,ClassMaster,BrowsePurview,AddPurview
ClassID=session("ClassID_Article")
SpecialID=session("SpecialID_Article")
if ClassID="" then
	ClassID=0
else
	ClassID=Clng(ClassID)
end if
if SpecialID="" then
	SpecialID=0
else
	SpecialID=Clng(SpecialID)
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>请购买联系站长测试完整程序</title>
<link rel="stylesheet" type="text/css" href="Admin_Style.css">

</head>

<body>

  <table width="580" height="300" border="0" align="center" cellpadding="0" cellspacing="0" class="tdbg">
    
    <tr align="center">
      <td><p>您好,本程序属于收费程序.您下载的是试用版,<br>
        后台这个功能不能使用,如需购买,请联系站长测试完整版的程序
      </p>
        <p>站长俱乐部<br>
        Email:caifuw@yahoo.cn<br>
        QQ:23365210<br>
        官方网站:<a href="http://www.caifuw.com/" target="_blank">http://www.caifuw.com/</a><br>
      技术支持:<a href="http://www.caifuw.com/liuyan/index.asp" target="_blank">http://www.caifuw.com/liuyan/index.asp<br>
      官方论坛:http://www.zzlmw.com/</a>          </p>
        <p>本程序属于新闻信息发布类10强品牌程序,多年以来为大量的网站提供优秀的网站程序<br>
        站长俱乐部提供给用户的不只是代码,更重要的是体贴、周到的服务,站长俱乐部欢迎您来咨询交流</p></td>
    </tr>
</table>
  

  
</body>
</html>
<%
call CloseConn()
%>

⌨️ 快捷键说明

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