JoomlaInstallModule - SkyFire/tc-webmods GitHub Wiki

Module: mod_realmcore_v2/mod_realmcore_v2_simple

Compatibility: Joomla 1.5.x Mod. version: 2.0 Module name: Server Status How to install?

First you should make a clone of the repository.
Once you have the repository cloned, you must edit file "mod_realmcore.php" in either "mod_realmcore_v2" or "mod_realmcore_v2_simple" so it reflects your servers settings. 

Example:

// General server settings $address = "your.domain.name"; // Enter your Core server IP or Domain $ip_world = "x.x.x.x"; // Enter your Core server port (8085 = Deafult TC World Port) $port_world = "8085"; // Enter your Realm server IP or Domain $ip_auth = "x.x.x.x"; // Enter your Realm server port (3724 = Deafult TC Realm Port) $port_auth = "3724";

and

// MySQL settings $WoWHostname = "x.x.x.x"; // MySQL server address $WoWUsername = "user"; // MySQL username $WoWPassword = "pass"; // MySQL password $CharacterDatabase = 'characters'; // TC characters database $RealmDatabase = 'realmd'; // TC relamd database $WorldDatabase = 'world'; // TC world database $CharacterDatabaseEncoding = 'utf8'; // database character encoding

Once done, save and close the file.
Archive the whole directory "mod_realmcore_v2" to file named "mod_realmcore_v2.zip".
Go to you website and login to Joomla Administrator, then go to "Extensions -> Install/Uninstall".
Now browse to your .zip as "Upload Package File" and hit "Upload".
If you didnt change anything else it should say "Module Installed Successfuly".
Now go to "Extensions -> Module Manager" and search for "Server Status" module, click on its name in the list to access settings.
Set "Position:" to right (nothing else will work at the moment, sorry).
Set "Order:" to be the last item listed and don't forget to set "Enabled:" to Yes.
Click "Save" and voila, you have Server Status on your Joomla page.