set_time_limit(0);//你网站的CMS根网址,结束不要加 /$baseCmsUrl = http://www.bnxb.com;//动态主页的名称$dmPageName = "index.php";//静态主页的名称$stPageName = "index.html";//你希望多长时间更新一次,单位是秒$mkTime = 3600;//下面是执行的代码$tureStFile = dirname(__FILE__).'/'.$stPageName;$ftime = @filemtime($tureStFile);if(!file_exists($tureStFile) || ($ftime < time()-$mkTime)){ $body = file_get_contents($baseCmsUrl.'/'.$dmPageName); $fp = fopen($tureStFile, 'w'); fwrite($fp, $body); fclose($fp);}?> |
新闻热点
疑难解答