This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

SWTOR Server Status

Description

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.

Screenshots

  • This is how the plugin looks like in my blog

Installation

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

FAQ

Can I use this addon without the widget?

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

Reviews

There are no reviews for this plugin.

Contributors & Developers

“SWTOR Server Status” is open source software. The following people have contributed to this plugin.

Contributors

Translate “SWTOR Server Status” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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