I can't recreate it, but there is one line in the code that makes me suspicious.
in ubb_msg.cgi
find
$file[$#file + 1] = "$user_number||\n\n$in{message}||$GotTime{HyphenDate}||$GotTime{Time}";replace with:
$file[$file + 1] = "$user_number||\n\n$in{message}||$GotTime{HyphenDate}||$GotTime{Time}";It's pointless in me testing this since I can't get the error in the first place, but that # concerned me when I first saw it