系統用戶組管理>>增加用戶組:
>#", $line)) { if($start>0) echo " \r\n"; $start++; $lhead = "
組名稱:
級別值: (數字,系統已佔用的級別值: SetQuery("Select rank From #@__admintype"); $dsql->Execute(); while($row = $dsql->GetObject()) echo ''.$row->rank.'、'; ?> ,級別值必須小於10,超過或等於10所有權限設置將無效(超級管理員),如果10個組不能完全滿足你的要求,允許使用小數)
{$start}、".str_replace('>>','',$line)."
"; echo $lhead; } else if(preg_match("#^>#", $line)) { $ls = explode('>',$line); $tag = $ls[1]; $tagname = str_replace('[br]', '
', $ls[2]); if(!preg_match("#
#", $tagname) ) $tagname .= "($tag)"; else $tagname = str_replace('
', "($tag)
", $tagname); echo " $tagname\r\n"; $k++; } } $start++; ?>
、插件權限
SetQuery('Select plusname From #@__plus'); $dsql->Execute(); while($row=$dsql->GetObject()){ echo " {$row->plusname}\r\n"; $k++; $l++; if($l%6==0) echo "
"; } ?>