for some reason this is showing up empty for me... I've reviewed the code in upload_file.php and copied it but I'm still not getting anything...
my code:
$replay = newMPQFile($uploaded_file);
$sc2replay = $replay->parseReplay();
//this works
print_r($sc2replay->getPlayers());
//this is empty
print_r($sc2Replay->getRealm());
Am I missing something?
Thanks in advance!