이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

API for Poker Mavens

설명

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.

스크린샷

설치

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

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“API for Poker Mavens”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“API for Poker Mavens”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “API for Poker Mavens”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.