You can remove it in
/templates/default/island_whos_online.tpl
that's the template being used to create that who's online box.
edit:
Untested, but it looks like you gotta remove this part of the template:
<tr>
<td class="{$style_side}alt-2">
<div class="small">
<strong><?php echo $ubbt_lang['KEY'] ?></strong>
<span class="adminname"><?php echo $ubbt_lang['ADMIN_NAME'] ?></span>,
<span class="globalmodname"><?php echo $ubbt_lang['GLOBALMOD_NAME'] ?></span>,
<span class="modname"><?php echo $ubbt_lang['MOD_NAME'] ?></span>
</div>
</td>
</tr>