Is it possible to integrate and run Poker Mavens on Wix?

For general discussion of the Poker Mavens software
Post Reply
nickers
Posts: 3
Joined: Fri Jul 01, 2016 1:28 am

Is it possible to integrate and run Poker Mavens on Wix?

Post by nickers »

I do not have very much knowledge in HTML or PHP, I'm just curious if I could use a service like Wix and integrate the Poker Mavens software and control it. the only thing they have on their "app section" is HTML iFrame/embed. I'm already thinking that wouldn't be enough. I'm just confused on how exactly you would integrate it onto a site, would you control the software via the site HTML with the API? Or would you be controlling it on the windows server that you embed onto the site?

Sorry if I sound like an idiot, I just have no idea where to start.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Is it possible to integrate and run Poker Mavens on Wix?

Post by Kent Briggs »

The poker software itself has to be installed on a Windows machine in which you have root/admin access to. But you can use almost any web site as your front end if you just want to place an iframe there that points to the poker server URL. However, to do anything fancy with the Poker Mavens API, you need a server-side scripting ability such as PHP which will make http calls back to the poker server. This cannot be done with client-side Javascript because that would expose the API password.
nickers
Posts: 3
Joined: Fri Jul 01, 2016 1:28 am

Re: Is it possible to integrate and run Poker Mavens on Wix?

Post by nickers »

Kent Briggs wrote:The poker software itself has to be installed on a Windows machine in which you have root/admin access to. But you can use almost any web site as your front end if you just want to place an iframe there that points to the poker server URL. However, to do anything fancy with the Poker Mavens API, you need a server-side scripting ability such as PHP which will make http calls back to the poker server. This cannot be done with client-side Javascript because that would expose the API password.
Thanks for the insight, would learning say this course be sufficient to be able to understand how to use PHP for PM?

https://www.codecademy.com/learn/php

how much would I really need to learn to use the API easily?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Is it possible to integrate and run Poker Mavens on Wix?

Post by Kent Briggs »

nickers wrote: Thanks for the insight, would learning say this course be sufficient to be able to understand how to use PHP for PM?
https://www.codecademy.com/learn/php
how much would I really need to learn to use the API easily?
It would probably be a good start if you understand the basic concepts of computer programming (variables, arrays, loops, conditional statements, file i/o, etc). After that, check out the API docs and PHP examples I have here:

http://www.briggsoft.com/docs/pmavens/T ... erface.htm
http://www.briggsoft.com/docs/pmavens/API_Examples.htm

You can experiment with the API (even in the free trial version) by issuing one command at a time directly in your browser's address bar and see the results returned without writing any code. Then you could imagine writing code that issues those commands for you and acts on the results returned accordingly.
maatouk.j1
Posts: 1
Joined: Sun Jul 31, 2022 3:51 am

Re: Is it possible to integrate and run Poker Mavens on Wix?

Post by maatouk.j1 »

Hi nickers,

Were you able to test the integration of the Poker Mavens software with a Wix website ?
If yes, can you please post an example of how to send an API call from Wix to register a user for example?

Would love to know if it's feasible.

Thanks.
Last edited by maatouk.j1 on Sun Jul 31, 2022 4:00 am, edited 1 time in total.
ftpjesus
Posts: 164
Joined: Fri Dec 30, 2016 1:54 am

Re: Is it possible to integrate and run Poker Mavens on Wix?

Post by ftpjesus »

As Kent said you can use Wix Im sure for a front end such as a WP site but you still need a virtual machine/server/etc running Windows to run the core software for the site on. Depends on your needs and size of your poker club/site it can be cheaper or not so much so. I do like the stability of V7 running as a service in Windows as it seems to really allow to scale if you choose to do so and you can run a pretty sizeable setup as long as you have the CPU clockspeed and such to run it as it will scale up and down as the tables are active or not via thread counts. There are some options out there for integration with a front end and such but Ive seen also some questionable operations such as Jackspade as well.

Has anybody bought and setup the codeplaya system themselves, Ive seen the demo but would love to see somebodys actual integration vs the demo they offer on their site.
Owner Operator of (TBA)
http://www.( TBA ) .com (Home Page)
http://www. (TBA) .net (Play Money)
http://www. (TBA) .eu (BTC Token tied currency and Stable Coins through Crypto quasi real money play)
Post Reply