firewars: in your "shoutbox_postshout" template, replace "shoutbox.php" in the form's action attribute with "$bburl/shoutbox.php" -- I think that ought to do it.
HLodder: use the attached
shoutbox.php file to prevent users from shouting more than once every 60 seconds. It's just a primitive little thing I threw together, but it works...I think.

All it does is ignore their shout if it's been less than 60 seconds. No error or anything...this is quick and dirty at it's best.