亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? setup.asp

?? 購物系統(本版為正式商業版
?? ASP
字號:
<!-- #include file="conn.asp" -->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="/css.css" rel="stylesheet" type="text/css">

<%
 on error resume next
if Request.QueryString("menu")=1 Then
session("gg")=Request.QueryString("gg")
sql="insert into shop_gg(d1w)values(0)"
conn.execute sql
sql="insert into shop_gg(d1w)values(0)"
conn.execute sql
sql="insert into shop_gg(d1w)values(0)"
conn.execute sql
sql="insert into shop_gg(d1w)values(0)"
conn.execute sql
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=2 Then
session("xw")=Request.QueryString("xw")
conn.execute("alter table [shop_news] add newstop nvarchar(50)")
conn.execute("alter table [shop_news] add newstj nvarchar(50)")
conn.execute("alter table [shop_news] add iuser int default 0")
conn.execute("update [shop_news] set newstop=1")
conn.execute("update [shop_news] set newstj=1")
conn.execute("update [shop_news] set iuser=0")
conn.execute("alter table [shop_config] add news_inc nvarchar(250)")
inc="1,5,1,3,1,5,12,1,6,1,6,1,6,12,1,5,1,5,1,5,1,6,21,1,1,1,1,1,1,1,1,1"
conn.execute("update [shop_config] set news_inc='"&inc&"'")
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=3 Then
session("zt")=Request.QueryString("zt")
conn.execute("alter table [shop_zhuanti] add hot int default 0")
conn.execute("alter table [shop_zhuanti] add iname nvarchar(50)")
conn.execute("alter table [shop_zhuanti] add ipic int default 0")
conn.execute("alter table [shop_zhuanti] add itj int default 0")
conn.execute("alter table [shop_zhuanti] add itop int default 0")
conn.execute("alter table [shop_zhuanti] add iuser int default 0")
conn.execute("update [shop_zhuanti] set hot=0")
conn.execute("update [shop_zhuanti] set ipic=1")
conn.execute("update [shop_zhuanti] set itop=1")
conn.execute("update [shop_zhuanti] set itj=1")
conn.execute("update [shop_zhuanti] set iuser=0")
iname="admin"
conn.execute("update [shop_zhuanti] set iname='"&iname&"'")
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=4 Then
session("tp")=Request.QueryString("tp")
snsn1=1
snsn2=0
snsn3=80
snsn4=80
set rs=server.CreateObject("adodb.recordset")
rs.Open "select * from shop_config ",conn,1,3
rs("shop_config2")=rs("shop_config2")&","&snsn1&","&snsn2&","&snsn3&","&snsn4
rs.update
rs.close
set rs=nothing
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=5 Then
session("gq")=Request.QueryString("gq")
conn.execute("alter table [shop_infomsg] add itop int default 1")
conn.execute("update [shop_infomsg] set itop=1")
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(Server.mappath("Supply/index.asp"))
fso.DeleteFile(Server.mappath("Supply/info_add.asp"))
fso.DeleteFile(Server.mappath("Supply/info_del.asp"))
fso.DeleteFile(Server.mappath("Supply/info_fl.asp"))
fso.DeleteFile(Server.mappath("Supply/info_gong.asp"))
fso.DeleteFile(Server.mappath("Supply/info_hot.asp"))
fso.DeleteFile(Server.mappath("Supply/info_left.asp"))
fso.DeleteFile(Server.mappath("Supply/info_my.asp"))
fso.DeleteFile(Server.mappath("Supply/info_mysave.asp"))
fso.DeleteFile(Server.mappath("Supply/info_qiu.asp"))
fso.DeleteFile(Server.mappath("Supply/info_save.asp"))
fso.DeleteFile(Server.mappath("Supply/infosearch.asp"))
fso.DeleteFile(Server.mappath("Supply/show.asp"))
fso.DeleteFile(Server.mappath("Supply/top.asp"))
Set fso = nothing
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=6 Then
session("rj")=Request.QueryString("rj")
sql = "CREATE TABLE shop_rj_class (id int identity primary key, classname nvarchar(50),class nvarchar(50),px int,adddate smalldatetime )" 
conn.execute sql
conn.execute("alter table [shop_rj] add classid int default 0")
conn.execute("alter table [shop_rj] add itop int default 1")
conn.execute("update [shop_rj] set itop=1")
conn.execute("update [shop_rj] set classid=1")
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(Server.mappath("Diary/index.asp"))
fso.DeleteFile(Server.mappath("Diary/rj_add.asp"))
fso.DeleteFile(Server.mappath("Diary/rj_del.asp"))
fso.DeleteFile(Server.mappath("Diary/rj_hot.asp"))
fso.DeleteFile(Server.mappath("Diary/rj_left.asp"))
fso.DeleteFile(Server.mappath("Diary/rj_my.asp"))
fso.DeleteFile(Server.mappath("Diary/rj_mysave.asp"))
fso.DeleteFile(Server.mappath("Diary/rj_save.asp"))
fso.DeleteFile(Server.mappath("Diary/rj_show.asp"))
fso.DeleteFile(Server.mappath("Diary/rjpinglun.asp"))
fso.DeleteFile(Server.mappath("Diary/rjpl_del.asp"))
fso.DeleteFile(Server.mappath("Diary/rjsearch.asp"))
fso.DeleteFile(Server.mappath("Diary/top.asp"))
Set fso = nothing
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=7 Then
session("tj")=Request.QueryString("tj")
snsn1=1
snsn2=1
set rs=server.CreateObject("adodb.recordset")
rs.Open "select * from shop_config ",conn,1,3
rs("shop_config3")=rs("shop_config3")&","&snsn1&","&snsn2
rs.update
rs.close
set rs=nothing
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=8 Then
session("kf")=Request.QueryString("kf")
sql = "CREATE TABLE shop_kf (id int identity primary key, inc nvarchar(250),kf1 nvarchar(250),kfurl1 nvarchar(250),kf2 nvarchar(250),kfurl2 nvarchar(250),kf3 nvarchar(250),kfurl3 nvarchar(250),kf4 nvarchar(250),kfurl4 nvarchar(250),kf5 nvarchar(250),kfurl5 nvarchar(250),kf6 nvarchar(250),kfurl6 nvarchar(250),kf7 nvarchar(250),kfurl7 nvarchar(250) )" 
conn.execute sql
sql="insert into shop_kf(inc)values(0)"
conn.execute sql
inc="1|#cccccc|80|#333333|#f1f1f1|25|center"
conn.execute("update [shop_kf] set inc='"&inc&"'")
kf1="客服支持"
conn.execute("update [shop_kf] set kf1='"&kf1&"'")
kf2="<img border=0 SRC=http://wpa.qq.com/pa?p=1:9912515:10 alt=點擊這里給我發消息>"
conn.execute("update [shop_kf] set kf2='"&kf2&"'")
kfurl2="http://wpa.qq.com/msgrd?V=1&Uin=9912515&Site=www.9911.com.cn&Menu=yes"
conn.execute("update [shop_kf] set kfurl2='"&kfurl2&"'")
kf3="<img border=0 SRC=http://wpa.qq.com/pa?p=1:477305:10 alt=點擊這里給我發消息>"
conn.execute("update [shop_kf] set kf3='"&kf3&"'")
kfurl3="http://wpa.qq.com/msgrd?V=1&Uin=477305&Site=www.9911.com.cn&Menu=yes"
conn.execute("update [shop_kf] set kfurl3='"&kfurl3&"'")
kf4="技術支持"
conn.execute("update [shop_kf] set kf4='"&kf4&"'")
kf5="<img border=0 SRC=http://wpa.qq.com/pa?p=1:9912515:10 alt=點擊這里給我發消息>"
conn.execute("update [shop_kf] set kf5='"&kf5&"'")
kfurl5="http://wpa.qq.com/msgrd?V=1&Uin=9912515&Site=www.9911.com.cn&Menu=yes"
conn.execute("update [shop_kf] set kfurl5='"&kfurl5&"'")
kf6="<img border=0 SRC=http://wpa.qq.com/pa?p=1:477305:10 alt=點擊這里給我發消息>"
conn.execute("update [shop_kf] set kf6='"&kf6&"'")
kfurl6="http://wpa.qq.com/msgrd?V=1&Uin=477305&Site=www.9911.com.cn&Menu=yes"
conn.execute("update [shop_kf] set kfurl6='"&kfurl6&"'")
kf7="動感論壇"
conn.execute("update [shop_kf] set kf7='"&kf7&"'")
kfurl7="http://club.snsn.net"
conn.execute("update [shop_kf] set kfurl7='"&kfurl7&"'")
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=9 Then
session("shop_snsn")=Request.QueryString("shop_snsn")
conn.execute("alter table [shop_snsn] add xclassid int default 1")
conn.execute("update [shop_snsn] set xclassid=1")
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=10 Then
session("shop_xclass")=Request.QueryString("shop_xclass")
sql = "CREATE TABLE shop_xclass (id int identity primary key, xclass nvarchar(50),xpx int,xxs int default 2,xpic nvarchar(50),xurl nvarchar(50),xh int default 10,xl int default 1,anclassid int,nclassid int )" 
conn.execute sql
response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=11 Then
session("shop_sh")=Request.QueryString("shop_sh")

conn.execute("alter table [shop_vipcount] add vipid int default 0")
sql= "DROP TABLE shop_songhuo"
conn.execute sql
sql = "CREATE TABLE shop_songhuo (songid int identity primary key, subject nvarchar(50),songidorder int default 0 )" 
conn.execute sql
subject="預存款支付"
sql="insert into shop_songhuo(subject,songidorder)values('"&subject&"',1)"
conn.execute sql

sql= "DROP TABLE shop_sys"
conn.execute sql
sql = "CREATE TABLE shop_sys (songid int identity primary key, fsh nvarchar(50),fy int default 0,je int default 0,mje int default 0,px int default 0 )" 
conn.execute sql
fsh="送貨上門"
sql="insert into shop_sys(fsh,fy,je,mje,px)values('"&fsh&"',0,0,0,1)"
conn.execute sql

response.Write "<script language='javascript'>alert('升級成功!');window.location.href='setup.asp';</script>"
response.End
end if

if Request.QueryString("menu")=999 Then
session("gg")=""
session("gq")=""
session("xw")=""
session("zt")=""
session("tp")=""
session("rj")=""
session("kf")=""
session("shop_snsn")=""
session("shop_xclass")=""
session("shop_sh")=""
%>
<script>alert('升級成功,系統將自動刪除setup.asp文件。如果你的空間不支持fso 請手工刪除!');history.back();</script><script>window.close();</script>
<%
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(Server.mappath("setup.asp"))
Set fso = nothing
end if
%>
<style type="text/css">
<!--
.style1 {color: #FF0000}
-->
</style>
<center>

	<TABLE width=600 border=0 align="center" cellPadding=3 cellSpacing=0 borderColor=a4b6d7 style="border-collapse: collapse">
	<TR>
	  <TD height=25 valign="middle" background=images/skins/title.gif align=center>
        <b>動感購物2005V-B到2005V-D升級程序</b></TD>     
	</TR>
</TABLE>
	
	<p>&nbsp;</p>
	<TABLE border=1 align="center" cellPadding=3 cellSpacing=0 borderColor=a4b6d7 ID="Table2" style="border-collapse: collapse">
	<%if session("gg")<>1 then%><TR>
	<TD  height=12 width="100%" >
	  <div align="center">升級網站廣告功能
        <input type="button" value="開始升級" id="gg" name="gg"  onClick="JavaScript:location.href='?menu=1&gg=1'" class="go-wenbenkuang">
	  </div></TD>
	</TR><%end if%>
	<%if session("xw")<>1 then%><TR>
	  <TD  height=6 ><div align="center">升級網站新聞功能
        <input type="button" value="開始升級" id="xw" name="xw"  onClick="JavaScript:location.href='?menu=2&xw=1'" class="go-wenbenkuang">
	  </div></TD>
	  </TR><%end if%>
	<%if session("zt")<>1 then%><TR>
	  <TD  height=3 ><div align="center">升級網站專題功能
        <input type="button" value="開始升級" id="zt" name="zt"  onClick="JavaScript:location.href='?menu=3&zt=1'" class="go-wenbenkuang">
	  </div></TD>
	  </TR><%end if%>
	<%if session("tp")<>1 then%>
	<TR>
	  <TD  height=1 ><div align="center">升級網站圖片功能
        <input type="button" value="開始升級" id="tp" name="tp"  onClick="JavaScript:location.href='?menu=4&tp=1'" class="go-wenbenkuang">
	  </div></TD>
	  </TR><%end if%>
	<%if session("gq")<>1 then%>
	<TR>
	  <TD  height=1 ><div align="center">升級網站供求功能
        <input type="button" value="開始升級" id="gq" name="gq"  onClick="JavaScript:location.href='?menu=5&gq=1'" class="go-wenbenkuang">
	  </div></TD>
	  </TR><%end if%>
	<%if session("rj")<>1 then%>
	  <TR>
	  <TD  height=0 ><div align="center">升級網站日記功能
        <input type="button" value="開始升級" id="rj" name="rj"  onClick="JavaScript:location.href='?menu=6&rj=1'" class="go-wenbenkuang">
	  </div></TD>
	  </TR><%end if%><%if session("tj")<>1 then%>
	  <TR>
	    <TD  height=1 ><div align="center">升級綜合統計功能
            <input type="button" value="開始升級" id="tj" name="tj"  onClick="JavaScript:location.href='?menu=7&tj=1'" class="go-wenbenkuang">
	    </div></TD>
      </TR>
	  <%end if%>
	  <%if session("kf")<>1 then%>
	  <TR>
	    <TD  height=1 ><div align="center">升級在線客服功能
            <input type="button" value="開始升級" id="kf" name="kf"  onClick="JavaScript:location.href='?menu=8&kf=1'" class="go-wenbenkuang">
	    </div></TD>
      </TR>
	  <%end if%>
	  <%if session("shop_snsn")<>1 then%>
	  <TR>
	    <TD  height=1 ><div align="center">升級商品數據功能
            <input type="button" value="開始升級" id="shop_snsn" name="shop_snsn"  onClick="JavaScript:location.href='?menu=9&shop_snsn=1'" class="go-wenbenkuang">
	    </div></TD>
      </TR>
	  <%end if%>
	  <%if session("shop_xclass")<>1 then%>
	  <TR>
	    <TD  height=1 ><div align="center">升級三級分類功能
            <input type="button" value="開始升級" id="shop_snsn" name="shop_snsn"  onClick="JavaScript:location.href='?menu=10&shop_xclass=1'" class="go-wenbenkuang">
	    </div></TD>
      </TR>
	  <%end if%>
	   <%if session("shop_sh")<>1 then%>
	  <TR>
	    <TD  height=1 ><div align="center">升級送貨支付功能
            <input type="button" value="開始升級" id="shop_snsn" name="shop_snsn"  onClick="JavaScript:location.href='?menu=11&shop_sh=1'" class="go-wenbenkuang">
	    </div></TD>
      </TR>
	  <%end if%>
	<TR>
	  <TD  height=2 ><div align="center"><a href="?menu=999" class="style1">全部升級后點擊此處刪除升級文件</a> </div></TD>
	  </TR>
</TABLE>
	
	<p>&nbsp;</p>
	<TABLE width=600 border=0 align="center" cellPadding=3 cellSpacing=0 borderColor=a4b6d7 style="border-collapse: collapse">
      <TR>
        <TD height=12 valign="middle" background=images/skins/title.gif align=center> <strong>1.先運行升級程序然后再覆蓋所有補丁</strong></TD>
      </TR>
      <TR>
        <TD height=13 valign="middle" background=images/skins/title.gif align=center><strong>2.升級后再修改根目錄CONN.ASP文件</strong></TD>
      </TR>
      <TR>
        <TD height=25 valign="middle" background=images/skins/title.gif align=center><strong>3.升級前應先備份好所有文件和數據庫</strong></TD>
      </TR>
</TABLE>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区在线观看动漫| 精品999久久久| 豆国产96在线|亚洲| 激情综合色播五月| 国产精品一区一区| 国产精品91一区二区| 懂色av一区二区三区蜜臀 | 亚洲成av人片一区二区| 亚洲综合免费观看高清完整版在线| 亚洲三级在线免费| 亚洲乱码国产乱码精品精的特点| 亚洲精品成人悠悠色影视| 一区二区在线观看免费| 亚洲国产一区在线观看| 日韩成人精品视频| 国产在线精品一区二区不卡了 | 亚洲人成精品久久久久久| 亚洲欧美日韩成人高清在线一区| 亚洲国产一区视频| 精品午夜久久福利影院 | 欧美午夜电影网| 91精品在线麻豆| 国产欧美日韩亚州综合| 亚洲欧美成aⅴ人在线观看| 亚洲第一主播视频| 国产一区二区毛片| 日韩一区二区麻豆国产| 337p粉嫩大胆色噜噜噜噜亚洲| 欧美国产日产图区| 性感美女久久精品| 国产福利一区在线| 欧美绝品在线观看成人午夜影视| 日韩三级视频在线观看| 亚洲人亚洲人成电影网站色| 日韩电影免费在线| 99视频有精品| 欧美大胆一级视频| 亚洲精品一卡二卡| 国产一区二区三区av电影| 欧美性色黄大片| 国产精品国产三级国产普通话蜜臀| 亚洲成人动漫在线免费观看| 成人网男人的天堂| 精品久久久久久综合日本欧美 | 欧美电影免费观看高清完整版在| 最新欧美精品一区二区三区| 免费成人av在线| 91成人免费在线视频| 国产三级一区二区| 国产电影一区在线| 日韩欧美一区二区视频| 一区二区三区中文在线观看| 风流少妇一区二区| 日韩色在线观看| 亚洲成人免费看| 在线国产电影不卡| 亚洲色图欧美激情| 国产91高潮流白浆在线麻豆| 2020日本不卡一区二区视频| 日韩国产精品91| 欧美日韩视频在线第一区| 亚洲视频1区2区| 99综合电影在线视频| 国产免费久久精品| 国产成人一级电影| 久久久一区二区三区捆绑**| 久久99国产精品久久99| 日韩女优毛片在线| 九九国产精品视频| 精品精品国产高清一毛片一天堂| 日韩福利电影在线观看| 欧美一级一区二区| 午夜精品免费在线观看| 久久久国际精品| 国产成人精品免费| 中文字幕欧美日韩一区| 成人av先锋影音| 亚洲美女视频在线| 欧美在线你懂的| 日本视频在线一区| 久久久影视传媒| eeuss国产一区二区三区| 成人欧美一区二区三区| 97久久精品人人做人人爽50路| 亚洲男人的天堂av| 欧美日韩国产精品成人| 免费观看在线综合色| 欧美成人精精品一区二区频| 国产一区福利在线| 国产精品不卡视频| 欧美亚洲尤物久久| 激情伊人五月天久久综合| 国产人久久人人人人爽| 一本大道综合伊人精品热热| 午夜精品福利一区二区三区蜜桃| 91精品国产91久久久久久一区二区 | 成人晚上爱看视频| 亚洲免费在线看| 日韩视频在线一区二区| 成人永久免费视频| 亚洲第一综合色| 国产亚洲欧美一区在线观看| 99国产欧美久久久精品| 亚洲午夜久久久久久久久电影院| 欧美专区日韩专区| 久草热8精品视频在线观看| 国产亚洲精品超碰| 欧美亚洲国产bt| 国产在线精品一区二区三区不卡| 中文字幕一区二区三区视频| 欧美猛男超大videosgay| 国产电影一区在线| 亚洲bt欧美bt精品777| 久久香蕉国产线看观看99| 91蜜桃网址入口| 一本一本久久a久久精品综合麻豆| 天天亚洲美女在线视频| 国产日韩精品久久久| 欧美精品免费视频| 99re亚洲国产精品| 麻豆91在线观看| 一区二区三区不卡在线观看 | 久久先锋资源网| 蜜桃91丨九色丨蝌蚪91桃色| 国产成人鲁色资源国产91色综| 国产精品福利一区二区三区| 91精品国产综合久久香蕉麻豆| 成人免费高清视频在线观看| 日韩高清一区二区| 一区二区三区高清不卡| 亚洲国产成人一区二区三区| 欧美色图在线观看| 99视频在线精品| 国产成人精品免费网站| 男女性色大片免费观看一区二区| 亚洲亚洲人成综合网络| 亚洲色图在线视频| 国产欧美精品国产国产专区| 精品国产制服丝袜高跟| 日韩亚洲欧美在线观看| 欧美日韩精品一区二区三区蜜桃| 色综合久久久久久久| 9久草视频在线视频精品| 成人精品小蝌蚪| 成人午夜在线播放| 国产成人av电影在线| 国产精品一区二区久久不卡 | 在线不卡中文字幕播放| 欧美又粗又大又爽| 91成人免费网站| 在线观看成人免费视频| 91丨porny丨在线| 91蜜桃在线免费视频| 色综合久久中文综合久久牛| 色狠狠一区二区三区香蕉| 91在线视频播放| 在线观看视频一区| 欧美久久婷婷综合色| 欧美日韩精品欧美日韩精品| 777午夜精品视频在线播放| 这里只有精品免费| 欧美成人在线直播| 国产精品网友自拍| 一区二区在线观看免费| 亚洲1区2区3区4区| 麻豆精品在线视频| 精品亚洲成av人在线观看| 成人综合婷婷国产精品久久| 91亚洲精品乱码久久久久久蜜桃| 色婷婷综合久久久久中文| 69堂亚洲精品首页| 国产视频在线观看一区二区三区| 欧美国产精品一区二区| 亚洲综合色婷婷| 免费在线看一区| 成人黄色a**站在线观看| 在线观看欧美黄色| 精品久久人人做人人爱| 中文字幕欧美国产| 亚洲成人动漫在线观看| 国产精品一区三区| 欧美艳星brazzers| 精品国偷自产国产一区| 亚洲理论在线观看| 久久福利视频一区二区| 91日韩在线专区| 日韩欧美aaaaaa| 肉肉av福利一精品导航| 国精产品一区一区三区mba桃花| jlzzjlzz欧美大全| 日韩欧美国产综合| 成人欧美一区二区三区在线播放| 日韩高清在线不卡| 91视频国产资源| 久久久久久久网| 丝袜美腿亚洲一区二区图片| 成年人午夜久久久| 久久综合五月天婷婷伊人| 午夜精品免费在线观看| 一本一道综合狠狠老|