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

📄 updata000.asp

📁 本源代码为终点小说连载系统 v1.15 Build 0430 SQL清风修改版,欢迎大家下载,学习与交流
💻 ASP
字号:
<!-- #include file="conn.asp" -->
<%Server.ScriptTimeout=999999 '程序执行超时秒数%>
<html>

<head>
<style type="text/css">
textarea,input,object,SELECT	{
	font-size:12px;font-family:Sans Serif, Tahoma, Arial, Georgia, Courier, Times New Roman, Serif, Simsun;vertical-align:middle;padding:1px;color:black;background-color:#FFFFFF;border:1px solid #B7C0C7;margin:2px;  
}
TD { FONT-SIZE: 9pt;}

A:link {
	COLOR: #0000FF; TEXT-DECORATION: none
}
A:visited {
	COLOR: #313131; TEXT-DECORATION: none
}
A:active {
	COLOR: #0000FF; TEXT-DECORATION: none
}

A:hover {
	COLOR: #FF0000;LEFT: 1px; POSITION: relative;TEXT-DECORATION: NONE; TOP: 1px
}

</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>数据库升级文件</title>
</head>

<body>

<table border="0" cellpadding="0" cellspacing="0" width="100%" height="543" align="center">
	<tr>
		<td width="100%" height="543" align="center">
		<table align="center" border="1" cellpadding="0" cellspacing="0" width="70%" height="325" bordercolor="#A4CEE4" bordercolordark="#FFFFFF">
			<tr>
				<td width="100%" height="35" bgcolor="#588fc7" align="center">
				<font color="#FFFFFF" size="2"><b>&nbsp;终点小说连载系统数据库升级</b></font></td>
				<%
if Request("CnEndWeb")="OKsp" then

Set rs = Server.CreateObject("ADODB.Recordset")

'on error resume next '忽略错误


'''''''''''''''''###################[开始操作]#######################''''''''''''''''''


conn.execute("alter TABLE [list_view] add view_showid int default 0")
conn.execute("alter TABLE [list_cook] add cook_viewid int default 0")
conn.execute("alter TABLE [list_book] add cmfu_bl_id int default 0")


'''''''''''''''''##########################################''''''''''''''''''

%>
			</tr>
			<tr>
				<td width="100%" height="273" valign="top" align="center">
				<table border="0" cellspacing="0" width="95%" cellpadding="0" height="270" align="center">
					<tr>
						<td width="100%" height="270"> <p align="center">
						<font color="red">&nbsp;<font face="华文行楷" size="6">恭喜,升级成功!</font></font></p>
						<br>
						<br>
						<br>
						<br>
						<br>
						请点击&quot;完成升级&quot;登陆后台設置系統信息并执行JS生成操作! </td>
					</tr>
				</table>
				 </td>
			</tr>
			<tr>
				<td width="100%" height="25"align="center">
				<input type="button" value="完成升级" id="Button1" name="Button1" onclick="JavaScript:location.href='admin/index.asp'">
				</td>
				<%else%>
			</tr>
			<tr>
				<td width="100%" height="273" valign="top" align="center">
				<table border="0" cellspacing="0" align="center" width="90%" cellpadding="0" height="270">
					<tr>
						<td width="100%" height="270" align="left"style="line-height:140%; "><br>
<font color="#FF0000" size="2">本升级操作极站系统资源,请在系统非繁忙时段进行操作,否则将造成数据库损坏或数据丢失<br>因为升级程序是根据数据库大小及数据量多少来计算升级时间的,<br>所以在执行过程中如果遇到长时间不显示请不要刷新页面,以免造成数据库损坏或数据丢失</font><br><br>本程序仅为1.15正式版
						升级设计,其他版本升级操作请查看网站公告<br>
						请确保您所使用的程序版本为Version 1.15 Build 20051015 SQL 清风修改版或以上版本,如果不是请自行升级。<br>
						<br>本次升级内容为:<br><font color="#FF0000">全自动批量采集作品
						</font>
						<br>
						<br>
						此操作不影响官方以后的升级操作<br>
						请放心使用~! <br>
						</td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td width="100%" height="25" align="center">
				<input type="button" value="开始升级数据库" id="Button1" name="Button1" onclick="JavaScript:location.href='updata000.asp?CnEndWeb=OKsp'">
				<%end if%></td>
			</tr>
		</table>
		<table border="0" cellspacing="0" align="center" width="70%" cellpadding="0" height="17">
			<tr>
				<td width="100%" height="17" align="center">
				<font style="font-family:Impact; font-size:13pt; line-height:14pt; color:5599ff">
				CnEndWeb Up</font> <font style="font-family:Impact; font-size:13pt; line-height:14pt; color:FF0000">CnEnd</font><font style="font-family:Impact; font-size:12pt; line-height:14pt; color:ff9955">.com
				</font>
				<font style="font-size:12pt; line-height:14pt; color:ff9955" face="Comic Sans MS">&nbsp;
				</font>
				<font style="font-size:12pt; line-height:14pt; " face="Comic Sans MS">
				(C)2005-2008</font></td>
			</tr>
		</table>
		</td>
	</tr>
</table>

</body>

</html>

⌨️ 快捷键说明

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