Online Home Poker (6 Viewers)

Hello. I'm the developer of Mavens Tools, the enhancement package for Poker Mavens discussed above by @DoubleEagle, @BearMetal, @chess and @LotsOfChips. I thought I would ring in with a few comments.

As several folks have correctly pointed out, providing someone with your API password does indeed give them access to all of your Mavens server's functions. @BearMetal is also correct that my tools would be less useful if they only made use of a "push" mechanism. In fact, "less useful" doesn't even capture it; virtually none of them would work. Players wouldn't be able to request a particular hand in the hand viewer, tourney-summary emails couldn't be generated, the system would not be able to fulfill player text requests to transfer chips, etc. The tools require two-way communication.

@BearMetal also suggested the possibility of giving users the software to install on their own sites. While in theory this is possible, in practice it's prohibitively complicated, because the software doesn't run on a Mavens server. The app is written in Python and runs on a Heroku-based cloud server, with a SQL backend to store information about hands and other administrative info. Recreating this for each individual site would require a lot more effort on both my and your end, and it would be difficult to roll out new features (which I do all the time).

@DoubleEagle quoted me correctly, so I'll repeat it here: I only use the access you provide in order to maintain my tools, and not for any other reason. I would never manipulate balances or do anything nefarious like that. I realize that none of you know me personally, but if you would like references, I would be happy to put you in touch with Mavens site admins who use and can attest to the quality, professionalism and security of my services. I've done nondisclosure agreements with clients who are concerned about privacy, and I'd be happy to expand that agreement to address the concerns mentioned above.

Having said all that, if you would like to learn more about my tools, please visit MavensTools.com. I offer text alerts when ring games get underway and tourneys are starting, an innovative web-based hand viewer (with odds!), a great text-response system for both players and admins, tourney and ring game summaries automatically emailed, individual player session histories, admin reports, and lots more. Bad beat jackpot alerts coming soon. I'd be happy to email (info@mavenstools.com), text or speak on the phone with anyone to give you more details about what I provide and how it works. Thanks.

Finest (LB Finer)
 
Thank you for that response @Finest. As I also stated, your software asking for the API key isn't malicious in and of itself. And in no way did I mean to imply that you were any sort of untrustworthy entity. I was simply calling out the fact that the API key has the potential to be misused by any party that has it.

One thing that I'm curious about is whether Kent would eventually make the API level access more fine grain. At least break it out between read only API calls and volatile API calls. You could definitely approach him and ask him about this type of feature.
 
Thanks for your message, @BearMetal, and I definitely didn't take your comments to have that negative implication. And you're right about the power of API access. Your suggestion is a good one -- I'll also look on the Poker Mavens forum to see if there has been any discussion of this possibility.
 
Got trial version up and running on a T2 but
1) can't get an alias up for the login IP address
2) can't get email validation to send on trial version yet, even though no error messages are coming through

Anyone run into these on their AWS implementation?

Screenshot_20201215-194548.png
 
Got trial version up and running on a T2 but
1) can't get an alias up for the login IP address
2) can't get email validation to send on trial version yet, even though no error messages are coming through

Anyone run into these on their AWS implementation?

View attachment 595041
Shoot, I forgot to send my document but if you have the instance running that was as far as it would have taken you.

Try adding :8087 to your address and see if it brings you to the password page.

What mail service are you running?
 
Shoot, I forgot to send my document but if you have the instance running that was as far as it would have taken you.

Try adding :8087 to your address and see if it brings you to the password page.

What mail service are you running?
Got the sign in working actually, I'm fully up and running minus the email validation. My comment on the alias is that I can't figure out how to set up an alias rather than seeing the IP on the login page. Not a big deal, just seems that AWS has so many menus it's hard to find what I'm looking for!

Tried hotmail unsecured for the SMTP. I don't get any errors when I try resending or resetting the password, but no email either. Can't tell if it's an issue with the trial version, but more likely it's me.
 
Got the sign in working actually, I'm fully up and running minus the email validation. My comment on the alias is that I can't figure out how to set up an alias rather than seeing the IP on the login page. Not a big deal, just seems that AWS has so many menus it's hard to find what I'm looking for!

Tried hotmail unsecured for the SMTP. I don't get any errors when I try resending or resetting the password, but no email either. Can't tell if it's an issue with the trial version, but more likely it's me.
I use Gmail and had to set up a special setting in my Google account to let a device send emails with my password. Hotmail might have something like that as well.

Regarding the IP and the dns address, I can't help but maybe @BearMetal can. I'm an IT guy, but have nearly zero web experience.
 
I use Gmail and had to set up a special setting in my Google account to let a device send emails with my password. Hotmail might have something like that as well.

Regarding the IP and the dns address, I can't help but maybe @BearMetal can. I'm an IT guy, but have nearly zero web experience.
Yeah my next move was gonna be to try gmail. Good looking out on the settings, I'll check both accounts now to see if it's an account issue!
 
Yeah my next move was gonna be to try gmail. Good looking out on the settings, I'll check both accounts now to see if it's an account issue!
For gmail it was third party access under the security section of my account. I had to create a unique password for the mavens server.
 
Yes, for gmail you need to setup an App Password in order to have Poker Mavens send via their SMTP relay. Hotmail might have something similar.

@Venturalvn can you be more specific about the problems with your IP? You said that you "can't get an alias up for the login IP address" ... Do you mean that you can't get DNS to work? Which provider do you use (GoDaddy, Google, etc?)
 
Yes, for gmail you need to setup an App Password in order to have Poker Mavens send via their SMTP relay. Hotmail might have something similar.

@Venturalvn can you be more specific about the problems with your IP? You said that you "can't get an alias up for the login IP address" ... Do you mean that you can't get DNS to work? Which provider do you use (GoDaddy, Google, etc?)
Thanks guys for chiming in and helping out.

I don't have an issue per se, I just thought there'd be an easy way set up an alias for the IP. I bought a domain on Amazon's Route 53 - all that's running fine, have a landing page up and running (see above). I put a button up with a link to the Poker Mavens login, all is working fine.

Only question I have on it is instead of the PM login showing the IP, can I set the login page to a page on my domain instead?
 
Thanks guys for chiming in and helping out.

I don't have an issue per se, I just thought there'd be an easy way set up an alias for the IP. I bought a domain on Amazon's Route 53 - all that's running fine, have a landing page up and running (see above). I put a button up with a link to the Poker Mavens login, all is working fine.

Only question I have on it is instead of the PM login showing the IP, can I set the login page to a page on my domain instead?
I think that's just a setting in PM. On the main settings page of Poker Mavens, look for "Internet IP address". Instead of using your actual IP address you can use your domain name here instead. that will cause the main poker mavens login page to display your domain instead of an IP address.
 
Those chips look REALLY clean and HD quality images. Im curious to see how they look on the table. Could you post a screen shot when you have time @Venturalvn?
I'll post up a pic of that (and my holiday themed table :D) when I get a chance. I have a feeling that with spots that small you won't be able to see any detail. But it's fun for me to goof around with in any case!

I did up the 1k chip today in BJ V7 style. Almost guaranteed that you won't be able to see the 6+ spots and above.

1608265018418.png
 
I'll post up a pic of that (and my holiday themed table :D) when I get a chance. I have a feeling that with spots that small you won't be able to see any detail. But it's fun for me to goof around with in any case!

I did up the 1k chip today in BJ V7 style. Almost guaranteed that you won't be able to see the 6+ spots and above.

View attachment 596645
Looks very cool! I have custom chip that were created to the theme of the CPC Rounders chip set that I have in real life.

Screen Shot 2020-12-17 at 10.22.34 PM.png
 
Looks very cool! I have custom chip that were created to the theme of the CPC Rounders chip set that I have in real life.

View attachment 596648
That's a great idea. Obviously I MUST do a custom chip set, because they'd take my PCF card away if I didn't. But it's clearly best for low res, single color spots. I might just leave the SV chips in the end, but we'll see.
 
Yeah as expected, the split spot edgespots are hardly visible at default window size. Not worth the detail.

Going smaller than 1/4 spots is useless.

1608282071031.png
 
Anyone have any cool card backs they're using? I whipped up a circle back with the logo, but at such low res circle back might wear on the eyes over time.
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account and join our community. It's easy!

Log in

Already have an account? Log in here.

Back
Top Bottom