NoSkill wrote:Anyway is it possible to post a wbaduk game here without paying for an app?
Yes, however it is a bit cumbersome. Under Windows 7 I tried the following steps:
1) You need a software like "iExplorer" (e. g.
http://www.macroplant.com/iexplorer/) for extracting other data than photos from your iOS device (I take no responsibility of the software behind the link...

).
2) With the iExplorer you can navigate through the App data. Under the wbaduk app, a file named
ibaduk_db.sqlite can be found. Drag&Drop this file to your local harddisk.
3) In order to browse through that file, you need an SQLite browser
http://sourceforge.net/projects/sqlitebrowser/?source=dlp 4) With the SQLite browser you can open the
ibaduk_db.sqlite file. In the database table
t_gibo there is a text field "GIBO" where SGF like looking code appears. If you double-click on that field, you can export the SGF like looking code to a text editor
5) The text in the editor looks like SGF code but without any header and game information. In order to make that file work e. g. with cgoban, you need to insert a top line with the characters
(; and a bottom line with
) 6) Now, you can open the text file with cgoban and complete the game information etc.
This method worked at least for me. If you know of any more convenient method, please post here
