foreach($shouts as $sbox) {
$count++;
// We'll split it into another array with list and explode.
// If you have changed the way data stored, please modify the following line too
list($recipient,$sender,$read,$avatar,$date,$time,$ipaddr,$message) = explode(" | ", $sbox);
$shout = " ".$shout...