Group name: |
|
Level value: |
(Number, the level the system has occupied:
SetQuery("Select rank From #@__admintype");
$dsql->Execute();
while($row = $dsql->GetObject()) echo ''.$row->rank.'、';
?>
,Level value must be less than 10, 10 or more All rights settings will be invalid (super administrator), decimals allow if 10 groups do not fully meet your requirements) |
>#", $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++;
?>
|
、Plugin permissions |
SetQuery('Select plusname From #@__plus');
$dsql->Execute();
while($row=$dsql->GetObject()){
echo " {$row->plusname}\r\n";
$k++;
$l++;
if($l%6==0) echo " ";
}
?>
|
|
|
|