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

WOW Server Status Widget

설명

This is a simple widget that displays WOW Server Status 4.1 badge, without having to upload the script with ftp and write an img tag to run it.
— realms with non-english names may also work, but not in ‘full’ mode as the font used doesn’t have those characters

The original script can be found here, which is not my work
1.0.6: patched to use official JSON feed (finally :p), php 5.2+ recommended (for native json_decode() support), fallback JSON.php for earlier versions is included as well.

** If you find your widget broken after a wordpress core update, please try to re-save your widget settings.

If you managed to find bugs or want to correct some of my codes, please don’t hesitate to post on forum:)

스크린샷

  • Here is how it looks

설치

  1. Unpack and Upload all files to the /wp-content/plugins/wow-server-status-widget directory
  2. Add your Battle.net API key in Settings
  3. Activate the plugin through the Plugins menu in WordPress
  4. Drag WOW Server Status Widget to your sidebar
  5. Enter details and done!

FAQ

The badge script is not my work, I just make it easy to drag and drop in wordpress.
It should be able to run properly on most servers, but if there is a problem
please visit the author’s site and look for solutions there.

It says “No Status Source”, what’s wrong?

Make sure you have got a correct Battle.net API key get one here, also check the realm name and region carefully, it won’t work if you’ve typed it wrong.
If official realm status page for US or official realm status page for EU is working fine, this badge should be working fine, in some rare cases like when Blizzard is upgrading their server hardware or something, the realm page just breaks and this badge will also break.

It doesn’t reflect the actual realm status correctly, what’s wrong?

See above. Also, cache time of this badge is set to 5 minutes, so it may not reflect immediately if the server status has just changed within 5 minutes.

후기

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

기여자 & 개발자

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

기여자

자국어로 “WOW Server Status Widget”(을)를 번역하세요.

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

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

변경이력

= 1.0.13=
* add widget settings page for API key settings

1.0.8

  • update bug report icon and url

1.0.7

  • fixed a mis-uploaded file

1.0.6

  • patched to use official JSON feed

1.0.5

  • fixed bug of space becomes %20 in the new wow_ss.php, thanks Mike

1.0.4

  • since official realm status xml is not there anymore, I’ve modified the original wow server status badge to use Axho’s WoW Feeds… at least for now, feel free to extract the modified badge php for your own use.

1.0.3

  • take 2, fixed the apostrophe realm not showing bug in original wow_ss.php, aparently the original script has 3 places doing the same thing, so I merged them to one, and encode it correctly to ANSI
    it should be fine now if your keyboard is US keyboard, that renders apostrophe as ', sorry for having it not working for so long

1.0.2

  • fixed the apostrophe realm not showing bug in original wow_ss.php, thanks Nullinger

1.0.1

  • better plugin path handling, added bug report icon, updated license wordings

1.0

  • First released version