Page 1 of 2

landing page

Posted: Thu Apr 08, 2021 1:31 pm
by The Scorpion
Hello i am trying to link a landing page to my poker mavens software but it seems to not be working can some one give me some advise please thank you

Re: landing page

Posted: Thu Apr 08, 2021 2:09 pm
by Kent Briggs
If you want a web page to be displayed after a player logs out, specify the URL here:

System tab -> Client Settings -> Logout link

Be sure to include the http:// or https:// protocol prefix in the URL.

Note that this is a Gold edition only feature.

Re: landing page

Posted: Thu Apr 08, 2021 4:02 pm
by The Scorpion
Hello I have gold edition and id like them to go to the main website then click a button that takes them to the poker mavens software. So a landing page? is this what your mentioning above?

Re: landing page

Posted: Thu Apr 08, 2021 4:11 pm
by The Scorpion
If not what is the best way to set this up

Re: landing page

Posted: Thu Apr 08, 2021 4:13 pm
by The Scorpion
IE I have bluffshove.com as the main landing page and then i have bluffshovepoker as the secondary page where i want the software to showup on. On the main bluffshove page i have a button that says play now that i have linked to the bluffshovepoker page.

Re: landing page

Posted: Thu Apr 08, 2021 4:27 pm
by The Scorpion
but the software is not loading onto the secondary page

Re: landing page

Posted: Thu Apr 08, 2021 5:47 pm
by Kent Briggs
The Scorpion wrote:Hello I have gold edition and id like them to go to the main website then click a button that takes them to the poker mavens software. So a landing page? is this what your mentioning above?
Oh, that's easy enough. Just create a form button that points to your poker server. Example:

Code: Select all

<!DOCTYPE html>
<html>
<body>

<form action="https://www.pm-demo.com">
    <input type="submit" value="Play Poker" />
</form>

</body>
</html>
If you want the player to initiate the login from your web page, see these examples:

http://www.briggsoft.com/docs/pmavens/A ... auto_login

Re: landing page

Posted: Thu Apr 08, 2021 6:03 pm
by The Scorpion
Yea I setup the button and everything Im just having problems as some cant connect to the poker maven log in page when hitting the button while others can access it.

Re: landing page

Posted: Thu Apr 08, 2021 6:13 pm
by Kent Briggs
When I go to bluffshove.com and click the Play button, it just opens a tab that tries to go to bluffshovepoker.com. But that URL just redirects back to bluffshove.com. What is the actual URL of your poker server?

Re: landing page

Posted: Thu Apr 08, 2021 8:45 pm
by The Scorpion
I was messing with it. It doesnt redirect anymore there it just doesnt connect and give me an error message that says:

Websocket Connection Error

01:44:31.044 MSG Version 6.29 : Win64 : G6-24779
01:44:31.046 MSG Connecting to ws://www.bluffshovepoker.com:8088 ...
01:44:33.203 MSG WebSocket Connection Error
01:44:33.203 MSG Check Browser Error Console
01:44:33.219 MSG Connection Closed with Event Code 1006
01:45:31.046 MSG Packets per minute: 0 in, 0 out
01:45:31.047 MSG Bytes per minute: 0 in, 0 out