SetPageCache.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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,"public");
  20. //设置页面缓存参数
  21. function SetPageCache($add,$userid,$username){
  22. global $empire,$dbtbpre;
  23. CheckLevel($userid,$username,$classid,"public");//验证权限
  24. $add['ctimeopen']=(int)$add['ctimeopen'];
  25. $add['ctimeindex']=(int)$add['ctimeindex'];
  26. $add['ctimeclass']=(int)$add['ctimeclass'];
  27. $add['ctimelist']=(int)$add['ctimelist'];
  28. $add['ctimetext']=(int)$add['ctimetext'];
  29. $add['ctimett']=(int)$add['ctimett'];
  30. $add['ctimetags']=(int)$add['ctimetags'];
  31. $add['ctimeaddre']=(int)$add['ctimeaddre'];
  32. $add['ctimeqaddre']=(int)$add['ctimeqaddre'];
  33. $ctimelast=$add['ctimelast'];
  34. if($ctimelast)
  35. {
  36. $ctimelast=to_time($ctimelast);
  37. }
  38. $ctimelast=(int)$ctimelast;
  39. $sql=$empire->query("update {$dbtbpre}enewspublicadd set ctimeopen='$add[ctimeopen]',ctimeindex='$add[ctimeindex]',ctimeclass='$add[ctimeclass]',ctimelist='$add[ctimelist]',ctimetext='$add[ctimetext]',ctimett='$add[ctimett]',ctimetags='$add[ctimetags]',ctimegids='".eaddslashes($add[ctimegids])."',ctimernd='".eaddslashes($add[ctimernd])."',ctimecids='".eaddslashes($add[ctimecids])."',ctimelast='$ctimelast',ctimeaddre='$add[ctimeaddre]',ctimeqaddre='$add[ctimeqaddre]' limit 1");
  40. if($sql)
  41. {
  42. GetConfig();
  43. //操作日志
  44. insert_dolog("");
  45. printerror("SetPageCacheSuccess","SetPageCache.php".hReturnEcmsHashStrHref2(1));
  46. }
  47. else
  48. {printerror("DbError","history.go(-1)");}
  49. }
  50. //清空动态页面缓存
  51. function ClearPageCache($add,$userid,$username){
  52. global $empire,$dbtbpre,$ecms_config,$public_r;
  53. $cpage=(int)$add['cpage'];
  54. if(!$cpage)
  55. {
  56. printerror("ErrorUrl","history.go(-1)");
  57. }
  58. $cachepager=ePagenoGetPageCache($cpage);
  59. if(!$cachepager['esyspath'])
  60. {
  61. printerror("ErrorUrl","history.go(-1)");
  62. }
  63. $basepath=$ecms_config['sets']['ecmscachepath'].$cachepager['esyspath'];
  64. $cpath=$cachepager['cpath']?'/'.$cachepager['cpath']:'';
  65. $docpath=$basepath.$cpath;
  66. $del=DelPath($docpath);
  67. if($cpath=='')
  68. {
  69. Ecms_eMkdir($docpath);
  70. }
  71. //操作日志
  72. insert_dolog("cpage=$cpage");
  73. printerror("ClearPageCacheSuccess",EcmsGetReturnUrl());
  74. }
  75. $enews=$_POST['enews'];
  76. if(empty($enews))
  77. {$enews=$_GET['enews'];}
  78. if($enews)
  79. {
  80. hCheckEcmsRHash();
  81. include("../../class/delpath.php");
  82. }
  83. if($enews=="SetPageCache")//设置页面缓存参数
  84. {
  85. SetPageCache($_POST,$logininid,$loginin);
  86. }
  87. elseif($enews=="ClearPageCache")//清空页面缓存
  88. {
  89. @set_time_limit(1000);
  90. ClearPageCache($_GET,$logininid,$loginin);
  91. }
  92. else
  93. {}
  94. $r=$empire->fetch1("select * from {$dbtbpre}enewspublicadd limit 1");
  95. $ctimelast='';
  96. if($r['ctimelast'])
  97. {
  98. $ctimelast=date("Y-m-d H:i:s",$r['ctimelast']);
  99. }
  100. db_close();
  101. $empire=null;
  102. ?>
  103. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  104. <html>
  105. <head>
  106. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  107. <title>动态页缓存设置</title>
  108. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  109. <script type="text/javascript" src="../ecmseditor/js/jstime/WdatePicker.js"></script>
  110. </head>
  111. <body>
  112. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  113. <tr>
  114. <td width="49%">位置:<a href="SetPageCache.php<?=$ecms_hashur['whehref']?>">动态页缓存设置</a> </td>
  115. <td width="51%">
  116. <div align="right" class="emenubutton">
  117. <input type="button" name="Submit522" value="更新动态页面缓存" onclick="self.location.href='../ReHtml/ChangePageCache.php<?=$ecms_hashur['whehref']?>';">
  118. </div>
  119. </td>
  120. </tr>
  121. </table>
  122. <form name="setpublic" method="post" action="SetPageCache.php" onsubmit="return confirm('确认设置?');" autocomplete="off">
  123. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  124. <?=$ecms_hashur['form']?>
  125. <tr class="header">
  126. <td height="25" colspan="3">动态页缓存设置
  127. <input name="enews" type="hidden" value="SetPageCache"></td>
  128. </tr>
  129. <tr bgcolor="#FFFFFF">
  130. <td height="25">开启缓存</td>
  131. <td><input type="radio" name="ctimeopen" value="1"<?=$r['ctimeopen']==1?' checked':''?>>开启
  132. <input type="radio" name="ctimeopen" value="0"<?=$r['ctimeopen']==0?' checked':''?>>关闭</td>
  133. <td>&nbsp;</td>
  134. </tr>
  135. <tr bgcolor="#FFFFFF">
  136. <td width="16%" height="25">首页缓存时间</td>
  137. <td width="42%"><input name="ctimeindex" type="text" id="ctimeindex" value="<?=$r[ctimeindex]?>" size="28">
  138. 分钟<font color="#666666"> (如果会员不缓存,可设置为负数)</font></td>
  139. <td width="42%">[<a href="SetPageCache.php?enews=ClearPageCache&cpage=1<?=$ecms_hashur['href']?>" onclick="return confirm('确认清空 首页 缓存文件?')">清空首页缓存文件</a>]</td>
  140. </tr>
  141. <tr bgcolor="#FFFFFF">
  142. <td height="25">栏目封面页缓存时间</td>
  143. <td><input name="ctimeclass" type="text" id="ctimeclass" value="<?=$r[ctimeclass]?>" size="28">
  144. 分钟<font color="#666666"> (如果会员不缓存,可设置为负数)</font></td>
  145. <td>[<a href="SetPageCache.php?enews=ClearPageCache&cpage=2<?=$ecms_hashur['href']?>" onclick="return confirm('确认清空 栏目封面页 缓存文件?')">清空栏目封面页缓存文件</a>]</td>
  146. </tr>
  147. <tr bgcolor="#FFFFFF">
  148. <td height="25">栏目列表页缓存时间</td>
  149. <td><input name="ctimelist" type="text" id="ctimelist" value="<?=$r[ctimelist]?>" size="28">
  150. 分钟<font color="#666666"> (如果会员不缓存,可设置为负数)</font></td>
  151. <td>[<a href="SetPageCache.php?enews=ClearPageCache&cpage=3<?=$ecms_hashur['href']?>" onclick="return confirm('确认清空 栏目列表页 缓存文件?')">清空栏目列表页缓存文件</a>]</td>
  152. </tr>
  153. <tr bgcolor="#FFFFFF">
  154. <td height="25">栏目内容页缓存时间</td>
  155. <td><input name="ctimetext" type="text" id="ctimetext" value="<?=$r[ctimetext]?>" size="28">
  156. 分钟<font color="#666666"> (如果会员不缓存,可设置为负数)</font></td>
  157. <td>[<a href="SetPageCache.php?enews=ClearPageCache&cpage=4<?=$ecms_hashur['href']?>" onclick="return confirm('确认清空 栏目内容页 缓存文件?')">清空栏目内容页缓存文件</a>]</td>
  158. </tr>
  159. <tr bgcolor="#FFFFFF">
  160. <td height="25">标题分类页缓存时间</td>
  161. <td><input name="ctimett" type="text" id="ctimett" value="<?=$r[ctimett]?>" size="28">
  162. 分钟<font color="#666666"> (如果会员不缓存,可设置为负数)</font></td>
  163. <td>[<a href="SetPageCache.php?enews=ClearPageCache&cpage=5<?=$ecms_hashur['href']?>" onclick="return confirm('确认清空 标题分类页 缓存文件?')">清空标题分类页缓存文件</a>]</td>
  164. </tr>
  165. <tr bgcolor="#FFFFFF">
  166. <td height="25">TAGS页缓存时间</td>
  167. <td><input name="ctimetags" type="text" id="ctimetags" value="<?=$r[ctimetags]?>" size="28">
  168. 分钟<font color="#666666"> (如果会员不缓存,可设置为负数)</font></td>
  169. <td>[<a href="SetPageCache.php?enews=ClearPageCache&cpage=6<?=$ecms_hashur['href']?>" onclick="return confirm('确认清空 TAGS页 缓存文件?')">清空TAGS页缓存文件</a>]</td>
  170. </tr>
  171. <tr bgcolor="#FFFFFF">
  172. <td height="25">不缓存的会员组ID</td>
  173. <td><input name="ctimegids" type="text" id="ctimegids" value="<?=$r[ctimegids]?>" size="28">
  174. <font color="#666666">(多个会员组ID用半角逗号“,”隔开)</font></td>
  175. <td>&nbsp;</td>
  176. </tr>
  177. <tr bgcolor="#FFFFFF">
  178. <td height="25">不缓存的栏目ID</td>
  179. <td><input name="ctimecids" type="text" id="ctimecids" value="<?=$r[ctimecids]?>" size="28">
  180. <font color="#666666">(多个栏目ID用半角逗号“,”隔开)</font></td>
  181. <td>&nbsp;</td>
  182. </tr>
  183. <tr bgcolor="#FFFFFF">
  184. <td height="25">文件名加密字符串</td>
  185. <td><input name="ctimernd" type="text" id="ctimernd" value="<?=$r[ctimernd]?>" size="28">
  186. <input type="button" name="Submit32222" value="随机" onclick="document.setpublic.ctimernd.value='<?=make_password(42)?>';">
  187. <font color="#666666">(10~60个任意字符,最好多种字符组合)</font></td>
  188. <td>&nbsp;</td>
  189. </tr>
  190. <tr bgcolor="#FFFFFF">
  191. <td height="25">更新在本时间前的缓存</td>
  192. <td><input name="ctimelast" type="text" class="Wdate" id="ctimelast" onClick="WdatePicker({skin:'default',dateFmt:'yyyy-MM-dd HH:mm:ss'})" value="<?=$ctimelast?>" size="28">
  193. <font color="#666666">(此时间前的缓存将重新更新,空为不限制)</font></td>
  194. <td>&nbsp;</td>
  195. </tr>
  196. <tr bgcolor="#FFFFFF">
  197. <td height="25">后台增加/编辑信息时</td>
  198. <td>
  199. <select name="ctimeaddre" id="ctimeaddre">
  200. <option value="0"<?=$r['ctimeaddre']==0?' selected':''?>>不更新缓存</option>
  201. <option value="1"<?=$r['ctimeaddre']==1?' selected':''?>>更新当前栏目</option>
  202. <option value="2"<?=$r['ctimeaddre']==2?' selected':''?>>更新首页</option>
  203. <option value="3"<?=$r['ctimeaddre']==3?' selected':''?>>更新父栏目</option>
  204. <option value="4"<?=$r['ctimeaddre']==4?' selected':''?>>更新父栏目与首页</option>
  205. <option value="5"<?=$r['ctimeaddre']==5?' selected':''?>>更新当前栏目与父栏目</option>
  206. <option value="6"<?=$r['ctimeaddre']==6?' selected':''?>>更新当前栏目、父栏目与首页</option>
  207. <option value="7"<?=$r['ctimeaddre']==7?' selected':''?>>更新当前栏目、父栏目、首页与标题分类</option>
  208. <option value="8"<?=$r['ctimeaddre']==8?' selected':''?>>更新当前栏目、父栏目、首页、标题分类与TAGS页</option>
  209. </select> </td>
  210. <td>&nbsp;</td>
  211. </tr>
  212. <tr bgcolor="#FFFFFF">
  213. <td height="25">前台增加/编辑信息时</td>
  214. <td>
  215. <select name="ctimeqaddre" id="ctimeqaddre">
  216. <option value="0"<?=$r['ctimeqaddre']==0?' selected':''?>>不更新缓存</option>
  217. <option value="1"<?=$r['ctimeqaddre']==1?' selected':''?>>更新当前栏目</option>
  218. <option value="2"<?=$r['ctimeqaddre']==2?' selected':''?>>更新首页</option>
  219. <option value="3"<?=$r['ctimeqaddre']==3?' selected':''?>>更新父栏目</option>
  220. <option value="4"<?=$r['ctimeqaddre']==4?' selected':''?>>更新父栏目与首页</option>
  221. <option value="5"<?=$r['ctimeqaddre']==5?' selected':''?>>更新当前栏目与父栏目</option>
  222. <option value="6"<?=$r['ctimeqaddre']==6?' selected':''?>>更新当前栏目、父栏目与首页</option>
  223. <option value="7"<?=$r['ctimeqaddre']==7?' selected':''?>>更新当前栏目、父栏目、首页与标题分类</option>
  224. <option value="8"<?=$r['ctimeqaddre']==8?' selected':''?>>更新当前栏目、父栏目、首页、标题分类与TAGS页</option>
  225. </select> </td>
  226. <td>&nbsp;</td>
  227. </tr>
  228. <tr bgcolor="#FFFFFF">
  229. <td height="25">&nbsp;</td>
  230. <td height="25"><input type="submit" name="Submit" value="提交"> <input type="reset" name="Submit2" value="重置"></td>
  231. <td>[<a href="SetPageCache.php?enews=ClearPageCache&cpage=10000<?=$ecms_hashur['href']?>" onclick="return confirm('确认清空全部缓存文件?')">清空全部缓存文件</a>]</td>
  232. </tr>
  233. <tr bgcolor="#FFFFFF">
  234. <td height="25" colspan="3"><font color="#666666">说明:增加或编辑信息自动会更新内容页缓存。如果要更新上一篇内容页缓存,可以栏目选项设置里选择“生成上一篇信息”。</font></td>
  235. </tr>
  236. </table>
  237. </form>
  238. </body>
  239. </html>