Open Side Menu Go to the Top
Register
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013

02-07-2018 , 11:17 PM
I installed Python and mysql on my windows 10 OS. The program runs I get graphs and ring stats however on Bovada it is displaying all zone limits as 200NL. What can I do to resolve this?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-08-2018 , 06:16 AM
Quote:
Originally Posted by nine20four
I installed Python and mysql on my windows 10 OS. The program runs I get graphs and ring stats however on Bovada it is displaying all zone limits as 200NL. What can I do to resolve this?
for that you did installed python and mysql?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-08-2018 , 11:18 PM
Yes both mysql and python
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-09-2018 , 08:15 PM
Quote:
Originally Posted by nine20four
Yes both mysql and python
For that?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-13-2018 , 10:58 PM
hi. Anyone alse having problems with the "dump database to textfile" option?
seems like it's a missing part of the progam (?). when I click on it nothing happens.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-13-2018 , 11:21 PM
Quote:
Originally Posted by leobuffon
hi. Anyone alse having problems with the "dump database to textfile" option?
seems like it's a missing part of the progam (?). when I click on it nothing happens.
Indeed, it seems the database dump function has not been kept up to date with database changes. If you want to examine the internals of the database your best bet is to use the tooling of your database backend directly.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-21-2018 , 11:46 AM
Why FPDB does not support zoom?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-21-2018 , 01:11 PM
Because it just knows the hand history that's written to the hard disk and the positions and sizes of the tables on the screen. It doesn't actually read the graphics appearing on the screen to work out what is going on.

This is why the HUD doesn't show people who join your table, or the first hand you are at a new table.

It's also why the "M" (really CSI not M, which is dumb) figure in the tournament HUD uses the old blind level for the first hand of a new level.

It doesn't know about the blind level change or the new player or even the new table till hands actually get finished and saved. Equally, it can't know about who is sitting at your zoom table.

I assume it would still record your and opponent stats for zoom hands which you could examine later, but it has no way of running a HUD without a big change to how it works.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-23-2018 , 11:40 AM
Looks like the format of Hand Histories on Party POker has changed in yesterday's update so fpdb just reports errors now for each hand and so the HUD doesn't appear.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-23-2018 , 12:35 PM
Hello everyone,

I just discovered this fantastic program and I am delighted. Thanks to the creators to share it because it is very useful, easy to use and manipulate, even for those who have no idea of programming.

I have the latest version (0.41-rc8) and I use it for SnG on PokerStars (never cash).
I think that's why graphics do not work for me. I only see the graph of tournaments and it does not make sense (it has a saw shape).

Someone knows if it is possible to solve it, even having all the graphics available for SnG: EV, hand viewer, player statistics ...

Thanks in advance!

PS: I have discovered that you can add more colors, in case someone does not know I will give an example:

="n" click="" popup="default" stat_hicolor="#02E5ED" hudcolor="#FFFC00" stat_hith="100" stat_locolor="#FF0000" stat_loth="50" tip=""/>

less than 50 = intense red
between 50-100 = yellow
more than 100 = blue (#02E5ED)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-01-2018 , 10:16 AM
Hello, where can I find the supported rooms of FPDB?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-01-2018 , 02:36 PM
Quote:
Originally Posted by MrPuds
Hello, where can I find the supported rooms of FPDB?
If you have already installed it, click "Configure" then "Site Settings"

If you have a site that isn't listed, its network might be listed, in which case it will probably work. For example America's Card Room is configured using "Winning Poker", and PlayNow.com uses "Boss"

If you haven't installed it, the sites currently in the default HUD_Config.xml file are:
PokerStars
Full Tilt Poker
Everleaf
Boss
Absolute
PartyPoker
Merge
OnGame
PKR
Winamax
Everest
PacificPoker
Cake
Entraction
iPoker
BetOnline
Bovada
Enet
SealsWithClubs
WinningPoker

If there are other sites recently added, others may chime in.

All the best,
--Druid
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-03-2018 , 04:41 PM
In case you didn't know "uncalled bet ($n.nn) returned to <screenname>" appears in the database as a negative amount of rake for hands imported from PokerStars

I tested it by re-importing the hand into an empty database.
Negative rake amounts appear in FL, PL, and NL game types in both tournament and ring games.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-11-2018 , 03:19 AM
Does FPDB support microgaming? can't find in site setting
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-11-2018 , 03:25 AM
Quote:
Originally Posted by growteach
Hello everyone,

I just discovered this fantastic program and I am delighted. Thanks to the creators to share it because it is very useful, easy to use and manipulate, even for those who have no idea of programming.

I have the latest version (0.41-rc8) and I use it for SnG on PokerStars (never cash).
I think that's why graphics do not work for me. I only see the graph of tournaments and it does not make sense (it has a saw shape).

Someone knows if it is possible to solve it, even having all the graphics available for SnG: EV, hand viewer, player statistics ...

Thanks in advance!

PS: I have discovered that you can add more colors, in case someone does not know I will give an example:

="n" click="" popup="default" stat_hicolor="#02E5ED" hudcolor="#FFFC00" stat_hith="100" stat_locolor="#FF0000" stat_loth="50" tip=""/>

less than 50 = intense red
between 50-100 = yellow
more than 100 = blue (#02E5ED)
If you using Windows, try to use original version (0.40.5). It works fine.

ps i've try to use 0.41, but on Windows OS, i mean on my pc, i got many bugs too
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-11-2018 , 07:46 AM
Quote:
Originally Posted by JockoRocko
If you using Windows, try to use original version (0.40.5). It works fine.

ps i've try to use 0.41, but on Windows OS, i mean on my pc, i got many bugs too
Hi JockoRocko,

Thank you very much for the reply!

Yes, I use Windows 10 Home and I have tried it with the first version and the last, always with the same problem. I do not worry too much because with the Hud and the tournament statistics I have enough.

I have noticed that sometimes the % of PFR is greater than the VPIP, because the number of hands is not the same between both.
It is not worrisome but if someone knows how to modify the formula to fix it I will try it.

Oh, and to finish someone has dared to add new statistics in the HUD as the percentage of steal depending on the position (Under the Gun, Middle Pos, Cut Off, and Button), I think they would be of great help during the game.

Many thanks & Good luck on the tables!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-11-2018 , 08:12 AM
Quote:
Originally Posted by growteach
I have noticed that sometimes the % of PFR is greater than the VPIP, because the number of hands is not the same between both.
It is not worrisome but if someone knows how to modify the formula to fix it I will try it.
isn't this correct though if someone is facing an all-in they have an opportunity to VPIP but not PFR so the number of hands may be different.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-13-2018 , 05:32 AM
Quote:
Originally Posted by LektorAJ
isn't this correct though if someone is facing an all-in they have an opportunity to VPIP but not PFR so the number of hands may be different.
HI LektorAJ,

You're right! I just checked that when someone makes me All In the total number of hands between VPIP and PFR it stops matching. For that reason when few hands have been played the % of PFR may be a little higher.

Thanks for answering, now I know something more
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-20-2018 , 04:16 PM
Hello evy1,
Is the latest version working with SealsWithClubs?
Has anyone managed to have a fully working HUD there ( like PT4 or HM )?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-22-2018 , 08:49 PM
Hello. Hoping for a bit of advice. Just installed the software and tried a few tables and I got the HUD up but for the top two seats on every table their stats were just rows of xxx. I'm playing on 888poker. Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2018 , 04:42 PM
Assuming nothing is working for WPN yet?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-24-2018 , 03:39 PM
Quote:
Originally Posted by TerryC6475
Hello. Hoping for a bit of advice. Just installed the software and tried a few tables and I got the HUD up but for the top two seats on every table their stats were just rows of xxx. I'm playing on 888poker. Thanks.
Hi Terry,

I have the same problem with 888poker.es. In my case in the 9 players tables the number of Hud's that can not be read oscillates between 1 and 2 and they are not always for the top two seats.

Sorry but I don't know how to solve it...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-05-2018 , 11:50 AM
does FPDB support lotos poker?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-18-2018 , 04:38 AM
I didnt found a solution for that:

After backing up my databse and config folder

i installed the newest version today, 0.41.0-rc8. (my old version v0.40.5)

i got all the config files to work again,

but how can i get my database to work again? (fpdb.db3)
If i copy it into the old folder, it wont work again, and i cant find a solution to reimprot this old database.

I only have the fpdb.db3, should i have all the handhistories? the bulk import doesnt work for the fpdb.db3

how do i reimport my old databse? (~45mb)

thanks in advance

Last edited by dave2000; 05-18-2018 at 04:48 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
05-20-2018 , 12:41 AM
Does Fpdb work with swc?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m