landing page

For general discussion of the Poker Mavens software
The Scorpion
Posts: 45
Joined: Sun Apr 04, 2021 4:45 pm

landing page

Post 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
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: landing page

Post 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.
The Scorpion
Posts: 45
Joined: Sun Apr 04, 2021 4:45 pm

Re: landing page

Post 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?
The Scorpion
Posts: 45
Joined: Sun Apr 04, 2021 4:45 pm

Re: landing page

Post by The Scorpion »

If not what is the best way to set this up
The Scorpion
Posts: 45
Joined: Sun Apr 04, 2021 4:45 pm

Re: landing page

Post 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.
The Scorpion
Posts: 45
Joined: Sun Apr 04, 2021 4:45 pm

Re: landing page

Post by The Scorpion »

but the software is not loading onto the secondary page
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: landing page

Post 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
The Scorpion
Posts: 45
Joined: Sun Apr 04, 2021 4:45 pm

Re: landing page

Post 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.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: landing page

Post 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?
The Scorpion
Posts: 45
Joined: Sun Apr 04, 2021 4:45 pm

Re: landing page

Post 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
Post Reply