国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > 帝國Empire > 正文

帝國CMS教程自動刷新首頁

2024-08-28 12:21:54
字體:
來源:轉載
供稿:網友

在首頁模板中加入下面代碼,盡量放在底部.

<script language="javascript" type="text/javascript" src="/e/htmlindex/index_html.php"></script>

在 /e/ 建立文件夾 htmlindex 并設置 777權限,將下面代碼保存在 /e/htmlindex/index_html.php,修改刷新時間,將文件中1200改為你想要的時間,單位為秒.

  1. <?php 
  2. require("../class/connect.php"); 
  3. include("../class/db_sql.php"); 
  4. include("../class/config.php"); 
  5. include("../class/functions.php"); 
  6. include("../class/t_functions.php"); 
  7. require LoadLang("pub/fun.php"); 
  8. require("../data/dbcache/class.php"); 
  9. require("../data/dbcache/MemberLevel.php"); 
  10. include("../class/chtmlfun.php"); 
  11.  
  12. $link=db_connect(); 
  13. $empire=new mysqlquery(); 
  14. $filepath_s="indexhtmlhc.txt"
  15. $time=time(); 
  16. @$filemtime=(int)filemtime($filepath_s)+1200; 
  17. /* 
  18. 函數解釋 
  19. file_exists() 函數檢查文件或目錄是否存在。 
  20. mkdir() 函數創建目錄。 
  21. time() 函數返回當前時間的 Unix 時間戳。 
  22. filemtime() 函數返回文件內容上次的修改時間。 
  23. */ 
  24. if (!file_exists($filepath_s)){ 
  25. fopen($filepath_s'w'); 
  26. @chmod($filepath_s, 0777); 
  27. ReIndex(); 
  28. }elseif(!file_exists($filepath_s) || (filemtime($filepath_s)+1200)<time()){ //開源軟件:Vevb.com 
  29. fopen($filepath_s'w'); 
  30. @chmod($filepath_s, 0777); 
  31. ReIndex(); 
  32. }else
  33. // do nothing 
  34. db_close(); 
  35. $empire=null; 
  36. ?>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 于都县| 绥芬河市| 通州市| 通渭县| 大英县| 墨脱县| 沈丘县| 锡林郭勒盟| 高清| 汶上县| 江源县| 绥滨县| 上饶市| 化州市| 桓仁| 仪征市| 上饶县| 汉沽区| 黎平县| 凤冈县| 双辽市| 万山特区| 焦作市| 本溪| 佛学| 山西省| 鄂托克旗| 牟定县| 聂拉木县| 大关县| 防城港市| 青河县| 内江市| 衡阳县| 内丘县| 湘潭县| 怀宁县| 马龙县| 嘉兴市| 东阿县| 淮滨县|