Page 1 of 1

reading file winnersdata.db on php

PostPosted: Sat Jan 03, 2009 10:23 pm
by .3lite
Hey,

can anyone explain structure of winnersdata.db? or how to read it in php?

I cant figure it out, well, the old gungame4 was using the sqlite, so it was easy, but I cant figure how to read it now ;/

PostPosted: Sat Jan 03, 2009 11:19 pm
by Warren
It is a python dictionary stored using the cPickle python module.