组名称: |
|
级别值: |
(数字,系统已占用的级别值:
SetQuery("Select rank From #@__admintype");
$dsql->Execute();
while($row = $dsql->GetObject()) echo ''.$row->rank.'、';
?>
,级别值必须小于10,超过或等于10所有权限设置将无效(超级管理员),如果10个组不能完全满足你的要求,允许使用小数) |
>#", $line))
{
if($start>0) echo " \r\n";
$start++;
$lhead = "
{$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 " ";
}
?>
|
|
|
|