I added the following line before all mysql_query() in wordspew.php, and it solved my charset problems!
mysql_query("SET NAMES 'utf8';", $conn);
I use UTF8 in WordPress, and in DataBase too.
Now I fully can use this shoutbox for collaborate, showing it only at admin/dashboard. (other plugins were also required)
I hope it helps someone.