?? sysconfig.asp
字號:
<!--#Include file="../Common/Inc_DatConn.asp"-->
<!--#Include file="../Common/setup.asp"-->
<!--#Include file="../Common/Inc_Function.asp"-->
<!--#Include file="Common/Inc_Function.asp"-->
<%
'┌─ 風云ASP在線 ────────────────────────┐
'│ │
'│ 作者:趙振波. http://www.fyasp.com │
'│ │
'│ Q Q:176189168 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系統開發,網站制作,提供高質量的網絡產品、技術和服務!│
'│ │
'│【版權聲明】 │
'│ │
'│ 本程序版權歸坐看風云所有,未經授權擅自修改、復制或散布本程序│
'│ │
'│的部分或全部,將承受嚴厲的民事和刑事處罰,對已知的違反者將給予法 │
'│ │
'│律范圍內的全面制裁。對非法使用此程序所造成的一切后果本人概不負責!│
'│ │
'└─────────────────── http://www.fyasp.com ──┘
%>
<%if IsTimeOut(Session("strAccount"),Session("strPassWord")) then Response.Redirect "index.asp"%>
<html>
<head>
<title><% = strSiteName%> - 網站后臺管理系統</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="Common/Site.css" type="text/css">
</head>
<body leftMargin="0" topMargin="2">
<!--#Include file="Common/inc_Top.asp"-->
<table width="750" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="105" valign="top" style="border-left: 1px solid rgb(0,0,0); border-right: 1px solid rgb(0,0,0)" class="bottom"><br>
<!--#Include file="Common/Inc_Button.asp"-->
</td>
<td valign="top" style="border-right: 1px solid rgb(0,0,0)" align="center" class="banma2">
<table width="96%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="50">當前位置:<a href="Main.asp">管理首頁</a> -> 參數設置</td>
</tr>
</table>
<%
sfso=IsObjInstalled("Scripting.FileSystemObject")
if UCase(Request.Form("Oper")) = "SYSCONFIG" then
gqml1=trim(Request.form("gqml"))
strSysUrl1=gqml1
strSiteName1 =trim(Request.form("strSiteName"))
strSiteUrl1 =trim(Request.form("strSiteUrl"))
reguppic1=trim(Request.form("reguppic"))
strImageUrl1 =gqml1&"images/"
strUploadNewsPhotoUrl1=gqml1&"Upload/News/"
intNewsCot1 =trim(Request.form("intNewsCot"))
intNewInfoCot1 =trim(Request.form("intNewInfoCot"))
intInfoCot1 =trim(Request.form("intInfoCot"))
strSysEdition1 =trim(Request.form("strSysEdition"))
sh1 =trim(Request.form("sh"))
addpoint1 =trim(Request.form("addpoint"))
strUpdateTime1 =trim(Request.form("strUpdateTime"))
ms1 =trim(Request.form("ms"))
File_maxa =trim(Request.form("File_max"))
File_maxa1 =trim(Request.form("File_max1"))
bbdbpath1 =trim(Request.form("bbdbpath"))
intNewtjinfo1=trim(Request.form("intNewtjinfo"))
intNewtjinfof1=trim(Request.form("intNewtjinfof"))
maildom1=trim(Request.form("maildom"))
fyt21=trim(Request.form("fyt2"))
dim smtphost,mail,pass,replyaddress,fs,fobj,nPath,filepath
filepath=server.mappath("../mail.asp")
if Instr(request("smtphost"),"=")>0 or Instr(request("smtphost"),"%")>0 or Instr(request("smtphost"),chr(32))>0 or Instr(request("smtphost"),"?")>0 or Instr(request("smtphost"),"&")>0 or Instr(request("smtphost"),";")>0 or Instr(request("smtphost"),",")>0 or Instr(request("smtphost"),"'")>0 or Instr(request("smtphost"),",")>0 or Instr(request("smtphost"),chr(34))>0 or Instr(request("smtphost"),chr(9))>0 or Instr(request("smtphost"),"
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -