Plugin info

Total downloads: 1,880
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 1
Last updated: 7/5/2017 (3154 days ago)
Added to WordPress: 6/29/2017 (8 years old)
Minimum WordPress version: 4.8
Tested up to WordPress version: 4.8.27
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3154 days ago

20/100

Is API for Poker Mavens abandoned?

Possibly abandoned (last update 3154 days ago).

Compatibility

Requires WordPress: 4.8
Tested up to: 4.8.27
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This program adds shortcodes for some basic Poker Mavens API functionality. They are based on the examples at https://www.briggsoft.com/docs/pmavens/API_Examples.htm
on the Poker Mavens Support site.

Shortcodes include:
[pmapi_server_stats] – Adds the server stats.

[pmapi_server_top players=”#”] – Adds the Top # Chip leaders (default is 10).

[pmapi_userinfo] – Adds a page to update basic userinfo of the username that matches the username of the wordpress user. If there is no matching name on the Poker Mavens server, a page to create one will be shown.

[pmapi_login] – Adds a login username and password form. If user is logged in it will output a button to sign out and a button linking to the poker server. If logged in and there is no username on the poker server that matches the wordpress username, the api will create one.

[pmapi_rawdata] – Outputs raw data (for testing purposes).

[pmapi_playbutton signin=”yes” signintext=”Click Here to Sign in and Play!”] – Displays a playbutton, or a signin link if there is nobody logged in. Does not display anything if no options are stet. If signin is “yes” default signin text is “Sign In” if it is not set.

Installation

upload the contents of the zip file to the plugins directory of your wordpress site.

Frequently Asked Questions

How does a new wordpress account get validated if the Poker server already has a user with that name?

WordPress play link will forward user to a password confirmation page. That page will ask the user to input their Password (Poker Mavens Account Password) and if it is correct the wordpress Password hash will be stored in the “Custom” field of the Poker Mavens Server. From there on wordpress will compare the hash with the logged in user password hash and if they match will allow for modification of the account data. If the wordpress password changes account verification will be asked again.

Installation Instructions

upload the contents of the zip file to the plugins directory of your wordpress site.

Review feed

No reviews available

Screenshots

  1. screenshot-1.jpg - Settings page

    screenshot-1.jpg - Settings page

  2. screenshot-2.jpg - API shortcode output

    screenshot-2.jpg - API shortcode output

  3. screenshot-3.jpg - Player Admin

    screenshot-3.jpg - Player Admin

  4. screenshot-4.jpg - Game Admin

    screenshot-4.jpg - Game Admin

Changelog

0.1.2 – Added Poker Player Admin Page, and Poker Game admin page.
– Added functionality to some of the shortcodes.

0.1.1 - Added code for validation if the poker account already exists.
- Minor astetic changes.
- Changed server_top10 to server_top.
- restructured the location of some code and changed some depreeciated items to their updated counterparts.
- Edited the version numbers in this file to be consistant with released version (0.9.0 changed to 0.1.0)

0.1.0 – First Release for feedback.