itxsy

首页生成静态页方法

\admin\control\tool_control.class.php

第15行
!empty($_POST['filecache']) && $this->un_filecache();
下面增加:

//xiongshouyue 首页生成静态页
            $cfg = $this->runtime->xget();
            $webdomain='http://'.$cfg['webdomain'];
            ob_start();
            @readfile($webdomain."/index.php");
            $text = ob_get_flush();
            $myfile = fopen("../index.html","w");
            $text =
            str_replace ("{counent}",$string,$text);
            fwrite($myfile,$text);
            ob_clean();
            //xiongshouyue 首页生成静态页 完

确定你的根目录可以写。
点后台更新缓存的时候就会同时生成index.html到根目录
#1楼
发帖时间:2015-8-30   |   查看数:0   |   回复数:11
itxsy
好东西
2015-8-30 #2楼
qq420483556
好东西
2015-11-5 #3楼
307791065@qq.com
谢谢您的无私分享
2015-12-7 #4楼
yikuang
不还意思 没有金币了
2015-12-7 #5楼
yikuang
不还意思 没有金币了
2015-12-7 #6楼
yikuang
不还意思 没有金币了
2015-12-7 #7楼
yikuang
不还意思 没有金币了
2015-12-7 #8楼
yikuang
不还意思 没有金币了
2015-12-7 #9楼
986285227
不错哦
2015-12-22 #10楼
yikuang
谢谢您的无私分享
2016-1-2 #11楼
romeshow
谢谢您的无私分享
2021-3-4 #12楼
游客组