'' ORDER BY biotime DESC LIMIT 100"; $result = db_query($sql); page_header("Spielerkurzbeschreibungen"); output("`b`&Spieler Kurzbeschreibungen:`0`b`n"); for ($i=0;$i$session['user']['recentcomments']) output("> ",true); output("`![Block]",true); addnav("","bios.php?op=block&userid={$row['acctid']}"); output("`&{$row['name']}: `^".soap($row['bio'])."`n"); } db_free_result($result); addnav("G?Zurück zur Grotte","superuser.php"); addnav("W?Zurück zum Weltlichen","village.php"); addnav("Aktualisieren","bios.php"); //output("`n`n`bBlocked Bios:`b`n"); //This seems unneeded since we print it below $sql = "SELECT name,acctid,bio,biotime FROM accounts WHERE biotime>'9000-01-01' AND bio>'' ORDER BY biotime DESC LIMIT 100"; $result = db_query($sql); output("`n`n`b`&Gesperrte Beschreibungen:`0`b`n"); for ($i=0;$iUnblock]",true); addnav("","bios.php?op=unblock&userid={$row['acctid']}"); output("`&{$row['name']}: `^".soap($row['bio'])."`n"); } db_free_result($result); page_footer(); ?>