Open Side Menu Go to the Top
Register
FPHG (*** NO LONGER ALLOWED AT PARTY - PLEASE READ OP ***) FPHG (*** NO LONGER ALLOWED AT PARTY - PLEASE READ OP ***)

10-06-2009 , 02:11 PM
1.5 months any progress?

Why can't someone just make a betpot that doesn't need freephg.
10-07-2009 , 06:41 PM
Before I install this is it legal to datamine Party?
10-18-2009 , 10:12 AM
Is the source code still available for this? Also, I have read the last few pages and am assuming that this is not currently working with the latest pokerstars, is this a correct assumption? I have tried a few versions and none of them produce any output at all for me. I know wingman and the pokereval plugin for firefox both still work, but they both appear to use some sort of optical card recognition as opposed to a memory read.
10-18-2009 , 04:14 PM
Quote:
Originally Posted by atlas2
Is the source code still available for this? Also, I have read the last few pages and am assuming that this is not currently working with the latest pokerstars, is this a correct assumption? I have tried a few versions and none of them produce any output at all for me. I know wingman and the pokereval plugin for firefox both still work, but they both appear to use some sort of optical card recognition as opposed to a memory read.
FPHG only works at Party.

Juk
10-18-2009 , 07:07 PM
Quote:
Originally Posted by jukofyork
FPHG only works at Party.

Juk
Wow, I really feel dumb. I read all those posts and for some strange reason I thought it was for pokerstars, even though, now that I went back and looked again, the word party was in about a zillion posts!

On a side note, can you point me to a place to learn how wingman and pokereval firefox plugin manage to recognize the cards as they are displayed in pokerstars? I'd like to code my own odds calculator, but am not sure where to begin as far as capturing the cards as they are played.

thanks
10-27-2009 , 04:14 PM
I just installed BetPot/FreePHG on a new computer with Windows 7 64-bit. I'm trying to get it work on Party. The mouse scroll wheel works, but if I use the BetPot function, it comes up with the error:

FPHG live file not found for game#

My live files are there and configured properly. It seems that it's getting a blank handnum. I uncommented the ;Msgbox %hhf% line and it shows:

C:\FreePHG_HandHistories\live\.live whenever I use the betpot

If I Msgbox this line hhf := fphg_party_hh_folder . tablename . ".hhf" it shows the proper table name correctly. So it seems like this line is giving the problems and not returning the correct handnum:

ControlGetText, handnum, This hand#, ahk_id%id%

Any ideas?

Using BetPot v0.2w_Party_fix
10-27-2009 , 06:31 PM
Quote:
Originally Posted by ata
ControlGetText, handnum, This hand#, ahk_id%id%

Any ideas?
Not really a FPHG problem, but I'll answer here anyway. Replace that line with these two:
Code:
MatchString := "# "
ControlGetText, handnum, %MatchString%, ahk_id%id%
and see if that fixes it (if not then have a look for my latest posts in the BetPot thread as I posted about the fix needed a while back in their IIRC).

Juk
10-29-2009 , 07:18 PM
Quote:
Originally Posted by Faust
Hey jukofyork,
fphg 3.03 does not work for me any more with the latest Party update. No HHF files are being created at all, both in active and passive mode. I have been using fphg 2.x and it was working fine before the 08/11 Party update.
Same for me, but since 10/21
Didn't change any settings and it stopped working. Downloaded new Version (3.03), but that didn't fix it.

Vista, Party + FreePHG in adiministrator mode

I need this awesome tool
11-01-2009 , 06:58 AM
Hi,

I keep getting the message:

Party HHF reader FPHG live file not found for game #

My ini file for FreePGH is:

OUTPUT_PATH = E:\Program files\FreePHG
HH_EXTENSION = hhf
OBSERVED_ONLY = 0
ADD_6MAX_TAG = 0
OUTPUT_HH = 1
OUTPUT_LIVE = 1

The live file is here: E:\Program files\FreePHG

and I see the xxxxxxxxxx.live files

Why does it say there isn't a live file for game #

Thanks,

Guido
11-01-2009 , 04:13 PM
i have a problem

is not working..

FIRST QUESTION:

THE HAND HISTORIE DATAMINED WILL BE STORED IN THE ROUTE WHO FIGURES INTO THE FreePGH.INI FILE RIGHT?

OR IN PARTYPOKER HANDHISTORIE ROUTE?

i have vista 32 bits (i have no software problems like vista 64 bits)

install "FreePGH_Install"

then i set the settings in the "FreePGH.ini":



then i open 4 tables in partypoker but i dont get any hand histories

when i tried running "as administrator" a folder called "live" appears into the FreePGH folder but i dont get hands anyway

some tip?, im wrong with some stuff?

sorry my bad english

edit: im look in C:\Programs\Partygaming\Partypoker\Handhistories and in my user folder i dont have any hand historie

but if i look into the XMLHandHistorie FOLDER, appear a .xml file with the number of the tables that im datamining

when i open that file with mozilla firefox this message appears:

Error de lectura XML: no se encuentra elemento

Ubicación: file:///C:/Programs/PartyGaming/PartyPoker/HandHistory/XMLHandHistory/1305180.xml

Número de línea 2, columna 245:<tabletype type="cashgame" source="PartyPoker" family=""><table id="1305180" name="Table 126493" max_seats="6" currency="USD" betting_type="nolimit" disconnect_protect="false" speed="normal" privatetable="false" jackpot="false" user="myuser">
---------------------------------^


WELL, IM LOST haha

Last edited by shermi; 11-01-2009 at 04:32 PM.
11-01-2009 , 07:28 PM
Quote:
Originally Posted by Guido
OUTPUT_PATH = E:\Program files\FreePHG
Quote:
Originally Posted by shermi
Try setting the output folder to somewhere where you are sure you can write to (Vista may block write access to "program files", etc).

Juk
11-02-2009 , 03:10 AM
Quote:
Originally Posted by jukofyork
Try setting the output folder to somewhere where you are sure you can write to (Vista may block write access to "program files", etc).

Juk
hey

i create a folder with the name "asd" in "c:\"

i changed the script line > c:\asd

a folder called "live" appears again, now into "c:\asd" folder

i open 1 table, when 3 hands past i look in "live" folder and its empty :/

what can i do?

thx 4 all dude
11-02-2009 , 03:43 AM
Quote:
Originally Posted by jukofyork
Try setting the output folder to somewhere where you are sure you can write to (Vista may block write access to "program files", etc).

Juk
Quote:
Originally Posted by shermi
hey

i create a folder with the name "asd" in "c:\"

i changed the script line > c:\asd

a folder called "live" appears again, now into "c:\asd" folder

i open 1 table, when 3 hands past i look in "live" folder and its empty :/

what can i do?

thx 4 all dude
Spoiler:

The administrator has specified that you can only edit messages for 30 minutes after you have posted. This limit has expired, so you must contact the administrator to make alterations on your message.


EDIT from last post: I TURN OFF THE "UAC" FROM VISTA, RESTART COMPUTER

THEN RIGHT CLICK IN FreePHG.exe > PROPIERTIES, AND THEN I SET "RUN AS ADMINISTRATOR:



AND ITS WORKING

thx again ; )

Last edited by shermi; 11-02-2009 at 03:54 AM.
11-02-2009 , 05:25 PM
Hi,

Like I said in my original post:

and I see the xxxxxxxxxx.live files

So i'm sure i can write to the path OUTPUT_PATH = E:\Program files\FreePHG

I've tried other paths and I always see the files but I get the same massage.

Thanks,

Guido
11-02-2009 , 06:35 PM
Guido, you need to set the fphg_party_hh_folder in your .ahk file as well.
11-02-2009 , 07:56 PM
Yeah, it sounds like a BetPot problem: you need to edit something (or set a flag in BetPot) - search the BetPot thread for the message it pops up with and you should find the info you need (I don't use it so can't really help with this, but I have seen this asked several times in their).

Juk
11-02-2009 , 11:15 PM
I really hate the fact that PP hhf for tournaments and sng doesn’t have info about posting blinds. Many applications like hand re-players couldn’t handle it very well and I imagine for programmers it is nightmare to deal with. I understand you want to make it compatible with Party hhf. However, is this information available and potentially you could create FPHG that outputs who posts blinds like it is in cash games? Ideally if we could have a flag that would make tournaments output this information it would be great.

Even re-players like “Universal Repleyer” sometimes won’t replay correctly because of this issue. It doesn’t happen very often but I know for sure it does.
11-03-2009 , 12:10 AM
Quote:
Originally Posted by karciarz
I really hate the fact that PP hhf for tournaments and sng doesn’t have info about posting blinds. Many applications like hand re-players couldn’t handle it very well and I imagine for programmers it is nightmare to deal with. I understand you want to make it compatible with Party hhf. However, is this information available and potentially you could create FPHG that outputs who posts blinds like it is in cash games? Ideally if we could have a flag that would make tournaments output this information it would be great.

Even re-players like “Universal Repleyer” sometimes won’t replay correctly because of this issue. It doesn’t happen very often but I know for sure it does.
FPHG just saves the hands as it finds them in memory - it doesn't actually do any construction of them.

Juk
11-03-2009 , 02:15 PM
Hi Gball,

This is the script in the ahk file and it has the same path:

; PARTY SPECIFIC
party_uses_commas_for_decimals := 0
fphg_party_hh_folder := "E:\Program files\FreePHG"
; **** SET TO 0 (zero) if using old FPHG without "live" folder, else 1 (one)
fphg_uselive = 1

So why shouldn't it work?

Thanks,

Guido
11-08-2009 , 09:25 PM
Quote:
Originally Posted by Guido
Hi Gball,

This is the script in the ahk file and it has the same path:

; PARTY SPECIFIC
party_uses_commas_for_decimals := 0
fphg_party_hh_folder := "E:\Program files\FreePHG"
; **** SET TO 0 (zero) if using old FPHG without "live" folder, else 1 (one)
fphg_uselive = 1

So why shouldn't it work?

Thanks,

Guido
i put a random path, e.g.: "C:\Program Files\Hands"

and when i run FreePHG into "Hands" folder, appears the xxxx.hhf files, and appear a folder called "live" (inside this folder appears the xxxxx.live files, but i dont use the "xxxxxx.live" files, just open any tracker and select "manual import", then "open files (or hands) from directory" then click in the xxxx.hhf files

and u r done

well, this way is working to me, i have vista 32 bits and i close de UAC and i run the FreePGH AS ADMINISTRATOR
11-09-2009 , 02:15 PM
The path E:\Program files\FreePHG is where the .hhf files go to and in that folder a live folder appairs. The files in the FreePHG folder and all the subfolders are imported into the tracker. I don't have any problems importing the files, but the betpot script doesn't work.
11-18-2009 , 11:24 AM
Hi, i use partypoker.it but FPHG doesn't work. What can I do?

Last edited by il_giocatore; 11-18-2009 at 11:30 AM.
11-22-2009 , 12:56 PM
# Set this to enable "Active Mode" (*ONLY* use this if the Party client crashes without it).
USE_ACTIVE_MODE = 1

My party client crashed a couple of times midhand when I installed v3.03 of FPHG. The crashing stopped when I set the above option, but FPHG started using 30% of my processor time with only a couple of tables open. If I only have the Party lobby open we're roughly at 20%, and with Party closed altogether still 15% for FPHG. Is this a) normal b) something I can do something about?

Vista business 32b, dual core 2.5GHz
11-22-2009 , 01:02 PM
Quote:
Originally Posted by pasita
# Set this to enable "Active Mode" (*ONLY* use this if the Party client crashes without it).
USE_ACTIVE_MODE = 1

My party client crashed a couple of times midhand when I installed v3.03 of FPHG. The crashing stopped when I set the above option, but FPHG started using 30% of my processor time with only a couple of tables open. If I only have the Party lobby open we're roughly at 20%, and with Party closed altogether still 15% for FPHG. Is this a) normal b) something I can do something about?

Vista business 32b, dual core 2.5GHz
Yes, it's normal: "active mode" has a lot more work to do scanning memory and this is what uses the CPU time. If it's a problem then you can try setting the "ACTIVE_DELAY" value higher, but the higher you set it the more you risk missing hands (try setting it to 3000 and see if that is any better).

Juk
11-23-2009 , 07:15 AM
Quote:
Originally Posted by il_giocatore
Hi, i use partypoker.it but FPHG doesn't work. What can I do?
I think it is due to the buy-in in euros rather than dollars!!!( it works on partypoker.com)

      
m