📄 setup.php
字号:
<tr>
<td width="25%" height="15" align="right">留言通知:</td>
<td width="75%" height="15"><p> <input type="checkbox" name="gtz" value="on"<?if($config[mailto]){echo" checked";}?>>
<font color="#808080">[选中有新留言将通过邮件通知给你]</font></p>
</td>
</tr>
<tr>
<td width="25%" height="15" align="right">UBB支持:</td>
<td width="75%" height="15"> <input type="radio" value="1" name="ubb"<?echo$ubb1?>>可用
<input type="radio" value="0" name="ubb"<?echo$ubb0?>>关闭
</td>
</tr>
<tr>
<td width="25%" height="15" align="right">每页显示留言数:</td>
<td width="75%" height="15">
<select name="pagenum" class="input">
<?
$sz = array("5","10","15","20");
for($i=0;$i<4;$i++){
if($sz[$i] == $config[pagenum])
echo "<option value=\"$sz[$i]\" selected>$sz[$i]</option>\n";
else
echo "<option value=\"$sz[$i]\">$sz[$i]</option>\n";
}
?>
</select> 条
</td>
</tr>
<tr>
<td width="25%" height="15" align="right">储存最大留言数:</td>
<td width="75%" height="15">
<select name="size" class="input">
<?
$sz = array("100","150","200","300");
for($i=0;$i<4;$i++){
if($sz[$i] == $config[size])
echo "<option value=\"$sz[$i]\" selected>$sz[$i]</option>\n";
else
echo "<option value=\"$sz[$i]\">$sz[$i]</option>\n";
}
?>
</select> 条
</td>
</tr>
<tr>
<td width="25%" height="15" align="right">最大留言内容:</td>
<td width="75%" height="15">
<select name="strlen" class="input">
<?
$sz = array("300","500","800");
for($i=0;$i<3;$i++){
if($sz[$i] == $config[strlen])
echo "<option value=\"$sz[$i]\" selected>$sz[$i]</option>\n";
else
echo "<option value=\"$sz[$i]\">$sz[$i]</option>\n";
}
?>
</select> 字节
</td>
</tr>
<tr>
<td width="100%" height="8" align="center" colspan="2"></td>
</tr>
<tr>
<td width="25%" height="15" align="right">新密码:</td>
<td width="75%" height="15"> <input type="password" name="pass" size="15" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input"></td>
</tr>
<tr>
<td width="25%" height="15" align="right">旧密码:</td>
<td width="75%" height="15"> <input type="password" name="mm" size="15" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input"> <font color="#808080">修改密码时填入旧密码</font></td>
</tr>
<tr>
<td width="100%" height="8" align="center" colspan="2"></td>
</tr>
<tr>
<td width="100%" height="15" align="center" colspan="2"><input type="submit" value="修改" name="B1" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input">
<input type="reset" value="取消" name="B2" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input"> </td>
</tr> </form>
<tr>
<td width="100%" height="22" align="center" colspan="2"><hr width="90%" size="1"></td>
</tr>
<tr>
<td width="100%" height="16" align="center" colspan="2">
<form method="POST" action="setup.php">
<input type="hidden" name="act" value="glto">
<p>留言内容过滤: <input type="text" name="filter" size="50" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input" value="<?echo$filter;?>">
<input type="submit" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input" value="更新" name="B1"></p>
</td> </form>
</tr>
<tr>
<td width="100%" height="15" align="center" colspan="2">文字间用半角“,”隔开</td>
</tr>
<tr>
<td width="100%" height="22" align="center" colspan="2"><hr width="90%" size="1"></td>
</tr>
<tr>
<td width="100%" height="16" align="center" colspan="2">
<form method="POST" action="setup.php">
<input type="hidden" name="act" value="ggto">
<p> 留言板公告: <input type="text" name="announ" size="50" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input" value="<?echo$announ."\"".$fbdate;?>>
<input type="submit" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input" value="发布" name="B1"></p>
</td> </form>
</tr>
<tr>
<td width="100%" height="15" align="center" colspan="2">限60个字符<br> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td vAlign="top" width="100%" bgColor="#DAEFE1">
<table cellspacing="0" cellPadding="2" width="100%" border="0">
<tbody>
<tr>
<td width="100%" height="32" align="center" colspan="2" class="shadow"><a name="mail"><font color="#0000FF">::邮件系统参数设置::</font></td>
</tr>
<form method="POST" action="setup.php">
<input type="hidden" name="act" value="yjto">
<tr>
<td width="25%" height="15" align="right">用SMTP发信:</td>
<td width="75%" height="15"> <input type="checkbox" name="mail_smtp" value="on"<?if($smtpmail[smtp]){echo" checked";}?>> <font color="#808080">[如系统不能成功发送邮件,请选中此项,用第三方邮件系统。]</font></td>
</tr>
<tr>
<td width="25%" height="15" align="right">邮件服务器:</td>
<td width="75%" height="15"> <input type="text" name="smtp_server" size="25" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input" value="<?echo$smtpmail[server];?>"> <font color="#808080">smtp.yhai.com</font> 端口: <input type="text" name="smtp_port" size="4" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input" value="<?echo$smtpmail[port];?>"> <font color="#808080">25</font></td>
</tr>
<tr>
<td width="25%" height="15" align="right">发信邮箱:</td>
<td width="75%" height="15"> <input type="text" name="mail_from" size="25" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input" value="<?echo$smtpmail[from];?>"> <font color="#808080">abc@yhai.com</font></td>
</tr>
<tr>
<td width="25%" height="15" align="right">用户名:</td>
<td width="75%" height="15"> <input type="text" name="smtp_user" size="15" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input" value="<?echo$smtpmail[user];?>"> <font color="#808080">abc</font> 邮箱密码: <input type="password" name="smtp_pass" size="15" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input" value="<?echo$smtpmail[pass];?>"></td>
</tr>
<tr>
<td width="25%" height="10"></td>
<td width="75%" height="10"></td>
</tr>
<tr>
<td width="100%" height="15" align="center" colspan="2"><input type="submit" value="确定" name="B1" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input">
<input type="reset" value="取消" name="B2" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor=''" class="input"> <br> </td>
</tr> </form>
</tbody>
</table>
<tr>
<td vAlign="top" width="100%" bgColor="#DAEFE1">
<table cellspacing="0" cellPadding="2" width="100%" border="0">
<tbody>
<tr>
<td width="100%" height="32" align="center" class="shadow"><font color="#0000FF">::留言处理::</font><a name="del"></td>
</tr>
<tr>
<td width="100%" height="10" align="center">
<?
if($mk>0)
echo "<a href=\"del.php?disp=rec\" title=\"把回收站的所有留言还原\" onclick=\"return MsgBox();\">还原全部留言</a> <a href=\"del.php?disp=mak\" title=\"把回收站的所有留言删除\" onclick=\"return DelAll('你确定要把回收站清空吗?');\">清空回收站</a>(".$mk.") ";
else
echo '<font color="#808080">还原全部留言</font> <font color="#808080">清空回收站</font>(0) ';
if($num>0)
echo "<a href=\"del.php?disp=del\" title=\"把留言本中的所有留言删除\" onclick=\"return DelAll('你确定要把所有留言给删除吗?');\">删除所有留言</a>(".$num.")";
else
echo '<font color="#808080">删除所有留言</font>(0)';
?>
<br> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<div align="center">
<center>
<table cellpadding="3" cellspacing="0" bordercolor="#4F4F4F" width="400">
<tr>
<td width="100%"> </td>
</tr>
<tr>
<td width="100%" bgcolor="#808080" height="1"></td>
</tr>
<tr>
<td width="100%" align="center">受权使用:<?echo$config[homename];?> / <a href="http://www.yhai.com"
title="宇海网络" target="_blank">Yhai.Com</a> <a href="http://lvsoft.126.com"
title="VerInfo: <?=Verinfo?>" target="_blank">YHPbook v<?=Verion?></a></td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
<?
}
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -