adding PM onto a website?

For general discussion of the Poker Mavens software
poker4gp
Posts: 15
Joined: Thu Dec 18, 2014 9:58 am

Re: adding PM onto a website?

Post by poker4gp »

Kent Briggs
Site Admin
Posts: 6011
Joined: Wed Mar 19, 2008 8:47 pm

Re: adding PM onto a website?

Post by Kent Briggs »

You are still pointing to local host in your iframe:

Code: Select all

<iframe src="http://127.0.0.1:8087"</iframe>
poker4gp
Posts: 15
Joined: Thu Dec 18, 2014 9:58 am

Re: adding PM onto a website?

Post by poker4gp »

ive fixed it :) thanks for the help.
blockgators
Posts: 9
Joined: Thu Dec 24, 2015 6:14 pm

Re: adding PM onto a website?

Post by blockgators »

How did you fix it? I am having trouble getting the iframe to show on my webpage pm.bgapoker.com
Kent Briggs
Site Admin
Posts: 6011
Joined: Wed Mar 19, 2008 8:47 pm

Re: adding PM onto a website?

Post by Kent Briggs »

blockgators wrote: Sun Apr 20, 2025 2:06 pm How did you fix it? I am having trouble getting the iframe to show on my webpage pm.bgapoker.com
What does your iframe tag look like? Note that modern browsers won't allow you to link to a raw IP address with an iframe anymore. The poker server will need its own domain name.
blockgators
Posts: 9
Joined: Thu Dec 24, 2015 6:14 pm

Re: adding PM onto a website?

Post by blockgators »

Thanks Kent,
I got it to work. The part I need help with now is that I am trying to get it to automatically log the user into Poker Mavens when they sign into my website. Also, when they go to the poker.php page to automatically log them into the iframe. Right now the user have to log their self in through the iframe because I am having problems with the correct code for the new SessionKey being called in the iframe /Source?Name=ClientHtm&SessionKey=
Attachments
iframe.png
iframe.png (378.22 KiB) Viewed 1770 times
Kent Briggs
Site Admin
Posts: 6011
Joined: Wed Mar 19, 2008 8:47 pm

Re: adding PM onto a website?

Post by Kent Briggs »

blockgators wrote: Thu Jul 03, 2025 11:50 pm Thanks Kent,
I got it to work. The part I need help with now is that I am trying to get it to automatically log the user into Poker Mavens when they sign into my website. Also, when they go to the poker.php page to automatically log them into the iframe. Right now the user have to log their self in through the iframe because I am having problems with the correct code for the new SessionKey being called in the iframe /Source?Name=ClientHtm&SessionKey=
See the iframe (SessionKey2.php) example here:

https://www.briggsoft.com/docs/pmavens/ ... auto_login
Post Reply