getUserID() . '.txt'; if (!file_exists($myIcoFile)) $myIcoFile = $defaultIcoFile; //默认主页 if (empty($dopost)) { require(DEDEINC . '/inc/inc_fun_funAdmin.php'); $verLockFile = DEDEDATA . '/admin/ver.txt'; $fp = fopen($verLockFile, 'r'); $upTime = trim(fread($fp, 64)); fclose($fp); $oktime = substr($upTime, 0, 4) . '-' . substr($upTime, 4, 2) . '-' . substr($upTime, 6, 2); $offUrl = SpGetNewInfo(); $dedecmsidc = DEDEDATA . '/admin/idc.txt'; $fp = fopen($dedecmsidc, 'r'); $dedeIDC = fread($fp, filesize($dedecmsidc)); fclose($fp); include DedeInclude('templets/index_body.htm'); exit(); } /*----------------------- 增加新项 function _AddNew() { } -------------------------*/ else if ($dopost == 'addnew') { if (empty($link) || empty($title)) { ShowMsg("链接网址或标题不能为空!", "-1"); exit(); } $fp = fopen($myIcoFile, 'r'); $oldct = trim(fread($fp, filesize($myIcoFile))); fclose($fp); $link = preg_replace("#['\"]#", '`', $link); $title = preg_replace("#['\"]#", '`', $title); $ico = preg_replace("#['\"]#", '`', $ico); $oldct .= "\r\n"; $myIcoFileTrue = DEDEDATA . '/admin/quickmenu-' . $cuserLogin->getUserID() . '.txt'; $fp = fopen($myIcoFileTrue, 'w'); fwrite($fp, $oldct); fclose($fp); ShowMsg("成功增加一个项目!", "index_body.php?" . time()); exit(); } /*--------------------------- 保存修改的项 function _EditSave() { } ----------------------------*/ else if ($dopost == 'editsave') { $quickmenu = stripslashes($quickmenu); $myIcoFileTrue = DEDEDATA . '/admin/quickmenu-' . $cuserLogin->getUserID() . '.txt'; $fp = fopen($myIcoFileTrue, 'w'); fwrite($fp, $quickmenu); fclose($fp); ShowMsg("成功修改快捷操作项目!", "index_body.php?" . time()); exit(); } /*--------------------------- 保存修改的项 function _EditSave() { } ----------------------------*/ else if ($dopost == 'movesave') { $movedata = str_replace('\\', "", $sortorder); $movedata = json_decode($movedata, TRUE); $movedata = serialize($movedata); $myIcoFileTrue = DEDEDATA . '/admin/move-' . $cuserLogin->getUserID() . '.txt'; $fp = fopen($myIcoFileTrue, 'w'); fwrite($fp, $movedata); fclose($fp); } /*----------------------------- 显示修改表单 function _EditShow() { } -----------------------------*/ else if ($dopost == 'editshow') { $fp = fopen($myIcoFile, 'r'); $oldct = trim(fread($fp, filesize($myIcoFile))); fclose($fp); ?>
修改快捷操作项
 
按原格式修改/增加XML项。
 
GetOne($query); $query = " SELECT COUNT(*) AS dd FROM `#@__feedback` "; $row2 = $dsql->GetOne($query); $chArrNames = array(); $query = "SELECT id, typename FROM `#@__channeltype` "; $dsql->Execute('c', $query); while ($row = $dsql->GetArray('c')) { $chArrNames[$row['id']] = $row['typename']; } $query = "SELECT COUNT(channel) AS dd, channel FROM `#@__arctiny` GROUP BY channel "; $allArc = 0; $chArr = array(); $dsql->Execute('a', $query); while ($row = $dsql->GetArray('a')) { $allArc += $row['dd']; $row['typename'] = $chArrNames[$row['channel']]; $chArr[] = $row; } ?>
会员数:
文档数:
 
评论数:
-2 ORDER BY arc.id DESC LIMIT 0, 6 "; $arcArr = array(); $dsql->Execute('m', $query); while ($row = $dsql->GetArray('m')) { $arcArr[] = $row; } AjaxHead(); ?> {$row['title']}"; if ($row['arcrank'] == -1) $linkstr .= "(未审核)"; ?>
-1001, "msg" => "PHP不支持OpenSSL,无法完成Dede商业授权", "result" => null, )); exit; } if (empty($cfg_auth_code)) { echo json_encode(array( "code" => -1002, "msg" => "当前站点尚未购买Dede商业授权", "result" => null, )); exit; } openssl_public_decrypt(base64_decode($cfg_auth_code), $decotent, DEDEPUB); $core_info = new stdClass; if (!empty($cfg_bizcore_appid) && !empty($cfg_bizcore_key)) { $client = new DedeBizClient($cfg_bizcore_hostname, $cfg_bizcore_port); $client->appid = $cfg_bizcore_appid; $client->key = $cfg_bizcore_key; $core_info = $client->SystemInfo(); $client->Close(); } if (!empty($decotent)) { $res = json_decode($decotent); if (isset($res->sid)) { echo json_encode(array( "code" => 200, "msg" => "", "result" => array( "domain" => $res->domain, "title" => $res->title, "stype" => $res->stype == 1 ? "企业单位" : "个人", "auth_version" => $res->auth_version, "auth_at" => date("Y-m-d", $res->auth_at), "core" => $core_info, ), )); } } } ?>