Tribes Server Stat v1.1
by admin
⤓ Download · 2.5 MBFeatures: written in Perl, so it works under Windows (has been tested on Windows 2000/IIS5/ActivePerl 5.6.1.626) and *nix. your web server does not need to be on the same machine as your game server uses a totally customizable HTML template file so you can easily modify the look and feel shows current server map with picture shows current players and scores, organized conveniently by team shows current server settings optionally flag your admin's names in the player list display displays player names with html tags, showing color codes for aliases, bots, and tribe tags natively supports Tribes 1 servers built in support for monitoring multiple servers, T1 and T2 servers supported concurrently operating system detection code limiting the changes that are required for win32 support
- Filename
tribesserverstat-1.1.zip- Size
- 2.5 MB (listed 2.51MB)
- Type
- ZIP
- Version
- 1.1
- Developer
- admin
- Last update
- Aug 25, 2009 - 21:09
- Format
- Zip archive data, at least v1.0 to extract, compression method=store
Readme — 1.1/readme.html (from the archive itself)
<HTML>
<HEAD><TITLE>tribesserverstat</TITLE></HEAD>
<BODY bgcolor="#00152B" link="#7E8468" vlink="#7E8468">
<BASEFONT SIZE="2" COLOR="#C0C0C0"><FONT FACE="Verdana,Arial,Helvetica" COLOR="#C0C0C0">
<FONT COLOR="#7E8468"><H1>tribesserverstat</H1></FONT>
The latest version of this document can always be found at <A HREF="http://www.augustknights.com/tribesserverstat/" target="_blank">http://www.augustknights.com/tribesserverstat/</A>.<P>
<B><A HREF="http://www.augustknights.com/cgi-bin/tribesserverstatindex.pl" target="_blank">Working Example</A></B><P>
<FONT COLOR="#7E8468"><B>Download</B></FONT>
<UL>
<A HREF="http://www.augustknights.com/tribesserverstat-1.1.zip">tribesserverstat-1.1.zip</A> (REQUIRES QStat 2.4e or greater)<BR>
</UL>
<P>
<FONT COLOR="#7E8468"><B>Summary</B></FONT>
<UL>
tribesserverstat is a set of <A HREF="http://www.perl.com" target="_blank">Perl</A> scripts that generates server status web pages for both <A HREF="http://sierrastudios.com/games/tribes/" target="_blank">Tribes</A> and <A HREF="http://sierrastudios.com/games/tribes2/" target="_blank">Tribes 2</A> servers.
</UL>
<P>
<FONT COLOR="#7E8468"><B>Features</B></FONT>
<UL>
• written in <A HREF="http://www.perl.com" target="_blank">Perl</A>, so it works under Windows (has been tested on Windows 2000/IIS5/ActivePerl 5.6.1.626) and *nix.<BR>
• your web server does not need to be on the same machine as your game server<BR>
• uses a totally customizable HTML template file so you can easily modify the look and feel<BR>
• shows current server map with picture<BR>
• shows current players and scores, organized conveniently by team<BR>
• shows current server settings<BR>
• optionally flag your admin's names in the player list display<BR>
• displays player names with html tags, showing color codes for aliases, bots, and tribe tags<BR>
• natively supports Tribes 1 servers<BR>
• built in support for monitoring multiple servers, T1 and T2 servers supported concurrently<BR>
• operating system detection code limiting the changes that are required for win32 support<BR>
</UL>
<P>
<FONT COLOR="#7E8468"><B>Requirements</B></FONT>
<UL>
• <A HREF="http://www.perl.com" target="_blank">Perl5</A> or <A HREF="http://www.activestate.com/Products/ActivePerl" target="blank">ActivePerl</A>. <A HREF="http://www.perl.com" target="_blank">Perl5</A> comes with most popular *nix distributions. If you run a Windows web server, you will need to download and install <A HREF="http://www.activestate.com/Products/ActivePerl" target="_blank">ActivePerl</A>.<BR>
• A web server capable of handling <A HREF="http://www.perl.com" target="_blank">Perl</A> scripts. <A HREF="http://www.apache.org" target="_blank">Apache</A> and <A HREF="http://www.microsoft.com/iis" target="_blank">Microsoft IIS</A> are known to work. Just about any other web server should too.<BR>
• A <A HREF="http://sierrastudios.com/games/tribes>Tribes</A> OR <A HREF="http://sierrastudios.com/games/tribes2" target="_blank">Tribes2</A> (or any number of each) game server.<BR>
• <A HREF="http://www.qstat.org" target="_blank">QStat</A>, available for both *nix and Windows.<BR>
</UL>
<P>
<FONT COLOR="#7E8468"><B>Installation</B></FONT>
<UL>
• Copy everything from the images directory included with tribesserverstat into a directory on your web server that is accessible to users viewing your web page. For example, <i>c:\wwwroot\images</i> or <i>/home/httpd/html/images</i>.<BR>
• Copy <B>tribesserverstat.pl</B> and <B>tribesserverstatindex.pl</B> (latter required only when monitoring more than one server) into your web server's cgi-bin directory, or equivalent. For example, <I>c:\wwwroot\cgi-bin</I> or <I>/home/httpd/cgi-bin</I>.<BR>
• Copy <B>tribesserverstat.conf</B> and <B>tribesserverstatindex.conf</B> (latter required only when monitoring more than one server) into a directory on your web server. It does not need to be a directory users can access via a web page. For example, <I>c:\wwwroot</I> or <I>/home/httpd</I>.<BR>
• Copy <B>tribesserverstat.template</B> and <B>tribesserverstatindex.template</B> (latter required only when monitoring more than one server) into a directory on your web server. It does not need to be a directory users can access via a web page. For example, <I>c:\wwwroot</I> or <I>/home/httpd</I>.<BR>
</UL>
<P>
<FONT COLOR="#7E8468"><B>Configuration of tribesserverstat.pl and tribesserverstatindex.pl (if applicable)</B></FONT>
<UL>
Edit tribesserverstat.pl and follow the directions in the comments (#).<P>
• <B>$settings{configfile}</B> is the location of your tribesserverstat.conf (or tribesserverstatindex.conf if editing tribesserverstatindex.pl) file. For example, <I>/home/httpd/tribesserverstat.conf</I>. Note that you put the pathname to tribesserverstat.conf, not the URL.<BR>
</UL>
<P>
<FONT COLOR="#7E8468"><B>Configuration of tribesserverstat.conf and tribesserverstatindex.conf (if applicable). tribeserverstatindex.conf has fewer options, but the ones that are there are essentially the same as the tribesserverstat.conf file. Both files are WELL documented.</B></FONT>
<UL>
Edit tribesserverstat.conf and follow the directions in the comments (#). I'll list the stuff you can change here as well:<P>
• <B>template</B> is the full path to your template file. Make sure you use forward slashes, even if you are running Windows (i.e. c:/wwwroot/tribesserverstat.template).<BR>
• <B>defrefresh</B> is the default number of seconds the web browser should automatically reload this script. The lower the number, the higher the load on your web server.<BR>
• <B>minrefresh</B> is the minimum number of seconds in which the web browser can automatically reload this script. The lower the number, the higher the load on your web server. (Only REALLY useful if refresh is specified as a URL option. See URLContents — 101 files (inside the archive)
- 1.1/images/
- 1.1/images/Aardvark.jpg
- 1.1/images/Abominable.jpg
- 1.1/images/Agents of Fortune.jpg
- 1.1/images/Alcatraz.jpg
- 1.1/images/Archipelago.jpg
- 1.1/images/Ashes to Ashes.jpg
- 1.1/images/Beggar's Run.jpg
- 1.1/images/Bolder Dash.jpg
- 1.1/images/Caldera.jpg
- 1.1/images/Casern Cavite.jpg
- 1.1/images/Damnation.jpg
- 1.1/images/Death Birds Fly.jpg
- 1.1/images/Desiccator.jpg
- 1.1/images/Dust to Dust.jpg
- 1.1/images/Equinox.jpg
- 1.1/images/Erebus.jpg
- 1.1/images/Escalade.jpg
- 1.1/images/Firestorm.jpg
- 1.1/images/Flashpoint.jpg
- 1.1/images/Fracas.jpg
- 1.1/images/Gauntlet.jpg
- 1.1/images/Gehenna.jpg
- 1.1/images/Icebound.jpg
- 1.1/images/Insalubria.jpg
- 1.1/images/Insalubrius.jpg
- 1.1/images/Invictus.jpg
- 1.1/images/Jacob's Ladder.jpg
- 1.1/images/Katabatic.jpg
- 1.1/images/Masada.jpg
- 1.1/images/Minotaur.jpg
- 1.1/images/Myrkwood.jpg
- 1.1/images/NoShelter.jpg
- 1.1/images/Oasis.jpg
- 1.1/images/Overreach.jpg
- 1.1/images/Pandemonium.jpg
- 1.1/images/Pyroclasm.jpg
- 1.1/images/Quagmire.jpg
- 1.1/images/Rasp.jpg
- 1.1/images/Recalescence.jpg
- 1.1/images/Respite.jpg
- 1.1/images/Reversion.jpg
- 1.1/images/Rimehold.jpg
- 1.1/images/Riverdance.jpg
- 1.1/images/Sanctuary.jpg
- 1.1/images/Sirocco.jpg
- 1.1/images/Slapdash.jpg
- 1.1/images/Stripmine.jpg
- 1.1/images/Sun Dried.jpg
- 1.1/images/Talus.jpg
- 1.1/images/Thin Ice.jpg
- 1.1/images/Tombstone.jpg
- 1.1/images/Ultima Thule.jpg
- 1.1/images/Underhill.jpg
- 1.1/images/Whiteout.jpg
- 1.1/images/default.jpg
- 1.1/images/t1default.gif
- 1.1/images/t1icon.gif
- 1.1/images/t2icon.gif
- 1.1/images/trans.gif
- 1.1/images/ArcticWolf.jpg
- 1.1/images/CanyonCrusade_de.jpg
- 1.1/images/CloakofNight.jpg
- 1.1/images/DarkAurora.jpg
- 1.1/images/Death_Row.jpg
- 1.1/images/Emerald_Valley.jpg
- 1.1/images/IceDagger.jpg
- 1.1/images/JaggedClaw.jpg
- 1.1/images/MidniteMayhem_de.jpg
- 1.1/images/NightSlide.jpg
- 1.1/images/NorthernLights.jpg
- 1.1/images/Obfuscation.jpg
- 1.1/images/Raindance.jpg
- 1.1/images/Rollercoaster.jpg
- 1.1/images/SideWinder.jpg
- 1.1/images/SnowBlind.jpg
- 1.1/images/SpinCycle.jpg
- 1.1/images/Stonehenge.jpg
- 1.1/images/Straightshooters.jpg
- 1.1/images/Sulfurious.jpg
- 1.1/images/big rocks.jpg
- 1.1/images/broadside.jpg
- 1.1/images/ceremony.jpg
- 1.1/images/dangerous_crossing.jpg
- 1.1/images/dark_aura.jpg
- 1.1/images/desert guns.jpg
- 1.1/images/domino.jpg
- 1.1/images/hotshot.jpg
- 1.1/images/iceridge.jpg
- 1.1/images/lightice.jpg
- 1.1/images/requilary.jpg
- 1.1/images/shooters.jpg
- 1.1/images/simoom.jpg
- 1.1/images/wetworld 2.jpg
- 1.1/readme.html
- 1.1/tribesserverstat.conf
- 1.1/tribesserverstat.pl
- 1.1/tribesserverstat.template
- 1.1/tribesserverstatindex.conf
- 1.1/tribesserverstatindex.pl
- 1.1/tribesserverstatindex.template
Source: The Exiled — Tribes Repository
Original page: https://library.theexiled.pwnageservers.com/file.php?id=2604
Archived source HTML: _source/file/2604.html
Original page: https://library.theexiled.pwnageservers.com/file.php?id=2604
Archived source HTML: _source/file/2604.html