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

07-10-2012 , 12:23 AM
downloading lock poker for mac doesn't work for me. I think the link on their site is messed up or something. It downloads a windows version even when i click on the mac button.
Quick Questions & Answers Thread Quote
07-10-2012 , 10:10 PM
Can anyone help me find pokertracking software for an older Mac, running OSX 10.4.11? I am not too computer savvy and would appreciate some help. AFAIK, I can't use Pokertracker, HEM, or FPDB. Any thoughts?
Quick Questions & Answers Thread Quote
07-11-2012 , 11:16 AM
I need to sync my hand history database between two computers (home pc and laptop). Basically I want my HUD and Pokertracker to work flawlessly and uniformly between the two. I was thinking of using Dropbox and just sending all of my PokerTracker processed files to Dropbox. Would this work? Is there a quicker/better way to do this?
Quick Questions & Answers Thread Quote
07-11-2012 , 11:48 AM
Quote:
Originally Posted by derada4
I need to sync my hand history database between two computers (home pc and laptop). Basically I want my HUD and Pokertracker to work flawlessly and uniformly between the two. I was thinking of using Dropbox and just sending all of my PokerTracker processed files to Dropbox. Would this work? Is there a quicker/better way to do this?
This is what I do with all my HM2 archive files because I delete my databases too often for testing to bother using the HM Sync feature. Then I can simply check when the last hand was played on the machine and import from folder to get any new files since the last time I played on my laptop, etc.
Quick Questions & Answers Thread Quote
07-19-2012 , 06:37 AM
Hello,

I had a Hijacker.Application found by malwarebytes. It was the about:blank browser hijacker but it didn't actually seem to be doing anything harmful apart from keep changing my IE9 homepage. I had no redirect to dodgy stuff. Malware bytes removed it and my homepage hasn't changed in last 24 hours yet.

But, when i do a Google search for something and right click 'open in new tab' on a result, the new tab briefly flashes 'about:blank' in the tab before opening the result. So i am worried there is still something bad on my computer.

Mcafee, malware bytes, and Microsoft safety 'Full scans' all show nothing harmful. Is there another scan or tool i can use to check more thoroughly that is hopefully free? Not avg tho cos it messes up with my mcafee.

Thanks in advance.
Quick Questions & Answers Thread Quote
07-20-2012 , 06:58 PM
obv don't use IE for browsing the internet if you're concerned about security. idk maybe 9 is great and highly secure, but IE doesn't have a bad rep for nothing.

Obv not 100% but I wouldn't worry, "about:blank" is the standard "no page" code word, I think.
Quick Questions & Answers Thread Quote
07-21-2012 , 06:28 AM
Quote:
Originally Posted by _dave_
obv don't use IE for browsing the internet if you're concerned about security. idk maybe 9 is great and highly secure, but IE doesn't have a bad rep for nothing.

Obv not 100% but I wouldn't worry, "about:blank" is the standard "no page" code word, I think.
Thanks for your reply.

Yes, lots say IE9 is bad for security. Will look into changing it, it's just I got this nice toolbar thing that can record music from internet to mp3.

Anyway, I think the problem is gone now. Used rkill thing then ran Malware Bytes and SuperAntiSpyware and says it's all clean.
Quick Questions & Answers Thread Quote
07-22-2012 , 01:19 AM
1

Last edited by strawnij1; 07-22-2012 at 01:26 AM.
Quick Questions & Answers Thread Quote
07-22-2012 , 03:16 PM
Im very new to AHK and Im trying to make a script for the client im using.

Quote:
SetDefaultMouseSpeed, 1
WinGetPos, X, Y, , , A
MouseGetPos, X2, Y2

xcoo := X + 284
ycoo := Y + 298

click %xcoo% %ycoo%
MouseMove X2, Y2
What I want the cursor to do is to leftclick at the desired spot and then immediately return to the previous location. Would be very gr8ful if someone could explain to me why its not working
Quick Questions & Answers Thread Quote
07-22-2012 , 09:52 PM
Search the forum for "PostLeftClick" and you'll find a way of doing it which doesn't move the mouse.

Juk
Quick Questions & Answers Thread Quote
07-23-2012 , 10:34 PM
Quote:
Originally Posted by MiniLud
Im very new to AHK and Im trying to make a script for the client im using.



What I want the cursor to do is to leftclick at the desired spot and then immediately return to the previous location. Would be very gr8ful if someone could explain to me why its not working
what isnt working? does the click happen? does the mouse move? remove commands one by one and see which work and which dont

not really sure why its not working, maybe you need the comma separating the x,y in the Click command?

also realize that your script is using the active window which has focus

btw:
PostLeftClick works on some clients, not all. i would say about half and half actually
Quick Questions & Answers Thread Quote
07-26-2012 , 12:17 AM
What's a good android app for tracking live win/loss/sessions? Thanks.
Quick Questions & Answers Thread Quote
08-02-2012 , 05:46 AM
hi!

i'm trying to code ahk to search if certain hand is withing certain range.
f.e:

hand: 76o
range: 22+, ATs+, AJ+, KJs+, KQo

is there any examples available?
Quick Questions & Answers Thread Quote
08-02-2012 , 05:56 PM
examples, not that I know online of but I have coded such myself.

What I did - function to "expand" a hand with + notation into it's full range, e.g. "22+" returns 22,33,44,55 etc, "ATs+" returns "ATs,AJs,AQs,AKs". This is mostly done with a list of "2,3,4,...9,T,J,Q,K,A" - StringTrimLeft the 2nd card, then you have the rest of the list to expand the hand range with. Need to special case for pairs. Also need a function to "fix" wrong-ordered hand input so 67o is always 76o.

Once that's done and you have a fully expanded list of hands, an simple InStr("76o", range) will get you an answer
Quick Questions & Answers Thread Quote
08-05-2012 , 03:23 PM
What's the best poker software I should download for cash games ?
Quick Questions & Answers Thread Quote
08-06-2012 , 07:28 AM
Any fully free PLO huds?
Quick Questions & Answers Thread Quote
08-09-2012 , 07:38 PM
not sure if this is in the correct place:

i recently installed a 2nd monitor and everything works fine but i want my taskbar to be at both monitors.. so theres a pokerstars icon at the left and the right monitor

i saw some program which can do this (and a lot of other stuff i dont need) but it will cost me some $ and i think its kinda waste of money for only task bar duplication,
anyone knows a free program or else which can realize this for me?

its windows 7
Quick Questions & Answers Thread Quote
08-09-2012 , 07:43 PM
Quote:
Originally Posted by Slugant
not sure if this is in the correct place:

i recently installed a 2nd monitor and everything works fine but i want my taskbar to be at both monitors.. so theres a pokerstars icon at the left and the right monitor

i saw some program which can do this (and a lot of other stuff i dont need) but it will cost me some $ and i think its kinda waste of money for only task bar duplication,
anyone knows a free program or else which can realize this for me?

its windows 7
take a look here: http://sixrevisions.com/tools/five-f...puter-set-ups/
Quick Questions & Answers Thread Quote
08-10-2012 , 01:51 PM
thanks dave. it wasn't the end of the world or impossible mission
Quick Questions & Answers Thread Quote
08-12-2012 , 04:28 PM
i believe there is a thread around here somwhere about the best way to secure your pc from viruses, trojan horses (hot topic now) and other threats... cant find this thread though
anybody has a link?
Quick Questions & Answers Thread Quote
08-13-2012 , 07:16 PM
Looking for answers on installing free trial of holdem manager. I had Pokertracker but don't know if that affects anything. Do I need to uninstall Pokertracker?
I tried going through the things they recommended but haven't found the problem. I am getting an error saying "you have specified an invalid user or password. Try another user/password combination or click the Reset Password button."
I tried the reset password but it says it can't reset the password. What can I do? Any help would be great. Thanks
Quick Questions & Answers Thread Quote
08-13-2012 , 11:03 PM
Quote:
Originally Posted by Pokerzhard
Looking for answers on installing free trial of holdem manager. I had Pokertracker but don't know if that affects anything. Do I need to uninstall Pokertracker?
I tried going through the things they recommended but haven't found the problem. I am getting an error saying "you have specified an invalid user or password. Try another user/password combination or click the Reset Password button."
I tried the reset password but it says it can't reset the password. What can I do? Any help would be great. Thanks
I see that you also posted this in the HM Support Thread and got the proper answer there so please check that thread for your answer - http://forumserver.twoplustwo.com/sh...ostcount=30462
Quick Questions & Answers Thread Quote
08-14-2012 , 08:23 AM
A (probably) really simple question.

I've just changed laptops and am in the process of getting everything set up in the same way I did on my previous machine.

I've pretty much got everything sorted except for the Pokerstars table themes. I know this was only a beta thing, but on my previous laptop I could click a kind of multi-coloured button and then customise their themes fairly easily. On the new laptop, I don't have that option.

Am I missing something?
Quick Questions & Answers Thread Quote
08-14-2012 , 10:36 PM
there should be an option in the menus at the top of the lobby even if that button isnt there
Quick Questions & Answers Thread Quote
08-19-2012 , 01:42 PM
Quote:
Originally Posted by Slugant
i believe there is a thread around here somwhere about the best way to secure your pc from viruses, trojan horses (hot topic now) and other threats... cant find this thread though
anybody has a link?

http://forumserver.twoplustwo.com/48...echnical-help/
Quick Questions & Answers Thread Quote

      
m