Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - simplyotr

Pages: [1]
1
General Discussion / Multiply Leagues
« on: October 27, 2010, 09:55:41 PM »
Hey just wandering how many people manage more than one league.

2
General Discussion / TD Flat File Database
« on: October 14, 2010, 12:03:08 PM »
Having looked at the td.db file:

new MultiFileDatabase("2.5.11", [], [new PlayerName("79d22520-d78d-11df-0674-e460a22a594e", "Nickname", "FirstName", "LastName", 1287062880788)], [])

I understand the player guid is used to reference the indvidual player file in the db folder.

  • What is "1287062880788" in the td.db file?
  • Is there any other information that gets written to the td.db file?



Now looking at the "79d22520-d78d-11df-0674-e460a22a594e" file:
loadedPlayerInfo = new PlayerInfo("79d22520-d78d-11df-0674-e460a22a594e", "Street", "City", "State", "zip", "Country", "Phone1", "Phone2", "Email1", "Email2", "Notes", 1287062880788, "ID", null)

  • What is null, at the end of the line?
  • IS there any other information that may go in here?



Thanks

3
Suggestions / XML
« on: October 05, 2010, 09:06:55 AM »
In the process of setting up a website for our poker group. we use TD alot and really like the software.

What we would like, is to be able to import and export the player database to/from an xml, the reason being i can then write a program to call a service on the website to generate the player database for a particualar game.

We would also like the tournament information to be real timed into and xml file so then we can post back to website game information in realtime.

We plan to use monox from mono-software and will be writting some custom modules for this.

Hope you can help

Cheers

Pages: [1]