Operating instructions, please read the operating instructions carefully before operating:
1. Please upload the key.asp file in the compressed package to the root directory of KesionCMS.
2. After running key.asp, select the options you need.
3. Note: After use, please click "Delete Key File" or delete the key.asp file in FTP to prevent backdoor from leaving.
4. Function introduction:
A Create a new administrator account if all administrators are deleted.
B Modify the login name and password of the background administrator.
C commercial user registration code modification.
The code copy is as follows:
<%@LANGUAGE="VBSCRIPT"CODEPAGE="936"%>
<%optionexplicit
Response.Buffer=true%>
<!--#includefile="Conn.asp"-->
<!--#includefile="KS_Inc/md5.asp"-->
<!--#includefile="KS_Cls/KS.PublicCls.asp"-->
<%
'*********************************************************
'Softwarename:KesionCMS4.0
'Email:[email protected]:111394,9537636
'Web:http://www.kesion.comhttp://www.kesion.cn
'Copyright(C)KesionNetworkAllRightsReserved.
'*********************************************************
DimKSCls
SetKSCls=NewInstall
KSCls.Kesion()
SetKSCls=Nothing
ClassInstall
PrivateKS
PrivateSqlStr, RS, InstallDir, FsoIndexFile, FsoIndexExt, AdminDirStr, CurrPath, Step
PrivateSubClass_Initialize()
SetKS=NewPublicCls
EndSub
PrivateSubClass_Terminate()
CallCloseConn()
SetKS=Nothing
EndSub
SubKesion
%>
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.0Transitional//EN">
<HTMLxmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>Kexun Website Management System V4.0 Series Product Installation Program</TITLE>
<METAhttp-equiv=Content-Typecontent="text/html;charset=GB2312">
<scriptsrc="<%=AdminDirStr%>/JS/Common.js"language="JavaScript"></script>
<ScriptLanguage="javascript">
<!--
functionCheckForm()