Try this:
Code:
$color = ($num++ % 2 == 0) ? '#F1F1F1' : '#DFDFDF';
$totalshouts = number_format($DB_site->num_rows($shouts));
$time_posted = vbdate('n-j-y, g:i:s a', $timestamp);
$shout_text = bbcodeparse($shout_text, 0, 1);
if ($bbuserinfo[usergroupid] == 6) {
eval("\$adminoptions = \"".gettemplate("shoutbox_adminoptions",1,0)."\";");
}
eval("\$shoutbits .= \"".gettemplate("shoutboxbit",1,0)."\";");
}