📄 mdb_startok.asp
字号:
<%Admin="SysMdbRC"%>
<!--#include file="check.asp"-->
<!--#include file="mdb_path_info.asp"-->
<%
'#################################################################
'# 晓宇听幽网站内容管理系统(xoYu CMS)
'#
'# 版权所有: 晓宇听幽工作室
'#
'# 制作人 : xoyu(晓宇)
'#
'# 主页地址: http://www.xoYu.com 晓宇听幽工作室
'# 论坛地址: http://www.xoYu.com/bbs/ 晓宇听幽讨论区
'#
'#【版权声明】
'#################################################################
'# 本软体为共享软体(shareware)提供个人网站免费使用,请勿非法修改,
'# 转载,散播,或用于其他图利行为,并请勿删除版权声明。
'# 如果您的网站正式起用了这个脚本,请您通知我们,以便我们能够知晓!
'# 如果可能,请在您的网站做上我们的链接,希望能给予合作。谢谢!
'#################################################################
'# 程序名称:晓宇听幽网站内容管理系统·网站内容管理系统
'# 英文名称:xoYu News 2004 Professional For xoYu CMS
'# 程序创建时间:2003-7-10
'# 程序完成时间:2003-9-11
'# 最后修改时间:2003-11-15
'#################################################################
'# 请您尊重我们的劳动和版权,不要删除以上的版权声明部分,谢谢合作
'# 如有任何问题请到我们的论坛(http://www.xoyu.com/bbs/)告诉我们。
'#################################################################
z=0
button_value=trim(Request.Form("alert_button"))
if button_value="是" then
if request("checkbox1")="yes" then
conn.execute("delete from info")
z=z+1
end if
if request("checkbox2")="yes" then
conn.execute("delete from infotype")
z=z+1
end if
if request("checkbox4")="yes" then
conn.execute("delete from Specialx")
z=z+1
end if
if request("checkbox5")="yes" then
conn.execute("delete from js")
z=z+1
end if
if request("checkbox6")="yes" then
conn.execute("delete from JSFile")
z=z+1
end if
if request("checkbox7")="yes" then
conn.execute("delete from mb")
z=z+1
end if
conn.close
set conn=nothing%>
<!--#include file="mdb_path_user.asp"-->
<%
k=0
if request("checkbox8")="yes" then
conn.execute("delete from UserInfo")
k=k+1
end if
if request("checkbox12")="yes" then
conn.execute("delete from log")
k=k+1
end if
conn.close
set conn=nothing%>
<!--#include file="mdb_path_vote.asp"-->
<%
s=0
if request("checkbox9")="yes" then
conn.execute("delete from Vote")
s=s+1
end if
if request("checkbox10")="yes" then
conn.execute("delete from VoteClass")
s=s+1
end if
conn.close
set conn=nothing%>
<!--#include file="mdb_path_down.asp"-->
<%
f=0
if request("checkbox11")="yes" then
conn.execute("delete from DownFile")
f=f+1
end if
conn.close
set conn=nothing
else
Response.Redirect "index.asp"
end if
CO=z+k+s+f
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta copy="程序制作:xoyu(QQ:5964887)www.xoyu.com">
<title>晓宇听幽网站内容管理系统</title>
<link rel="stylesheet" href="admin.css" type="text/css">
</head>
<body>
<div align="center">
<center>
<table width="380" border="0" cellspacing="1" cellpadding="3" align=center class="tableBorder">
<tr>
<th width="100%" align="center" height="20">
<b>系
统 初 始 化 操 作 成 功</b></th>
</tr>
<tr>
<td class=forumrow width="100%" align="center" height="25" valign="middle">
<p> </p>
<p><b>
<%if CO>0 then%>
<%=CO%>个数据库被清空,你可以开始添加新内容。
<%else%>
你没有选择任何数据库,0个数据库被清空。
<%end if%>
</b></p>
<p> </p>
</td>
</tr>
</table>
</center>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -