组名称: |
|
级别值: |
|
>#", $line))
{
if ($start>0) echo "";
$line = str_replace('>>','',$line);
$ls = explode('>',$line);
if (DEDEBIZ_SAFE_MODE && $ls[1]==="unsafe") {
continue;
}
$start++;
$lhead = "
{$start}、".$ls[0]." |
";
echo $lhead;
}
else if (preg_match("#^>#", $line))
{
$ls = explode('>',$line);
if (DEDEBIZ_SAFE_MODE && $ls[3]==="unsafe") {
continue;
}
$tag = $ls[1];
$tagname = str_replace('[br]',' ',$ls[2]);
if (!preg_match("# #", $tagname) ) $tagname .= "($tag)";
else $tagname = str_replace(' ', "($tag) ", $tagname);
echo " ";
$k++;
}
}
$start++;
?>
|
、插件权限 |
SetQuery('SELECT plusname FROM `#@__plus`');
$dsql->Execute();
while($row=$dsql->GetObject()){
echo " ";
$k++;
$l++;
if ($l % 6 == 0) echo " ";
}
?>
|
|
|