Open Side Menu Go to the Top
Register
Quick Questions & Answers Thread Quick Questions & Answers Thread

02-12-2011 , 12:46 PM
Hi guys i need help when im playing 8 max tables, the HUD on each player is in the top left and i have to move them to where they need to go, any idea why this is happening?
Quick Questions & Answers Thread Quote
02-12-2011 , 01:51 PM
Quote:
Originally Posted by SwansFC
Hi guys i need help when im playing 8 max tables, the HUD on each player is in the top left and i have to move them to where they need to go, any idea why this is happening?
Which HUD?
Quick Questions & Answers Thread Quote
02-13-2011 , 04:33 PM
How to convert .dat to .xml ?
The Pokerstars history is .dat format - the Universal Replayer needs .xml
Quick Questions & Answers Thread Quote
02-13-2011 , 04:58 PM
the pokerstars hand history should be .txt. you're probably looking at the wrong files?
Quick Questions & Answers Thread Quote
02-13-2011 , 05:23 PM
Quote:
Originally Posted by _dave_
the pokerstars hand history should be .txt. you're probably looking at the wrong files?
I am talking about the tournamet history that are send vie email
Quick Questions & Answers Thread Quote
02-13-2011 , 06:48 PM
Those 'playing history audits' cant be imported.

You need to request and import any/all your tournament histories and import those to HM. Stars did not write the tourney summaries to your hard drive in the past, like FTP did. They recently added this feature, so please enable the option in the PokerStars client and add the folder to your Auto Import Folder Configuration.

http://faq.holdemmanager.com/questio...er+Stars+Setup

Email support@pokerstars.com and ask for ALL your old Hand Histories and Tournament Histories/Results.

They will send you an email with links to zip files of your hand histories. Download all the zip files. Right-Click > Extract the contents of each zip file to a new folder. HM > Import From Folder for all of the unzipped hands.

The tournament summaries should be attached to the email as .htm files. Download the attachments. HM > Import File(s) for all of those files. It will probably ask you to search/select your Pokerstars screen name. If the files are sent as .html you will need to rename them (Right-Click > Rename) from .html to .htm extensions.

http://faq.holdemmanager.com/questio...and+Histories+
Quick Questions & Answers Thread Quote
02-14-2011 , 11:50 AM
I think the next person to post a random HEM or PT3 thread deserves to be banned!?

That is unless they are blind and can prove it (considering there's about 20 locked threads at the top of the forum now...)

Juk
Quick Questions & Answers Thread Quote
02-14-2011 , 01:24 PM
And I almost made another...

My PT3 for some reason;
1) cannot detect that there is a party client saving hand histories to disk (there is)
2) does not give me an option to tell it where my auto seat placement is.

Any idea how to solve the second problem (1 is not a problem, but thought they may be related somehow...)

Last edited by Idiosyncra3y; 02-14-2011 at 01:24 PM. Reason: I can't spell
Quick Questions & Answers Thread Quote
02-14-2011 , 01:33 PM
Quote:
Originally Posted by mv540
Wondering if anyone has/ could write a script that would auto open my stats tab and leave it up. I do not chat or look at it and playing cash games have no use for the info tab and having to click the stats tab for every table I open starts to be a pain after a while. Thanks.
Quote:
Originally Posted by mv540
i currently use stars hotkeys, which has the auto refresh info tab. thanks
can anyone help with this?
Quick Questions & Answers Thread Quote
02-14-2011 , 02:08 PM
Is there any way to block opening the cashier on stars while in a session? Same for HEM. I gotta stop looking at how I'm doing while playing.
Quick Questions & Answers Thread Quote
02-14-2011 , 02:48 PM
Quote:
Originally Posted by jukofyork
I think the next person to post a random HEM or PT3 thread deserves to be banned!?

That is unless they are blind and can prove it (considering there's about 20 locked threads at the top of the forum now...)

Juk
lol


PT3 not working?
Stevee.be
Today 10:48 AM
by jukofyork
3 123

Newbie having issues with HEM tourney database.
TID!
Today 10:48 AM
by jukofyork
1 128

HU cash PT3 layout
olistr
Today 10:48 AM
by jukofyork
1 143

Utilizing Pokertracker 3
NOsavedmylife
Today 10:48 AM
by jukofyork
1 173

Problem with opening HEM due to Postgres connection?!
Chris4Aces
Today 10:47 AM
by jukofyork
1 179

Hold em Manager question
Speedy17
Today 10:47 AM
by jukofyork
1 176

HEM HUD options
gimmetheloot
Today 10:47 AM
by jukofyork
2 212

What HUD settings to use in PT3 (mainly 45mans)
Wolfenzik
Today 10:47 AM
by jukofyork
1 145

Need Help...HUD not displaying!
hotello
Today 10:47 AM
by jukofyork
1 78

HHs saved to ????? in HEM
McPyrosaur
Today 10:47 AM
by jukofyork
1 62

PT3- Need help on how to do a backup-
kristiano
Today 10:47 AM
by jukofyork
1 12
Quick Questions & Answers Thread Quote
02-14-2011 , 04:26 PM
Hi all,

I have an issue recording a Shype discussion with Pamela. My voice - and my voice only - has a big echo and we cannot understand what I say. We can hear the other participants well.
Did you ever have this issue ? Or do you have any idea to remove this echo ?

Thanks !!
Quick Questions & Answers Thread Quote
02-14-2011 , 04:35 PM
Quote:
Originally Posted by Zitouni
Hi all,

I have an issue recording a Shype discussion with Pamela. My voice - and my voice only - has a big echo and we cannot understand what I say. We can hear the other participants well.
Did you ever have this issue ? Or do you have any idea to remove this echo ?

Thanks !!
are other people using headphones? perhaps your voice is coming back through your speakers
Quick Questions & Answers Thread Quote
02-14-2011 , 04:53 PM
Quote:
Originally Posted by Max1mums
I posted such script, i'm not sure if it still works fine or not
Code:
#noenv
#SingleInstance, Force

SetWinDelay,-1

SysGet, xbord, 32
SysGet, cap, 4
return

^1::
Noteselect(1)
return

^2::
Noteselect(2)
return

^3::
Noteselect(3)
return

^4::
Noteselect(4)
return

^5::
Noteselect(5)
return

^6::
Noteselect(6)
return

^7::
Noteselect(7)
return

^8::
Noteselect(8)
return

^9::
Noteselect(9)
return

;-----------------------------------------------------------------------------------------------------
Noteselect(number)
{
mousegetpos,,,winid
wingetclass,class,ahk_id%winid%
if class=PokerStarsTableFrameClass
{
dclick(winid)
ColorNoteControlClick(number)
}
}
;-----------------------------------------------------------------------------------------------------
dclick(winid)
{
global xbord,cap
coordmode,mouse,relative
mousegetpos,x,y
PostLeftDoubleClick(x-xbord, y-xbord-cap, winid, 1)
}
return
;-----------------------------------------------------------------------------------------------------
ColorNoteControlClick(id)
{
winget,winid,id,A
ControlGet, v, Visible,,PokerStarsNoteSelectorClass1, ahk_id %Winid%
if v
{
BlockInput, MouseMove
wingetpos,x1,y1,w1,h1,ahk_id%winid%
coordmode,mouse,screen
mousegetpos,x2,y2
ControlGetPos, x, y, w, h, %Edit1%, ahk_id %Winid%
DllCall("SetCursorPos", int, x+x1+10, int, y+y1+10)
send {Click left}
DllCall("SetCursorPos", int, x+x1+10, int, y+y1+10+id*17)
send {Click left}
DllCall("SetCursorPos", int, x2, int, y2)
BlockInput, MouseMoveOff
}
}
return
;-----------------------------------------------------------------------------------------------------
PostLeftDoubleClick(x, y, table_id, activate=1) {
If activate
 WinActivate, ahk_id%table_id%
critical,6
PostMessage, 0x203 , 0, ((y<<16)^x), , ahk_id%table_id%
PostMessage, 0x202 , 0, ((y<<16)^x), , ahk_id%table_id%
critical,off
sleep,-1
}
return
;-----------------------------------------------------------------------------------------------------
Would there be a way to modify this to use with detached chat/note controls? (Stars color coding hotkey script - works great with in-table controls).
Quick Questions &amp; Answers Thread Quote
02-14-2011 , 05:03 PM
Quote:
Originally Posted by greg nice
are other people using headphones? perhaps your voice is coming back through your speakers
No, neither I or they use speakers. We all have headset.
Quick Questions &amp; Answers Thread Quote
02-14-2011 , 06:18 PM
PT3 Question:
Purchased PT3, installed and running in on a desktop.
My old desktop broke down so I purchased a new one, but it will be ~ 2 weeks to build and ship.
I want to play on my laptop, but if I enter my second registration code, would I ever be able to cancel/remove it in 2weeks from my laptop and use it again on my new desktop?
(Already used trial a while back on my laptop)
Quick Questions &amp; Answers Thread Quote
02-14-2011 , 08:47 PM
Quote:
Originally Posted by jukofyork
I think the next person to post a random HEM or PT3 thread deserves to be banned!?

That is unless they are blind and can prove it (considering there's about 20 locked threads at the top of the forum now...)

Juk
you should be doing this anyways. There is no mod in any other forum as patient as you guys
Quick Questions &amp; Answers Thread Quote
02-14-2011 , 09:07 PM
Infracted maybe, banned is a bit extreme.

Noobs (or reg's for that matter) that CBF to read a sticky could use a nice warning, or minor infraction point every now and again, as a friendly reminder to check the stickies before posting in a new sub-forum. 2+2 is massive and each sub-forum has it's own set of moderation rules (why I never go to NVG).

I infracted very few people when I moderated here, as the few times I did infract someone it didn't go over very well. I don't know how the volunteer mods in the silly OT forums stay sane. :confused.

I am not sure if I ever gave actual infraction points to a poster on the HM forums, but that is a different type of forum as genuine posters are paid customers.
Quick Questions &amp; Answers Thread Quote
02-14-2011 , 09:48 PM
I've banned paying customers from my forum so I'm not sure what this "extreme" is you speak of
Quick Questions &amp; Answers Thread Quote
02-14-2011 , 10:36 PM
I'm starting to think infractions could be perfect. maybe just a warning for noob posters and a few points for 2p2 regs that really should know to at least read ONLY THE TITLE of a sticky before making a thread.

I'm also thinking it's perhaps worthwhile outright deleting the threads instead of locking them, it would have the benefit of legit threads staying on the front page for (much!) longer (to non-mods anyhow), but it needs more mouse clicks and has to have infractions/warnings to go along with (even more clicks!) otherwise they'd just keep making the threads again. locking them is only one double click on the index lol, unless we post a response (link to sticky ldo).

The main index being clogged up with HEM & PT3 threads I think must be making the forum much less useful, also to a poster properly new to 2p2 it must look like it's where they're supposed to go if they don't understand the locked icon.

a 3 day temp ban for each offender - lol = posters dropping like flies! would be hilarious the ATF fallout when Stars makes a big update and breaks HEM, PT3 & TN simultaneously! can't do it tho I don't think
Quick Questions &amp; Answers Thread Quote
02-14-2011 , 10:50 PM
Quote:
Originally Posted by SretiCentV
you should be doing this anyways. There is no mod in any other forum as patient as you guys
Quote:
Originally Posted by fozzy71
Infracted maybe, banned is a bit extreme.

Noobs (or reg's for that matter) that CBF to read a sticky could use a nice warning, or minor infraction point every now and again, as a friendly reminder to check the stickies before posting in a new sub-forum. 2+2 is massive and each sub-forum has it's own set of moderation rules (why I never go to NVG).

I infracted very few people when I moderated here, as the few times I did infract someone it didn't go over very well. I don't know how the volunteer mods in the silly OT forums stay sane. :confused.

I am not sure if I ever gave actual infraction points to a poster on the HM forums, but that is a different type of forum as genuine posters are paid customers.
Quote:
Originally Posted by SretiCentV
I've banned paying customers from my forum so I'm not sure what this "extreme" is you speak of
Quote:
Originally Posted by _dave_
I'm starting to think infractions could be perfect. maybe just a warning for noob posters and a few points for 2p2 regs that really should know to at least read ONLY THE TITLE of a sticky before making a thread.

I'm also thinking it's perhaps worthwhile outright deleting the threads instead of locking them, it would have the benefit of legit threads staying on the front page for (much!) longer (to non-mods anyhow), but it needs more mouse clicks and has to have infractions/warnings to go along with (even more clicks!) otherwise they'd just keep making the threads again. locking them is only one double click on the index lol, unless we post a response (link to sticky ldo).

The main index being clogged up with HEM & PT3 threads I think must be making the forum much less useful, also to a poster properly new to 2p2 it must look like it's where they're supposed to go if they don't understand the locked icon.

a 3 day temp ban for each offender - lol = posters dropping like flies! would be hilarious the ATF fallout when Stars makes a big update and breaks HEM, PT3 & TN simultaneously! can't do it tho I don't think
Yeah, I'm all for ideas (obv banning them was a joke ).

The huge amount of threads on the front page today came from me just locking the threads over the weekend (thanks to dave for pointing out the "double click lock" method ) and then posting a reply in each today... I do think it shows just how bad the problem is getting though!

Juk

PS: I see other forums have copied our "░▒▓██▓▒░" idea!!! There's one in the Zoo now and also one in Heads Up SNGs forum (IIRC)! Now if only we were allowed rainbow / flashing colours in thread titles; I think we'd be made...
Quick Questions &amp; Answers Thread Quote
02-15-2011 , 12:16 AM
Quote:
Originally Posted by Zitouni
No, neither I or they use speakers. We all have headset.
I've had good success recently with MP3 Skype recorder (http://voipcallrecording.com/), worked fine when the other caller's Pamela recording failed - and it's free too.
Quick Questions &amp; Answers Thread Quote
02-15-2011 , 12:47 AM
Who is Pamela?

Last edited by fozzy71; 02-15-2011 at 12:47 AM. Reason: and why I am so horny, suddenly?...
Quick Questions &amp; Answers Thread Quote
02-15-2011 , 01:52 AM
She's the girls who records my Skype dicussions
Quick Questions &amp; Answers Thread Quote
02-15-2011 , 03:48 AM
Quote:
Originally Posted by fozzy71
Who is Pamela?
Why is Pamela called Pamela?
Quick Questions &amp; Answers Thread Quote

      
m