File format for database files is following (if someone wants to write FILEDB to SQL converter)...
also we'd appreciate, if someone comes up with a script that converts existing files (v5) to new (v6) format.
Code:
USER_CERTIFICATE {HASH} {098323829328}
USER_CERTIFICATE {HASH} {098323829328}
USER_CERTIFICATE {HASH} {098323829328}
USER_GROUP {GROUP,IS_ADMIN} {500,1}
USER_GROUP {GROUP,IS_ADMIN} {200,1}
USER_GROUP {GROUP,IS_ADMIN} {400,1}
USER_RATIO {SECTION,RATIO} {PUB,3}
USER_RATIO {SECTION,RATIO} {PRIVATE,0}
USER_STATS {SECTION,WKDN,WKUP} {PUB,0,0}
USER_STATS {SECTION,WKDN,WKUP} {PRIVATE,100,500}
{},\ characters have been escaped with
\ character. Files have are stored in unicode format (Just like with earlier versions, you still should not access them directly - you should not expect them to exist at all!).