mysql tables and data varibles info

For discussion of the Poker Mavens server module and other administration topics
Post Reply
KillerxKen
Posts: 27
Joined: Mon Aug 12, 2013 7:18 pm

mysql tables and data varibles info

Post by KillerxKen »

My name is Jeff Burton, I am a new coder/tech for PokerMavins Gold version on our server. In order to do my complete job I need to know exactly where, what folder, what file names that our complete backend database is. I cannot continue until I can have complete control and access to to all this information so that I can add PHP pages to this site. There is already information per MYSQL Workbench, but I need to get to this info via hard drive. For instance, the self-built avatars, where is this stored, where is the account information stored. I need this information as I am completely unaware of your software package and how it works as of yet. I know there are some help files and FAQ's but I need some information now in order to continue. send me any information @ [email protected] or here on this forum post. Thank you.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: mysql tables and data varibles info

Post by Kent Briggs »

Poker Mavens does not currently use a database. All data is kept live in memory and saved in various text files. The locations are listed in item 13 of the FAQ:

http://www.briggsoft.com/pmfaq.htm

You generally should not access these files directly. Use the API instead:

http://www.briggsoft.com/docs/pmavens/T ... erface.htm
http://www.briggsoft.com/docs/pmavens/API_Examples.htm
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: mysql tables and data varibles info

Post by Kent Briggs »

The default set of avatars and other media elements are compiled into the server's executable. The API Examples page shows how you can access the avatars in the "Create New Account" example.

http://www.briggsoft.com/docs/pmavens/API_Examples.htm
Post Reply