這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

SWTOR Server Status

外掛說明

This addon shows the status of a server of the MMORPG SWTOR (Star Wars – The Old Republic). It shows if the server is online, population, server type, language and so on.

I’m currently unsure how to “stlye” the information, for now most text is encapsulated with “spans” to make it possible to change the attributes via css. An example is included and can be deactivated in the settings. You can then copy the css into your own stylesheet and adapt it without the fear that they get overwritten the next update. If you create something cool, I would like to include it into this plugin, if it is not too site specific. Just contact me on the wordpress page.

The SWTOR homepage has no official feed for the data, therefore I have to parse the status page. I’m not sure if they will block us, but I would reccomend high cache times to stay friendly!

Restrictions

No restrictions so far, that I’m aware of. If you find out SWTOR Server Status doesn’t work with another addon, please contact me.

螢幕擷圖

  • This is how the plugin looks like in my blog

安裝方式

Nothing fancy, just like any wordpress addon. After the installation make sure the cache directory (wp-content/plugins/swtor_server_status/cache) is writable by wordpress.

If you don’t use the automatic installer in the wordpress backend, try the following:

  1. Upload and unzip the plugin to the /wp-content/plugins/ directory
  2. Make sure the cache directory (wp-content/plugins/swtor_server_status/cache) is writable by wordpress.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Optionally configure the plugin in the settings tab

常見問題集

Can I use this addon without the widget?

Well, you can add something like the following in your themes code:

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈SWTOR Server Status〉的開發相關工作。

參與者

將〈SWTOR Server Status〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.3.1

  • Fixed a small, but important typo, plugin was showing wrong data

0.3

  • Added support for Asia Pacific region
  • fixed parser for the changes in the status page that went live with patch 1.1.5
  • removed language for region us since it isn’t provided
  • added a css “theme”, can be activated in the options, thanks to shiftey (http://www.baraans-corner.de/wordpress-plugins/swtor-server-status/#comment-2773)

0.2

  • small typo in code and css fixed

0.1

  • First public release