update($_G['uid'], $setarr); require_once libfile('function/delete'); deletedomain($_G['uid'], 'home'); if(!empty($setarr['domain'])) { C::t('common_domain')->insert(array('domain' => $setarr['domain'], 'domainroot' => $_G['setting']['domain']['root']['home'], 'id' => $_G['uid'], 'idtype' => 'home')); } } showmessage('domain_succeed', 'home.php?mod=spacecp&ac=domain'); } loadcache('creditrule'); getuserprofile('extcredits1'); $rule = $_G['cache']['creditrule']['modifydomain']; $credits = $consume = $common = ''; for($i = 1; $i <= 8; $i++) { if($_G['setting']['extcredits'][$i] && $rule['extcredits'.$i]) { $consume .= $common.$_G['setting']['extcredits'][$i]['title'].$rule['extcredits'.$i].$_G['setting']['extcredits'][$i]['unit']; $credits .= $common.$_G['setting']['extcredits'][$i]['title'].$_G['member']['extcredits'.$i].$_G['setting']['extcredits'][$i]['unit']; $common = ','; } } $defaultop = ''; $profilegroup = C::t('common_setting')->fetch_setting('profilegroup', true); $actives = array('profile' =>' class="a"'); $opactives = array('domain' =>' class="a"'); include_once template("home/spacecp_domain"); ?>