SetFirewall.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. $link=db_connect();
  7. $empire=new mysqlquery();
  8. $editor=1;
  9. //验证用户
  10. $lur=is_login();
  11. $logininid=$lur['userid'];
  12. $loginin=$lur['username'];
  13. $loginrnd=$lur['rnd'];
  14. $loginlevel=$lur['groupid'];
  15. $loginadminstyleid=$lur['adminstyleid'];
  16. //ehash
  17. $ecms_hashur=hReturnEcmsHashStrAll();
  18. //验证权限
  19. CheckLevel($logininid,$loginin,$classid,"firewall");
  20. if($ecms_config['esafe']['openonlinesetting']==0||$ecms_config['esafe']['openonlinesetting']==2)
  21. {
  22. echo"没有开启后台在线配置参数,如果要使用在线配置先修改/e/config/config.php文件的\$ecms_config['esafe']['openonlinesetting']变量设置开启";
  23. exit();
  24. }
  25. $enews=$_POST['enews'];
  26. if(empty($enews))
  27. {$enews=$_GET['enews'];}
  28. if($enews)
  29. {
  30. hCheckEcmsRHash();
  31. include('setfun.php');
  32. }
  33. if($enews=='SetFirewall')
  34. {
  35. SetFirewall($_POST,$logininid,$loginin);
  36. }
  37. db_close();
  38. $empire=null;
  39. ?>
  40. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  41. <html>
  42. <head>
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  44. <title>网站防火墙</title>
  45. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  46. </head>
  47. <body>
  48. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  49. <tr>
  50. <td>位置:<a href="SetFirewall.php<?=$ecms_hashur['whehref']?>">网站防火墙</a>
  51. <div align="right"> </div></td>
  52. </tr>
  53. </table>
  54. <form name="setform" method="post" action="SetFirewall.php" onsubmit="return confirm('确认设置?');" autocomplete="off">
  55. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  56. <?=$ecms_hashur['form']?>
  57. <tr class="header">
  58. <td height="25" colspan="2">网站防火墙 <input name="enews" type="hidden" id="enews" value="SetFirewall">
  59. </td>
  60. </tr>
  61. <tr bgcolor="#FFFFFF">
  62. <td height="25"><div align="left">开启防火墙</div></td>
  63. <td height="25"><input type="radio" name="fw_open" value="1"<?=$ecms_config['fw']['eopen']==1?' checked':''?>>
  64. 开启
  65. <input type="radio" name="fw_open" value="0"<?=$ecms_config['fw']['eopen']==0?' checked':''?>>
  66. 关闭</td>
  67. </tr>
  68. <tr bgcolor="#FFFFFF">
  69. <td width="17%" height="25"><div align="left">防火墙加密密钥</div></td>
  70. <td width="83%" height="25"><input name="fw_pass" type="text" id="fw_pass" value="<?=$ecms_config['fw']['epass']?>" size="35">
  71. <font color="#666666">
  72. <input type="button" name="Submit3" value="随机" onclick="document.setform.fw_pass.value='<?=make_password(36)?>';">
  73. (填写10~50个任意字符,最好多种字符组合)</font></td>
  74. </tr>
  75. <tr bgcolor="#FFFFFF">
  76. <td height="25" valign="top">
  77. <div align="left">允许后台登陆的域名</div></td>
  78. <td height="25"><input name="fw_adminloginurl" type="text" id="fw_adminloginurl" value="<?=$ecms_config['fw']['adminloginurl']?>" size="35">
  79. <font color="#666666"><br>
  80. (设置后必须通过这个域名才能访问后台,如:http://admin.phome.net)</font></td>
  81. </tr>
  82. <tr bgcolor="#FFFFFF">
  83. <td height="25">允许登陆后台的时间点<br> <font color="#666666">(不选为不限制)</font></td>
  84. <td height="25"><table width="500" border="0" cellspacing="1" cellpadding="3">
  85. <tr>
  86. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="0"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',0,')?' checked':''?>>
  87. 0点</td>
  88. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="1"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',1,')?' checked':''?>>
  89. 1点</td>
  90. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="2"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',2,')?' checked':''?>>
  91. 2点</td>
  92. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="3"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',3,')?' checked':''?>>
  93. 3点</td>
  94. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="4"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',4,')?' checked':''?>>
  95. 4点</td>
  96. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="5"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',5,')?' checked':''?>>
  97. 5点</td>
  98. </tr>
  99. <tr>
  100. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="6"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',6,')?' checked':''?>>
  101. 6点</td>
  102. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="7"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',7,')?' checked':''?>>
  103. 7点</td>
  104. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="8"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',8,')?' checked':''?>>
  105. 8点</td>
  106. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="9"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',9,')?' checked':''?>>
  107. 9点</td>
  108. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="10"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',10,')?' checked':''?>>
  109. 10点</td>
  110. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="11"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',11,')?' checked':''?>>
  111. 11点</td>
  112. </tr>
  113. <tr>
  114. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="12"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',12,')?' checked':''?>>
  115. 12点</td>
  116. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="13"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',13,')?' checked':''?>>
  117. 13点</td>
  118. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="14"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',14,')?' checked':''?>>
  119. 14点</td>
  120. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="15"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',15,')?' checked':''?>>
  121. 15点</td>
  122. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="16"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',16,')?' checked':''?>>
  123. 16点</td>
  124. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="17"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',17,')?' checked':''?>>
  125. 17点</td>
  126. </tr>
  127. <tr>
  128. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="18"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',18,')?' checked':''?>>
  129. 18点</td>
  130. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="19"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',19,')?' checked':''?>>
  131. 19点</td>
  132. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="20"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',20,')?' checked':''?>>
  133. 20点</td>
  134. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="21"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',21,')?' checked':''?>>
  135. 21点</td>
  136. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="22"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',22,')?' checked':''?>>
  137. 22点</td>
  138. <td><input name="fw_adminhour[]" type="checkbox" id="fw_adminhour[]" value="23"<?=strstr(','.$ecms_config['fw']['adminhour'].',',',23,')?' checked':''?>>
  139. 23点</td>
  140. </tr>
  141. </table></td>
  142. </tr>
  143. <tr bgcolor="#FFFFFF">
  144. <td height="25">允许登陆后台的星期<br> <font color="#666666">(不选为不限制)</font> </td>
  145. <td height="25"><table width="500" border="0" cellspacing="1" cellpadding="3">
  146. <tr>
  147. <td><input name="fw_adminweek[]" type="checkbox" id="fw_adminweek[]" value="1"<?=strstr(','.$ecms_config['fw']['adminweek'].',',',1,')?' checked':''?>>
  148. 星期一</td>
  149. <td><input name="fw_adminweek[]" type="checkbox" id="fw_adminweek[]" value="2"<?=strstr(','.$ecms_config['fw']['adminweek'].',',',2,')?' checked':''?>>
  150. 星期二</td>
  151. <td><input name="fw_adminweek[]" type="checkbox" id="fw_adminweek[]" value="3"<?=strstr(','.$ecms_config['fw']['adminweek'].',',',3,')?' checked':''?>>
  152. 星期三</td>
  153. <td><input name="fw_adminweek[]" type="checkbox" id="fw_adminweek[]" value="4"<?=strstr(','.$ecms_config['fw']['adminweek'].',',',4,')?' checked':''?>>
  154. 星期四</td>
  155. </tr>
  156. <tr>
  157. <td><input name="fw_adminweek[]" type="checkbox" id="fw_adminweek[]" value="5"<?=strstr(','.$ecms_config['fw']['adminweek'].',',',5,')?' checked':''?>>
  158. 星期五</td>
  159. <td><input name="fw_adminweek[]" type="checkbox" id="fw_adminweek[]" value="6"<?=strstr(','.$ecms_config['fw']['adminweek'].',',',6,')?' checked':''?>>
  160. 星期六</td>
  161. <td><input name="fw_adminweek[]" type="checkbox" id="fw_adminweek[]" value="0"<?=strstr(','.$ecms_config['fw']['adminweek'].',',',0,')?' checked':''?>>
  162. 星期日</td>
  163. <td>&nbsp;</td>
  164. </tr>
  165. </table></td>
  166. </tr>
  167. <tr bgcolor="#FFFFFF">
  168. <td height="25">防火墙后台预登陆验证变量名</td>
  169. <td height="25"><input name="fw_adminckpassvar" type="text" id="fw_pass3" value="<?=$ecms_config['fw']['adminckpassvar']?>" size="35">
  170. <font color="#666666">(由英文字母组成,5~20个字符组成)</font></td>
  171. </tr>
  172. <tr bgcolor="#FFFFFF">
  173. <td height="25">防火墙后台预登陆认证码</td>
  174. <td height="25"><input name="fw_adminckpassval" type="text" id="fw_adminckpassval" value="<?=$ecms_config['fw']['adminckpassval']?>" size="35">
  175. <font color="#666666">
  176. <input type="button" name="Submit32" value="随机" onclick="document.setform.fw_adminckpassval.value='<?=make_password(36)?>';">
  177. (填写10~50个任意字符,最好多种字符组合)</font></td>
  178. </tr>
  179. <tr bgcolor="#FFFFFF">
  180. <td height="25">
  181. <div align="left">屏蔽提交敏感字符<br>
  182. <font color="#666666">(设置屏蔽前台所有提交内容及后台登陆内容)<br>
  183. (1)、多个用“,”半角逗号隔开。<br>
  184. (2)、同时包含多字时屏蔽可用双“#”隔开,如“upd##te,select”。</font></div></td>
  185. <td height="25"><textarea name="fw_cleargettext" cols="80" rows="8" style="WIDTH: 100%" id="fw_cleargettext"><?=ehtmlspecialchars($ecms_config['fw']['cleargettext'])?></textarea></td>
  186. </tr>
  187. <tr bgcolor="#FFFFFF">
  188. <td height="25"></td>
  189. <td height="25"><input type="submit" name="Submit" value=" 设 置 "> &nbsp;&nbsp;&nbsp;
  190. <input type="reset" name="Submit2" value="重置"></td>
  191. </tr>
  192. </table>
  193. </form>
  194. </body>
  195. </html>