<?php
$fieldvalue = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID');
if($fieldvalue != '')
{
echo '<a href="http://vatstats.net/pilots/details/'.$fieldvalue.'" target="_blank"><img src="'.SITE_URL.'/lib/skins/SKIN_NAME/images/vatsim.gif" alt="Vatsim ID" border="0" /></a>';
}
?>
Place the above code in the pilots_list.tpl file, and create the image. place it in your skin folder images folder.
Note: It won't get everyone's info, as they have to fly online for it to get their details. But once they do, it will show the details.