Skip to content
angerangel edited this page Jan 10, 2013 · 5 revisions

Forum Database (archive.db) has the following structure:

  • it's a huge block
  • every sub-block is thread

Thread sub-block has the following structure

  1. Thread title [string!]

  2. Author [string!]

  3. First Comment [string!]

  4. Creation date [string!] (shouldn't type be date ? )

  5. Second comment [string!]

  6. Author [string!]

  7. Creation date [string!] (shouldn't type be date ? )

  8. Third comment [string!]

  9. Author [string!]

  10. Creation date [string!] (shouldn't type be date ? )

  11. and so on...

Clone this wiki locally