Ok, so here's my problem. I uploaded any replay, and parsed it, thats the array dump for a driver (Me in that case :P):
<?php
array(7) {
["Dominic123"]=>
object(PHPMPR_Player)#3 (15) {
["pname"]=>
string(10) "per.Domi K"
["numplate"]=>
string(0) ""
["scarname"]=>
string(3) "FZR"
["lfsuname"]=>
string(10) "Dominic123"
["laps"]=>
int(1536)
["pflags"]=>
int(290)
["cflags"]=>
int(2)
["pits"]=>
int(1)
["penalsecs"]=>
int(0)
["racetime"]=>
int(-1932654336) // Negative Number
["bestlaptime"]=>
int(1854931200) // Way too high
["zero"]=>
int(0)
["startpos"]=>
int(4)
["handicapmass"]=>
int(0)
["intakeres"]=>
int(0)
}
?>
As you can see these two values i mentioned before are incorrect.