does not work correctly in vb 3.6.7 or 3.6.8. Dont waste your time trying to install it.
UPDATE: does work with 3.6.7 and 3.6.8 needs some editing for the medals to display correctly
goto line 182 in bf2_stats_medals.php and find:
Code:
if(file_exists("$path/".$id."_$level".$ia.".png")) {
$ret = "$path/".$id."_$level".$ia.".png";
} else {
and change to
Code:
if(file_exists(" <<PUT YOUR PATH TO YOUR BF2STATS DIRECTORY HERE>> ".$path."/".$id."_".$level.$ia.".png")) {
$ret = $path."/".$id."_".$level.$ia.".png";
} else {
save, upload and images should work again for the awards.