Grrr! Sorry about that... I took out a piece of code when you first posted to see if I could recreate your problem and forgot I had done that. In your myvbindex file search for this code:
$recordusers = $maxusers[0];
Right below that add:
$recorddate = vbdate($dateformat,$maxusers[1]);
$recordtime = vbdate($timeformat,$maxusers[1]);
Upload the file and it'll work fine.