moreportfun.php 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <?php
  2. //更新数据库缓存
  3. function Moreport_ChangeCacheAll($add,$userid,$username){
  4. global $empire,$dbtbpre,$public_r,$ecms_config,$fun_r;
  5. $addcs=Moreport_ChangeAddCs($add);
  6. if(!$add['docache'])
  7. {
  8. echo"<script>self.location.href='ListMoreport.php?enews=MoreportUpdateClassfileAll&start=0".$addcs.hReturnEcmsHashStrHref(0)."';</script>";
  9. exit();
  10. }
  11. $start=(int)$add['start'];
  12. $num=1;
  13. $b=0;
  14. $sql=$empire->query("select * from {$dbtbpre}enewsmoreport where pid>$start order by pid limit ".$num);
  15. while($r=$empire->fetch($sql))
  16. {
  17. $b=1;
  18. $new_start=$r['pid'];
  19. if($r['pid']==1)
  20. {
  21. continue;
  22. }
  23. if(!$r['ppath']||!file_exists($r['ppath'].'e/config/config.php'))
  24. {
  25. continue;
  26. }
  27. define('ECMS_SELFPATH',$r['ppath']);
  28. Moreport_ChangeData($r,0);
  29. }
  30. if(empty($b))
  31. {
  32. echo $fun_r[MoreportChangeCacheSuccess]."<script>self.location.href='ListMoreport.php?enews=MoreportUpdateClassfileAll&start=0".$addcs.hReturnEcmsHashStrHref(0)."';</script>";
  33. exit();
  34. }
  35. echo"<meta http-equiv=\"refresh\" content=\"".$public_r['realltime'].";url=ListMoreport.php?enews=MoreportChangeCacheAll&start=$new_start".$addcs.hReturnEcmsHashStrHref(0)."\">".$fun_r[OneMoreportChangeCacheSuccess]."(ID:<font color=red><b>".$new_start."</b></font>)";
  36. exit();
  37. }
  38. //更新栏目缓存文件
  39. function Moreport_UpdateClassfileAll($add,$userid,$username){
  40. global $empire,$dbtbpre,$public_r,$ecms_config,$fun_r;
  41. $addcs=Moreport_ChangeAddCs($add);
  42. if(!$add['doclassfile'])
  43. {
  44. echo"<script>self.location.href='ListMoreport.php?enews=MoreportReDtPageAll&start=0".$addcs.hReturnEcmsHashStrHref(0)."';</script>";
  45. exit();
  46. }
  47. $start=(int)$add['start'];
  48. $num=1;
  49. $b=0;
  50. $sql=$empire->query("select * from {$dbtbpre}enewsmoreport where pid>$start order by pid limit ".$num);
  51. while($r=$empire->fetch($sql))
  52. {
  53. $b=1;
  54. $new_start=$r['pid'];
  55. if($r['pid']==1)
  56. {
  57. continue;
  58. }
  59. if(!$r['ppath']||!file_exists($r['ppath'].'e/config/config.php'))
  60. {
  61. continue;
  62. }
  63. define('ECMS_SELFPATH',$r['ppath']);
  64. Moreport_ChangeData($r,3);
  65. }
  66. if(empty($b))
  67. {
  68. echo $fun_r[MoreportUpdateClassfileSuccess]."<script>self.location.href='ListMoreport.php?enews=MoreportReDtPageAll&start=0".$addcs.hReturnEcmsHashStrHref(0)."';</script>";
  69. exit();
  70. }
  71. echo"<meta http-equiv=\"refresh\" content=\"".$public_r['realltime'].";url=ListMoreport.php?enews=MoreportUpdateClassfileAll&start=$new_start".$addcs.hReturnEcmsHashStrHref(0)."\">".$fun_r[OneMoreportUpdateClassfileSuccess]."(ID:<font color=red><b>".$new_start."</b></font>)";
  72. exit();
  73. }
  74. //更新动态页面
  75. function Moreport_ReDtPageAll($add,$userid,$username){
  76. global $empire,$dbtbpre,$public_r,$ecms_config,$fun_r;
  77. $addcs=Moreport_ChangeAddCs($add);
  78. if(!$add['dodtpage'])
  79. {
  80. echo"<script>self.location.href='ListMoreport.php?enews=MoreportClearTmpfileAll&start=0".$addcs.hReturnEcmsHashStrHref(0)."';</script>";
  81. exit();
  82. }
  83. $start=(int)$add['start'];
  84. $num=1;
  85. $b=0;
  86. $sql=$empire->query("select * from {$dbtbpre}enewsmoreport where pid>$start order by pid limit ".$num);
  87. while($r=$empire->fetch($sql))
  88. {
  89. $b=1;
  90. $new_start=$r['pid'];
  91. if($r['pid']==1)
  92. {
  93. continue;
  94. }
  95. if(!$r['ppath']||!file_exists($r['ppath'].'e/config/config.php'))
  96. {
  97. continue;
  98. }
  99. define('ECMS_SELFPATH',$r['ppath']);
  100. Moreport_ChangeData($r,1);
  101. }
  102. if(empty($b))
  103. {
  104. echo $fun_r[MoreportReDtPageSuccess]."<script>self.location.href='ListMoreport.php?enews=MoreportClearTmpfileAll&start=0".$addcs.hReturnEcmsHashStrHref(0)."';</script>";
  105. exit();
  106. }
  107. echo"<meta http-equiv=\"refresh\" content=\"".$public_r['realltime'].";url=ListMoreport.php?enews=MoreportReDtPageAll&start=$new_start".$addcs.hReturnEcmsHashStrHref(0)."\">".$fun_r[OneMoreportReDtPageSuccess]."(ID:<font color=red><b>".$new_start."</b></font>)";
  108. exit();
  109. }
  110. //清理临时文件
  111. function Moreport_ClearTmpfileAll($add,$userid,$username){
  112. global $empire,$dbtbpre,$public_r,$ecms_config,$fun_r;
  113. $addcs=Moreport_ChangeAddCs($add);
  114. if(!$add['dotmpfile'])
  115. {
  116. echo "<script>self.location.href='ListMoreport.php?enews=MoreportReIndexfileAll&start=0".$addcs.hReturnEcmsHashStrHref(0)."';</script>";
  117. exit();
  118. }
  119. $start=(int)$add['start'];
  120. $num=1;
  121. $b=0;
  122. $sql=$empire->query("select * from {$dbtbpre}enewsmoreport where pid>$start order by pid limit ".$num);
  123. while($r=$empire->fetch($sql))
  124. {
  125. $b=1;
  126. $new_start=$r['pid'];
  127. if($r['pid']==1)
  128. {
  129. continue;
  130. }
  131. if(!$r['ppath']||!file_exists($r['ppath'].'e/config/config.php'))
  132. {
  133. continue;
  134. }
  135. define('ECMS_SELFPATH',$r['ppath']);
  136. Moreport_ChangeData($r,2);
  137. }
  138. if(empty($b))
  139. {
  140. echo $fun_r[MoreportClearTmpfileSuccess]."<script>self.location.href='ListMoreport.php?enews=MoreportReIndexfileAll&start=0".$addcs.hReturnEcmsHashStrHref(0)."';</script>";
  141. exit();
  142. }
  143. echo"<meta http-equiv=\"refresh\" content=\"".$public_r['realltime'].";url=ListMoreport.php?enews=MoreportClearTmpfileAll&start=$new_start".$addcs.hReturnEcmsHashStrHref(0)."\">".$fun_r[OneMoreportClearTmpfileSuccess]."(ID:<font color=red><b>".$new_start."</b></font>)";
  144. exit();
  145. }
  146. //更新首页文件
  147. function Moreport_ReIndexfileAll($add,$userid,$username){
  148. global $empire,$dbtbpre,$public_r,$ecms_config,$fun_r;
  149. $addcs=Moreport_ChangeAddCs($add);
  150. if(!$add['doreindex'])
  151. {
  152. insert_dolog("");//操作日志
  153. printerror("MoreportChangeAllDataSuccess","ListMoreport.php".hReturnEcmsHashStrHref2(1));
  154. }
  155. $start=(int)$add['start'];
  156. $num=1;
  157. $b=0;
  158. $sql=$empire->query("select * from {$dbtbpre}enewsmoreport where pid>$start order by pid limit ".$num);
  159. while($r=$empire->fetch($sql))
  160. {
  161. $b=1;
  162. $new_start=$r['pid'];
  163. if($r['pid']==1)
  164. {
  165. continue;
  166. }
  167. if(!$r['ppath']||!file_exists($r['ppath'].'e/config/config.php'))
  168. {
  169. continue;
  170. }
  171. define('ECMS_SELFPATH',$r['ppath']);
  172. Moreport_ChangeData($r,4);
  173. }
  174. if(empty($b))
  175. {
  176. insert_dolog("");//操作日志
  177. printerror("MoreportChangeAllDataSuccess","ListMoreport.php".hReturnEcmsHashStrHref2(1));
  178. //echo $fun_r[MoreportReIndexfileSuccess]."<script>self.location.href='ListMoreport.php?enews=MoreportReIndexfileAll&start=0".$addcs.hReturnEcmsHashStrHref(0)."';</script>";
  179. exit();
  180. }
  181. echo"<meta http-equiv=\"refresh\" content=\"".$public_r['realltime'].";url=ListMoreport.php?enews=MoreportReIndexfileAll&start=$new_start".$addcs.hReturnEcmsHashStrHref(0)."\">".$fun_r[OneMoreportReIndexfileSuccess]."(ID:<font color=red><b>".$new_start."</b></font>)";
  182. exit();
  183. }
  184. //附加参数
  185. function Moreport_ChangeAddCs($add){
  186. $docache=(int)$add['docache'];
  187. $doclassfile=(int)$add['doclassfile'];
  188. $dodtpage=(int)$add['dodtpage'];
  189. $dotmpfile=(int)$add['dotmpfile'];
  190. $doreindex=(int)$add['doreindex'];
  191. $cs='';
  192. if($docache)
  193. {
  194. $cs.="&docache=".$docache;
  195. }
  196. if($doclassfile)
  197. {
  198. $cs.="&doclassfile=".$doclassfile;
  199. }
  200. if($dodtpage)
  201. {
  202. $cs.="&dodtpage=".$dodtpage;
  203. }
  204. if($dotmpfile)
  205. {
  206. $cs.="&dotmpfile=".$dotmpfile;
  207. }
  208. if($doreindex)
  209. {
  210. $cs.="&doreindex=".$doreindex;
  211. }
  212. return $cs;
  213. }
  214. //更新数据
  215. function Moreport_ChangeData($portr,$ecms=0){
  216. global $empire,$dbtbpre,$public_r,$ecms_config;
  217. $ecms_config['sets']['deftempid']=$portr['tempgid'];
  218. if($ecms==1)//更新动态页面
  219. {
  220. GetPlTempPage();//评论列表模板
  221. GetPlJsPage();//评论JS模板
  222. ReCptemp();//控制面板模板
  223. GetSearch();//三搜索表单模板
  224. GetPrintPage();//打印模板
  225. GetDownloadPage();//下载地址页面
  226. ReGbooktemp();//留言板模板
  227. ReLoginIframe();//登陆状态模板
  228. ReSchAlltemp();//全站搜索模板
  229. //防采集缓存
  230. $yfile=ECMS_PATH.'e/data/dbcache/notcj.php';
  231. $nfile=ECMS_SELFPATH.'e/data/dbcache/notcj.php';
  232. @copy($yfile,$nfile);
  233. }
  234. elseif($ecms==2)//清理临时文件
  235. {
  236. //临时文件目录
  237. $tmppath=ECMS_SELFPATH.'e/data/tmp';
  238. $hand=@opendir($tmppath);
  239. while($file=@readdir($hand))
  240. {
  241. if($file=='.'||$file=='..'||$file=='test.txt'||$file=='index.html'||$file=='mod'||$file=='temp'||$file=='titlepic'||$file=='cj')
  242. {
  243. continue;
  244. }
  245. $filename=$tmppath.'/'.$file;
  246. if(!is_dir($filename))
  247. {
  248. DelFiletext($filename);
  249. }
  250. }
  251. }
  252. elseif($ecms==3)//更新栏目缓存文件
  253. {
  254. $ypath=ECMS_PATH.'d/js';
  255. $npath=ECMS_SELFPATH.'d/js';
  256. CopyPath($ypath,$npath);
  257. $ypath=ECMS_PATH.'e/data/fc';
  258. $npath=ECMS_SELFPATH.'e/data/fc';
  259. CopyPath($ypath,$npath);
  260. $ypath=ECMS_PATH.'e/data/html';
  261. $npath=ECMS_SELFPATH.'e/data/html';
  262. CopyPath($ypath,$npath);
  263. $ypath=ECMS_PATH.'e/data/template';
  264. $npath=ECMS_SELFPATH.'e/data/template';
  265. CopyPath($ypath,$npath);
  266. }
  267. elseif($ecms==4)//更新动态首页
  268. {
  269. if($portr['mustdt']||$public_r['indexpagedt'])
  270. {
  271. DelFiletext(ECMS_SELFPATH.'index'.$public_r['indextype']);
  272. @copy(ECMS_SELFPATH.'e/data/template/dtindexpage.txt',ECMS_SELFPATH.'index.php');
  273. }
  274. }
  275. else//更新数据库缓存
  276. {
  277. //更新参数设置
  278. GetConfig(1);
  279. //更新类别
  280. GetClass();
  281. //更新会员组
  282. GetMemberLevel();
  283. //更新全站搜索数据表
  284. GetSearchAllTb();
  285. }
  286. }
  287. ?>