The online racing simulator
Please help in resolving SDK error I got.
Hi folks,

I have couple questions on the stats I'm trying to fetch.

1. How can I fetch stats by a certain player on a certain server?
2. When Im trying to run $SDK->get_progress( 'drakonas.eu BLACKWOOD CARPARK D' ) I'm getting "Warning: gzinflate() [function.gzinflate]: buffer error in /www/test/lfs/lfsworldsdk_all.php on line 35"
What could cause this error?

Thank you all of you!
Best,
drakonas.eu
maybe it's a faulty zlib in your PHP? I dunno really.
You can try removing the gzinflate usage in the sdk class.

for example change this line

$this->compression = (function_exists('gzinflate')) ? 3 : 0;

to

$this->compression = 0;

and see what happens

FGED GREDG RDFGDR GSFDG