📄 erepfiletext.php
字号:
<?php
if(!defined('InEmpireBak'))
{
exit();
}
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>替换目录文件内容</title>
<link href="images/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
<tr>
<td>位置:<a href="RepFiletext.php">替换目录文件内容</a></td>
</tr>
</table>
<form name="ebakrepfiletext" method="post" action="phome.php" onsubmit="return confirm('确认要替换?');">
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#0472BC">
<tr>
<td width="34%" height="25"><strong><font color="#FFFFFF">替换目录文件内容</font></strong>
<input name="phome" type="hidden" id="phome" value="RepPathFiletext"></td>
<td width="66%" height="25"> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">替换目录:</td>
<td height="25">
<?=$bakpath?>
/
<input name="mypath" type="text" id="mypath" value="<?=$mypath?>" size="38">
<input type="button" name="Submit2" value="选择目录" onclick="javascript:window.open('ChangePath.php?change=1&toform=ebakrepfiletext','','width=750,height=500,scrollbars=yes');"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25" valign="top">将字符:<br> <br> <font color="#666666">(若是正则替换,可用“*”表示任意字符)
</font></td>
<td height="25"><textarea name="oldword" cols="70" rows="8" id="oldword"></textarea>
</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25" valign="top">替换为:</td>
<td height="25"><textarea name="newword" cols="70" rows="8" id="newword"></textarea></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">选项:</td>
<td height="25"><input name="dozz" type="checkbox" id="dozz" value="1">
正则替换</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25"> <div align="left"> </div>
</td>
<td height="25"><input type="submit" name="Submit" value="开始替换">
<input type="reset" name="Submit3" value="重置"> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -