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

首頁 > CMS > 織夢(mèng)DEDE > 正文

織夢(mèng)模板DEDECMS實(shí)現(xiàn)自動(dòng)更新主頁功能的代碼

2024-07-12 09:05:27
字體:
供稿:網(wǎng)友
<?php require_once (dirname(__FILE__) . "/../include/common.inc.php"); $row = $dsql->GetOne("Select uptime From `cmsxx_arccache` where md5hash = 'autonew';"); if(!is_array($row)) exit(autonew(5)); $interval=60;  //時(shí)間 秒 if(time() - $row['uptime'] < $interval ) exit(); autonew($no); function machom($no=''){ define('DEDEADMIN', ereg_replace("[///]{1,}",'/',dirname(__FILE__) ) ); require_once(dirname(__FILE__)."/../include/common.inc.php"); require_once(dirname(__FILE__)."/../include/arc.partview.class.php"); $dsql = new DedeSql(false); $row  = $dsql->GetOne("Select * From cmsxx_homepageset"); $dsql->Close(); $templet=$row['templet']; $position=$row['position']; $homeFile = DEDEADMIN."/".$position; $homeFile = str_replace("//","/",$homeFile); $homeFile = str_replace("//","/",$homeFile); $templet = str_replace("{style}",$cfg_df_style,$templet); $pv = new PartView(); $GLOBALS['_arclistEnv'] = 'index'; $pv->SetTemplet($cfg_basedir.$cfg_templets_dir."/".$templet); $pv->SaveToHtml($homeFile); } function autonew($no=''){   global $dsql;     $sql = "SELECT id FROM `cmsxx_archives` where arcrank <>'0'  limit $no ;";     $dsql->SetQuery($sql);     $dsql->Execute();     while($row = $dsql->GetArray()){         $id = $row['id'];         $time = time() - rand(0,$interval * 10);         $dsql->ExecuteNoneQuery("Update `cmsxx_arctiny` set `arcrank`='0', `sortrank`='$time' where id = '$id';");         $dsql->ExecuteNoneQuery("Update `cmsxx_archives` set `arcrank`='0', `sortrank`='$time', `pubdate`='$time' where id = '$id';");     }     machom($no);     $dsql->ExecuteNoneQuery("Update `cmsxx_arccache` set  `uptime`=".time()." where md5hash = 'autonew'"); } ?> 

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 兖州市| 南溪县| 锡林郭勒盟| 溆浦县| 鲁甸县| 即墨市| 苍梧县| 玉环县| 眉山市| 工布江达县| 炎陵县| 河南省| 舞钢市| 富锦市| 辽源市| 娄烦县| 沁阳市| 秦皇岛市| 洛隆县| 太白县| 吴桥县| 武冈市| 肇源县| 桐柏县| 红安县| 维西| 慈溪市| 高邮市| 象山县| 承德市| 彩票| 镇坪县| 修水县| 商都县| 玛多县| 潮州市| 沙河市| 乌海市| 英德市| 金塔县| 天祝|