********** Character batch replacement program asp server version***************************
Installation method: directly place the replace.asp file in any environment that supports asp+FSO.
Running method: Use http://localhost/.../replace.asp to see the effect of the program
The function of this program is mainly used to replace all text file characters in the folder.
Such as: txt, htm, asp, jsp, php,... all text files
div+CSS layout compatible with FF and IE browsers
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Instant view of the current replacement file path
Optionally backup the original file as "original file.bak"
Folder infinite layer nested replacement characters
The file path is displayed
Total number of files and replaced files are displayed
...
Examples of program usage-
Clear similar web Trojans<iframesrc=""width="0"height="0"></iframe>
Replace file characters in batches, and a small number of files will not be able to use this program.
Can be uploaded on the server to replace batch replacement characters online
When "Find Character" and "Replaced String" are the same, you can find which files contain target characters in a large number of text files
....
155120699 original welcome to correct [email protected]:472007-3-12
------------------------------------------------------------------------------------------------------
The code copy is as follows:
<%OptionExplicit%>
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/>
<metahttp-equiv="Content-Language"content="zh-CN"/>
<metaname="author"content="155120699Writing [email protected]"/>
<metaname="Description"content="character replacement program"/>
<metaname="copyright"content="155120699Original web program welcomes correction"/>
<title>character replacement program asp server version</title>
<styletype="text/css">
<!--
#top
{
text-align:center;
margin:auto;
font-size:11pt;
}
#top_b
{
text-align:left;
width:350px;
border:1pxsolid#000000;
margin:auto;
padding:0px;
line-height:200%;
}
#top_bdiv
{
padding-left:8px;
padding-right:8px;
}
#ftitle
{
text-align:center;
width:350px;
background:silver;
font-weight:bold;
letter-spacing:5px;
font-size:15pt;
padding:3px03px0;
color:red;
margin:auto;