Also, perhaps you would want to use the new thread status icons for vB4...? You'd mentioned that these were too large to fit in the line of vBISpy test, so they weren't used -- but how about using the 16x16px versions? This would just change the vaispy.php code from:
Code:
$thread['statusicon'] = vB_Template_Runtime::fetchStylevar('imgdir_statusicon') . '/thread' . $thread['statusicon'] . '.gif';
to:
Code:
$thread['statusicon'] = vB_Template_Runtime::fetchStylevar('imgdir_statusicon') . '/thread' . $thread['statusicon'] . '-16.png';