Page 1 of 1

HUD?

PostPosted: Sat Nov 21, 2009 6:16 pm
by TFMonty
Does PTS have a hud?

Re: HUD?

PostPosted: Sat Nov 21, 2009 7:07 pm
by ptrack mike
See the last post of this thread:
viewtopic.php?f=40&t=3961

Re: HUD?

PostPosted: Sat Nov 21, 2009 7:53 pm
by TFMonty
Ok next question having problems setting up a seperate database

assume this actually needs to be done and cant use the holdem one i have from pt3

i added a new db in pt3 called stud...............i put in the details into pts hit test and says password fail, am 99% certain i used svcpass if not it would have been 1 other, but neither work..........

anyway around this?

Re: HUD?

PostPosted: Sat Nov 21, 2009 7:57 pm
by TFMonty
ok sorted teh password 'dbpass' but says no database exists how do i create a new db

Re: HUD?

PostPosted: Sat Nov 21, 2009 8:39 pm
by TFMonty
ok think i got that sorted now with db setup etc

Re: HUD?

PostPosted: Sat Nov 21, 2009 8:54 pm
by TFMonty
select session_id,table_name, game_level_desc, game_level_big_bet, pl_nl, site_abbrev
from session,
game_level,
poker_sites
where game_level.game_level_id = session.game_level_id and session.site_id=poker_sites.site_id
and session.session_end > '2009-11-21 19:35:37'::timestamp
order by game_level_big_bet, table_name, session_end desc
-- ERROR: relation "session" does not exist


get the following message trying to get ipoker imported using the hiud thing

Re: HUD?

PostPosted: Sun Nov 22, 2009 1:58 am
by ptrack mike
get the following message trying to get ipoker imported using the hiud thing

The HUD that I pointed you to before is a third party program. I have no idea how it works so you will need to contact the developer on that program if you are getting errors.