Open
shoutbox.php, and find this:
PHP Code:
eval("\$shoutbits .= \"".gettemplate("shoutboxbit",1,0)."\";");
...right before it, add this...
PHP Code:
$shout_text = bbcodeparse($shout_text);
Let me know if that helps with the smilies.

If it doesn't, add this:
PHP Code:
$shout_text = bbcodeparse($shout_text, 0, 1);
That should help. I think. I hope. You probably have that line in your file already...but without the ", 0, 1" in the function call.