<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.minegoboom.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=I88gerbils</id>
		<title>ASSS Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.minegoboom.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=I88gerbils"/>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php/Special:Contributions/I88gerbils"/>
		<updated>2026-05-14T00:09:23Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User:I88gerbils/monobook.css&amp;diff=5646</id>
		<title>User:I88gerbils/monobook.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User:I88gerbils/monobook.css&amp;diff=5646"/>
				<updated>2007-08-27T17:46:26Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body {&lt;br /&gt;
   background: #000000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User:I88gerbils/monobook.css&amp;diff=5645</id>
		<title>User:I88gerbils/monobook.css</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User:I88gerbils/monobook.css&amp;diff=5645"/>
				<updated>2007-08-27T17:45:43Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: Replacing page with 'body {
   background-color: #000000;
}'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;body {&lt;br /&gt;
   background-color: #000000;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Server_Setup&amp;diff=4089</id>
		<title>Server Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Server_Setup&amp;diff=4089"/>
				<updated>2006-07-03T20:32:28Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Building Linux Version */ added note about dependency issues on some asss builds&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you through the process of setting up an [[ASSS]] server. It is assumed that you have already downloaded the appropriate release from [http://sscx.net/asss/ the website]. Before beginning you should read the '''userguide''' located in /docs or [http://sscx.net/asss/userguide.html on the ASSS website]. It's probably most important to read the &amp;quot;File Layout&amp;quot; section, which explains where the important files reside when you extract the ASSS package.&lt;br /&gt;
&lt;br /&gt;
You also want to make sure that if you are not going to use MySQL or Python that you disable the appropriate modules.  Or conversely, make sure that all the System Requirements are installed before proceeding any further.&lt;br /&gt;
&lt;br /&gt;
== Building Linux Version ==&lt;br /&gt;
&lt;br /&gt;
* tar zxvf asss-1.x.y.tar.gz&lt;br /&gt;
* cd asss-1.x.y/src&lt;br /&gt;
* edit [[system.mk]] (in your favorite text editor)&lt;br /&gt;
* make deps&lt;br /&gt;
** If you're running into mysql, db, python, and other dependency errors check build/[[deps.mk]].&lt;br /&gt;
* make&lt;br /&gt;
&lt;br /&gt;
== Configuring ASSS ==&lt;br /&gt;
&lt;br /&gt;
You will probably want to take a look at the [[modules.conf]] file before running ASSS for the first time to check for dependency issues.&lt;br /&gt;
&lt;br /&gt;
Note:  A ';' preceeds a comment and all following characters before a newline are ignored.&lt;br /&gt;
&lt;br /&gt;
=== Changing Zone Name and Description ===&lt;br /&gt;
The zone name and description are both defined in the /conf/[[global.conf]] file. Edit this file to set your zone's name and description. Set both Billing:ServerName and Directory:Name to your desired zone name, and set Directory:Description to the description you want listed on the [[directory server]]. You'll also want to set the current directory servers in Server1, Server2, etc. At this time the following directory servers work: ''sscentral.sscuservers.net'' and ''sscentral.subspacehq.com''.&lt;br /&gt;
&lt;br /&gt;
To have ASSS send its info to the directory servers, uncomment (remove the semicolon preceeding) the ''directory'' module in [[modules.conf]]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
directory&lt;br /&gt;
;billing&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you run ASSS you should see the following output on module load:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
I &amp;lt;cmod&amp;gt; loading C module 'directory' from 'internal'&lt;br /&gt;
I &amp;lt;directory&amp;gt; server on port 5000 using name 'YOUR ZONE NAME HERE'&lt;br /&gt;
I &amp;lt;directory&amp;gt; using 'sscentral.sscuservers.net' at 62.65.37.101 as a directory server&lt;br /&gt;
I &amp;lt;directory&amp;gt; using 'sscentral.subspacehq.com' at 199.232.158.5 as a directory server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and the following during normal ASSS operation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
D &amp;lt;directory&amp;gt; sending information to directory servers&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Configuring Staff ===&lt;br /&gt;
Your staff is defined in /conf/[[staff.conf]].&lt;br /&gt;
&lt;br /&gt;
In order to give yourself sysop you would change it to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[GroupPasswords]&lt;br /&gt;
; this section is just &amp;quot;group-name = password&amp;quot;&lt;br /&gt;
; groups that aren't listed can't be logged into by password.&lt;br /&gt;
&lt;br /&gt;
; the rest of the sections in this file are named after arena groups&lt;br /&gt;
&lt;br /&gt;
[(global)]&lt;br /&gt;
; these are &amp;quot;playername = group&amp;quot;&lt;br /&gt;
_YOURNAME_ = Sysop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may also need to log in once using ?passwd &amp;lt;subspace login password&amp;gt; and rejoining the zone before commands work. This is to validate that only someone using your password is allowed to use sysop commands, in case the [[Biller|Billing server]] goes down or you don't use a biller.&lt;br /&gt;
&lt;br /&gt;
Notice that you have given yourself access to group Sysop in (global). This means that you will have Sysop privilages in all arenas. To limit a player to have only access in a single arena, put the player in the section pertaining to that arena. For example, to only have sysop powers in arena basketball you would do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[GroupPasswords]&lt;br /&gt;
; this section is just &amp;quot;group-name = password&amp;quot;&lt;br /&gt;
; groups that aren't listed can't be logged into by password.&lt;br /&gt;
&lt;br /&gt;
; the rest of the sections in this file are named after arena groups&lt;br /&gt;
&lt;br /&gt;
basketball:_YOURNAME_ = Sysop&lt;br /&gt;
&lt;br /&gt;
[(global)]&lt;br /&gt;
; these are &amp;quot;playername = group&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also note that Sysop is an arbitrary group that can have any number or privilages. You can make up your own groups, too, and limit their special abilities and commands. Say we wanted to add a group called SettingChanger, who could change the settings in a single arena (let's say basketball), but not use arena messages or spec other players. First we'll add the players (in this case, Priitk) to the appropriate group in staff.conf:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[GroupPasswords]&lt;br /&gt;
; this section is just &amp;quot;group-name = password&amp;quot;&lt;br /&gt;
; groups that aren't listed can't be logged into by password.&lt;br /&gt;
&lt;br /&gt;
; the rest of the sections in this file are named after arena groups&lt;br /&gt;
&lt;br /&gt;
basketball:Priitk = SettingChanger&lt;br /&gt;
&lt;br /&gt;
[(global)]&lt;br /&gt;
; these are &amp;quot;playername = group&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, in groupdef.conf we'll add the group and it's privilages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; conf/groupdef.conf&lt;br /&gt;
; don't edit this file, edit the ones in groupdef.dif&lt;br /&gt;
&lt;br /&gt;
[SettingChanger]&lt;br /&gt;
#include groupdef.dir/default&lt;br /&gt;
cmd_quickfix&lt;br /&gt;
cmd_getsettings&lt;br /&gt;
&lt;br /&gt;
changesettings&lt;br /&gt;
&lt;br /&gt;
[default]&lt;br /&gt;
#include groupdef.dir/default&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And now the Priitk should be able to change the settings by using ?getsettings or ?quickfix, but only in arena basketball. Editing groupdef.conf directly is not recommended, so it's much cleaner to do something like&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; conf/groupdef.conf&lt;br /&gt;
; don't edit this file, edit the ones in groupdef.dif&lt;br /&gt;
&lt;br /&gt;
[SettingChanger]&lt;br /&gt;
#include groupdef.dir/default&lt;br /&gt;
#include groupdef.dir/setchanger&lt;br /&gt;
&lt;br /&gt;
[default]&lt;br /&gt;
#include groupdef.dir/default&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and then create a file in groupdef.dir called setchanger which contains the privilages and commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cmd_quickfix&lt;br /&gt;
cmd_getsettings&lt;br /&gt;
&lt;br /&gt;
changesettings&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You've probably noticed that lines prefixed with cmd_ enable a player to use that command. Also, a line prefixed with privcmd_ allows a player to use a private command (one that can be messaged to a player). There are other capabilities, such as changesettings above, that a player needs in order to perform some actions, such as change the settings. Here's a complete list of the non-command capabilities (from [[grelminar]]'s [http://sscx.net/asss/userguide.html User Guide]):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;seeprivarena&amp;lt;/tt&amp;gt; controls whether private arena names are sent to a player for the ?arena command.&lt;br /&gt;
* &amp;lt;tt&amp;gt;seeprivfreq&amp;lt;/tt&amp;gt; determines if a player sees private freqs in the freq listing.&lt;br /&gt;
* &amp;lt;tt&amp;gt;findinprivs&amp;lt;/tt&amp;gt; is needed by a player running ?find for the server to report the names of private arenas. (Not implemented yet.)&lt;br /&gt;
* &amp;lt;tt&amp;gt;seeepd&amp;lt;/tt&amp;gt; allows players to see other ship's energy and specials from spectator mode. (''epd'' stands for extra position data.)&lt;br /&gt;
* &amp;lt;tt&amp;gt;seesysoplogall&amp;lt;/tt&amp;gt; allows a player to see all important log messages in the zone.&lt;br /&gt;
* &amp;lt;tt&amp;gt;seesysoplogarena&amp;lt;/tt&amp;gt; only allows a player to see only important log messages having to do with the arena he is currently in.&lt;br /&gt;
* &amp;lt;tt&amp;gt;seemodchat&amp;lt;/tt&amp;gt; allows players to see the moderator chat.&lt;br /&gt;
* &amp;lt;tt&amp;gt;sendmodchat&amp;lt;/tt&amp;gt; controls who can send moderator chat messages. Usually, these two capabilities would be given to the same people.&lt;br /&gt;
* &amp;lt;tt&amp;gt;uploadfile&amp;lt;/tt&amp;gt; allows a player to upload files. Note that the player must also have the cmd_putfile to upload a file using that command.&lt;br /&gt;
* &amp;lt;tt&amp;gt;bypasslock&amp;lt;/tt&amp;gt; allows players to switch ships even though the arena or themselves have been locked into a ship or into spectator mode by a staff member.&lt;br /&gt;
* &amp;lt;tt&amp;gt;bypasssecurity&amp;lt;/tt&amp;gt; lets players use unauthorized clients, or prevents kicking off for security checksum failures.&lt;br /&gt;
* &amp;lt;tt&amp;gt;invisiblespectator&amp;lt;/tt&amp;gt; makes players not show up on the list given when the person they are spectating uses the ?spec command.&lt;br /&gt;
* &amp;lt;tt&amp;gt;unlimitedchat&amp;lt;/tt&amp;gt; allows a player (e.g., a bot) to bypass chat flooding checks.&lt;br /&gt;
* &amp;lt;tt&amp;gt;changesettings&amp;lt;/tt&amp;gt; lets clients use the settings change packet (required for ?quickfix/?getsettings).&lt;br /&gt;
* &amp;lt;tt&amp;gt;isstaff makes&amp;lt;/tt&amp;gt; players show up in ?listmod output.&lt;br /&gt;
* &amp;lt;tt&amp;gt;seeallstaff&amp;lt;/tt&amp;gt; allows a player to see all non-default-group players, even if they lack isstaff.&lt;br /&gt;
&lt;br /&gt;
Also see: http://sscx.net/asss/userguide.html#%_sec_4&lt;br /&gt;
&lt;br /&gt;
=== Adding My Map ===&lt;br /&gt;
To change the map you need to first put the map (.lvl file) you want to use into the /maps/ directory. Then you edit the settings in the [[arena]] you want your map to be in. Change General:Map to be the name of the .lvl file you want it to use.&lt;br /&gt;
&lt;br /&gt;
=== Editing Arena Settings ===&lt;br /&gt;
&lt;br /&gt;
To change what default arena (called public in [[Subgame]]) is using, edit /arenas/(default)/[[arena.conf]]. Note that this file may use data from other files using #include statements. To override certain settings without editing them from the original files, you can define them at the end of a file. For example, if you wanted svs settings, but the map to be &amp;quot;mymap.lvl&amp;quot; you could set your arena.conf to be:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; drop in all of svs settings here&lt;br /&gt;
#include conf/svs/svs.conf&lt;br /&gt;
&lt;br /&gt;
[General]&lt;br /&gt;
Map = mymap.lvl&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Changing Modules ===&lt;br /&gt;
You can change which modules your server uses. First make sure the compiled .dll file with your plugin is in the /dist/bin/ directory. Let's say our .dll file was called MyModules.dll and the module we were trying to use was called FreqWatcher. Now edit /conf/modules.conf and at the very end add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MyModules:FreqWatcher&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The order of the modules.conf file is important, as files that depend on other files must be listed after them (unless they take advantage of MM_POSTLOAD in their main module function). Usually when the server aborts while loading, the problem can be traced back to the modules.conf file (a module is missing, or in the wrong place).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running ASSS ==&lt;br /&gt;
&lt;br /&gt;
To run the windows version of ASSS, locate ASSS.bat and double click it. That's it! You now have your own zone up and running.&lt;br /&gt;
&lt;br /&gt;
In Linux, just run ./scripts/run-asss, which handles ?shutdown -r. ''IMPORTANT:'' You will need to edit the ASSSHOME variable defined inside the script to point to the directory you extracted ASSS.&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:ASSS]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Running_Continuum_under_Wine&amp;diff=3948</id>
		<title>Running Continuum under Wine</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Running_Continuum_under_Wine&amp;diff=3948"/>
				<updated>2006-04-22T18:54:35Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Patching Wine */  0.9.12 line changes (necessary?)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Patching Wine ==&lt;br /&gt;
&lt;br /&gt;
To run [[Continuum]] under [http://www.winehq.com/ Wine], you'd need to apply a patch to Wine's source code. Copy the text block below into a file, such as cont.diff, and follow the patching instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;diff --git a/dlls/kernel/process.c b/dlls/kernel/process.c&lt;br /&gt;
index 33f9ee1..d50cb7d 100644&lt;br /&gt;
--- a/dlls/kernel/process.c&lt;br /&gt;
+++ b/dlls/kernel/process.c&lt;br /&gt;
@@ -2460,6 +2464,7 @@ HANDLE WINAPI OpenProcess( DWORD access,&lt;br /&gt;
     OBJECT_ATTRIBUTES   attr;&lt;br /&gt;
     CLIENT_ID           cid;&lt;br /&gt;
 &lt;br /&gt;
+if (access &amp;amp; PROCESS_VM_WRITE) return NULL;&lt;br /&gt;
     cid.UniqueProcess = (HANDLE)id;&lt;br /&gt;
     cid.UniqueThread = 0; /* FIXME ? */&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, in wine 0.9.12: @@ -2325,6 +2325,7 @@&lt;br /&gt;
&lt;br /&gt;
Run '''cat cont.diff | patch -p1''' to apply the patch file to Wine's source code. Follow with the usual '''./configure &amp;amp;&amp;amp; make depend &amp;amp;&amp;amp; make''' to build Wine. If you'd wish to have this replace your current Wine installation or to install it globally, run '''make install''' as root.&lt;br /&gt;
&lt;br /&gt;
It is important to run '''winecfg''', and goto the drives tab, click '''drive_c''', show advanced, and set the serial number a random number higher than 2000.  If you do not, you cannot connect to catid billers, or may cause other issues on the SSC biller.&lt;br /&gt;
&lt;br /&gt;
== Common Problems ==&lt;br /&gt;
&lt;br /&gt;
If you have a binary version of wine installed such as rpm, I recommend removing it before setting up and installing the wine source, as not to cause confusion.&lt;br /&gt;
&lt;br /&gt;
Make sure you are running Continuum as at least 16 bit. If having problems with sound, with winecfg, check ALSA driver and switch hardware acceleration to emulation.  8 bit is possible, but you have to check your /etc/X11/xorg.conf (or other) config file to make sure you have 8 bit res listed.  Best way to check is if you can't set your desktop depth to 8 bit through display options, its not set in your config (pretty easy to fix).&lt;br /&gt;
&lt;br /&gt;
Chat window will not appear when you Alt-Tab. This is because Continuum doesn't understand that it is minimized under Wine, so it will never start the chat window.&lt;br /&gt;
&lt;br /&gt;
If you get a libwine.so.1 error when trying to run wine global (instead of running the application from its source directory), add the following lines to your /etc/ld.so.conf file: '''/usr/local/lib''' and '''/usr/local/lib/wine'''. If problems still occur, copy libwin.so.1 to those locations from the winesource/libs directory.&lt;br /&gt;
&lt;br /&gt;
Alt key does not function properly if it is bound to another XIM like kinput2 (e.g. tried to bring up map).&lt;br /&gt;
&lt;br /&gt;
If connecting to a zone causes you to login as ^Banned, please run winecfg and go to the drives tab, select drive_c, Show Advanced, and change the Serial to a random number greater than 2000.&lt;br /&gt;
&lt;br /&gt;
== Why It Works == &lt;br /&gt;
&lt;br /&gt;
When Continuum runs, one of the first things it does is create another process of itself with some priviliages restricted, such as the ability to call OpenProcess. When the child process attempts to repeat this step, it receives an error that OpenProcess failed, which tell the process that it is the child. The child process then proceeds to run the game.&lt;br /&gt;
&lt;br /&gt;
Since Wine does not properly emulate this parent-child security, this source modification is necessary to get Continuum to run under Wine.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Main_Page&amp;diff=3966</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Main_Page&amp;diff=3966"/>
				<updated>2006-04-13T12:49:31Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: changed urls&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;border: 1px solid #c6c9ff; background-color: #f0f0ff; text-align: center; font-variant: small-caps;&amp;quot;&amp;gt;&lt;br /&gt;
Quicklinks:&lt;br /&gt;
[[:Category:ASSS|ASSS Documents]] | [[:Category:FAQ|Frequently Asked Questions]] | [[:Category:Guides|Guides]] | [[:Category:Definitions|Glossary]] | [[:Category:Utilities|Utilities]] | [[Special:Categories|More...]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table cellspacing=10&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;What is ASSS?&amp;lt;/h3&amp;gt;&lt;br /&gt;
[[ASSS]] (A Small Subspace Server) was created by [[User:grelminar|grelminar]]. Its an open source server designed to allow [[Continuum]] users to connect with. Its a replacement, not a clone, of [[Subgame]], which was created by [[VIE]] and later upgraded by [[PriitK|Priit Kasesalu]], a freelance [[Subspace]] programmer who also wrote Continuum with the assistance of [[Mr Ekted]]. &lt;br /&gt;
&lt;br /&gt;
ASSS allows many advanced features never before offered by Subgame nor user-made [[Bots]]. Within, you'll find documentions about how to use some of these advanced features, and documentation about how to create your own extensions to the server software. &lt;br /&gt;
&lt;br /&gt;
To start finding answers try the quicklinks (above) or check out the [[Special:Categories|Categories]]. If you're having problems with your server, try reading the [[Server Troubleshooting]] guide. If you would like to contribute see [[ASSS_Wiki:Community Portal|Community Portal]]. For further assistance or questions, please visit the [http://forums.minegoboom.com Server Help Forums] where other users will be able to respond to your questions. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;External Links&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://asss.yi.org/asss/ Official ASSS Site]&lt;br /&gt;
*[http://www.shanky.com/server/ Server Help]&lt;br /&gt;
*[http://forums.minegoboom.com/ Server Help Forums]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;width: 30%; border: 1px solid #c6c9ff; padding: 5px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;Current Events&amp;lt;/h3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ASSS version 1.4.2 has been released as of January 14, 2006. From the site: ''Sorry for the long wait. The bug tracker has been working well and almost all of the changes since the last version have been based on bugs listed there. There are too many small changes to list here; see the changelog for details. One important change to note is how interfaces and persistent data are implemented in python. If you use reg_interface, reg_player_persistent, or reg_arena_persistent, you'll have to change your code. Oh, and the bricklayer module was renamed to brickwriter, so if you load it, you'll have to update your modules.conf.'' See the site for a list of the changes.&lt;br /&gt;
&lt;br /&gt;
'''Download'''&lt;br /&gt;
*[http://asss.yi.org/asss/files/asss-1.4.2.tar.gz Full]&lt;br /&gt;
*[http://asss.yi.org/asss/files/asss-1.4.2-srconly.tar.gz Source Only]&lt;br /&gt;
*[http://asss.yi.org/asss/files/asss-1.4.2.zip Windows Full]&lt;br /&gt;
*[http://asss.yi.org/viewmtn/branch.psp?branch=asss.asss.main Change Log]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Current events|More Events...]]&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3911</id>
		<title>Talk:Hosts</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3911"/>
				<updated>2006-03-10T21:24:06Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:CypherJF|CypherJF]]: Actually I don't think SSN is run by L Chance anymore. I'm not sure the history of it but the latest back I can remember was Altec . running it with Sideburn? Spring/Summer of 2004, Altec . and L Chance brought back SSN using Lord Maucaub's biller system. They shut it back down after HALO switched back to SSZ; and now I believe Dark Mistress / TheBest999 / Cospar / MS-DOS; someone is running it.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I think NTC has it now. They keep changing tags which is annoying. For the record I remember them with SSDM and TNT too if you want to stick that in a 'most annoying network decisions ever' page.&lt;br /&gt;
&lt;br /&gt;
[[User:CypherJF|CypherJF]]: Yeah NTC is the Dark Mistress / TheBest999 / Cospar / MS-DOS network.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:Someone add NTC and SSDT at least. Also I think this page should be called Networks, but that is more jargon I guess and could easily be confused.&lt;br /&gt;
&lt;br /&gt;
[[User:D1st0rt|D1st0rt]]:Whoa 17th is near me? Trench still has a lower ping&lt;br /&gt;
&lt;br /&gt;
== Category? ==&lt;br /&gt;
&lt;br /&gt;
There's already a category called ''Servers'', don't you think this should belong there? I know you couldn't have the short descriptions, but they're kinda hard to keep track of and not that useful. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
Well, hmm. We could always make each server its own category, the short desc goes on the category desc, and each zone is added to the specific server category they are on. [[User:Pests|Pests]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I don't think search looks at categories (I feel like I am typing that several times a day).&lt;br /&gt;
&lt;br /&gt;
I wasn't saying remove the page, just saying get rid of the server list, since it'll soon become outdated and is redundant. But, whatever, no biggie. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
== Combine Pages? ==&lt;br /&gt;
&lt;br /&gt;
Since there's actually not all that much info to put about each of these servers, how would you feel about me merging all of the individual server pages here? This page could be divided up into Active and Inactive servers, if that's a problem. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: SSZ Subspace Network? I think that needs changing. SSN is still run by L. Chance? Also who nicked the css for the wiki?&lt;br /&gt;
&lt;br /&gt;
== Cleanup ==&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:&lt;br /&gt;
I don't like the look of this page. First Servers, I would prefer a page called Hosts or Networks.&lt;br /&gt;
&lt;br /&gt;
Next a table of active networks, columns are: tag, owners + contact, website, billing (yes, own billing/yes, tag of other biller/no biller) and location. A network is considered active if it has its own menu on [http://stats.17thparallel.com stats.17thparallel.com].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=1&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Tag&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Operators&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Billing&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Location&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;N.E.X&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Noirenex &amp;lt;noirenex hotmail.com&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N.E.X&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Europe&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCB&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Altec&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Central&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Testtube&amp;lt;br&amp;gt;SVS&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCE&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Luminate &amp;lt;luminate rshl.org&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCI&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Argyle&amp;lt;br&amp;gt;Death+ &amp;lt;dxexaxtxh gmail.com&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Central&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCU&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;PriitK &amp;lt;priitk trenchwars.org&amp;gt;&amp;lt;br&amp;gt;Argyle&amp;lt;br&amp;gt;Death+ &amp;lt;dxexaxtxh gmail.com&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Multiple&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCX&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;PriitK &amp;lt;priitk trenchwars.org&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSDC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;blackjayde &amp;lt;support xtremegaming.net&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://ssdc.xtremegaming.net/ ssdc.xtremegaming.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSDC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSG&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Versetti &amp;lt;wgt50000 msn.com, gt5000.w gmail.com&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSG&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Central&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Confess &amp;lt;confess321 yahoo.com&amp;gt;&amp;lt;br&amp;gt;Top Gun. &amp;lt;ajchuck achosting.net&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.ssthosting.net www.ssthosting.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSO&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;acekiller12 &amp;lt;tkornac1 aol.com&amp;gt;&amp;lt;br&amp;gt;cybersnipe &amp;lt;zeonelite hotmail.com&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSO&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Central&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;T3&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Mecbot+&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of this table is to serve as a summary of active hosts and so people can quickly find contact details of who is operating them.&lt;br /&gt;
&lt;br /&gt;
Next, a seperate section (or possibly page) containing a history of the networks, start/end dates, ownership, comments (reason for creation/closure, generally accepted reputation).&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Why not give a brief 1-line summary of TAG, host, web site making the tag a wiki link to description + contact information?  Kind of like the corporation info bar on wikipedia.&lt;br /&gt;
&lt;br /&gt;
{{host|Tag=SSCX|ServerName=SubSpace X|Contact=Xalimar|Email=}}?  {{zone}}?&lt;br /&gt;
&lt;br /&gt;
Agreed with basically all of this. I'll change the name now, and probably separate this at least into current and historical. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: There's a long way yet to go. I'm still making my way through the recent changes and may start rewriting this page later.&lt;br /&gt;
&lt;br /&gt;
--[[User:I88gerbils|i88gerbils]] 16:24, Mar 10, 2006 (EST): I like my style better.  It's pretty easy to just add a standard wiki template to add an entry.  And probably easier to add CSS for just that template to pretty it up if MGB wants.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=5568</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=5568"/>
				<updated>2006-03-09T23:29:38Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: change width&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;span width=50&amp;gt;[[{{{Tag}}}]]&amp;lt;/span&amp;gt; {{{ServerName}}}===&lt;br /&gt;
&amp;lt;table border=0 cellpadding=2&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=50&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt; &amp;lt;font&amp;gt;'''{{{Contact}}}''' {{{Email}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=50&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font&amp;gt;{{{Desc}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=5137</id>
		<title>User:I88gerbils</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=5137"/>
				<updated>2006-03-09T22:07:27Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: testing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Flareon.gif]]&lt;br /&gt;
&lt;br /&gt;
[[ASWZ|A Small WarZone]] - [http://www.aswz.net Offical] * [http://wiki.aswz.com Wiki]&lt;br /&gt;
&lt;br /&gt;
ASSS - [http://wiki.aswz.com/index.php/ASSS Some ASSS stuff]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
I (smong) suggest not to put @ in people's emails as they may appear on this page without them knowing. This is to prevent abuse.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Hosts, as the name implies, host [[SubSpace]] [[zone]]s (see [[zones|active zones]]). Most of the larger servers have adopted prefix tags, most notably a four letter tag beginning with [[SSC]] is most likely on the SSC billing network.&lt;br /&gt;
&lt;br /&gt;
== Current Hosts ==&lt;br /&gt;
&lt;br /&gt;
{{host|Tag=N734|ServerName=|Contact=Dymolex|Email=dymolex yahoo.com|Desc=This network although active appears to be run from a dial-up modem.}}&lt;br /&gt;
{{host|Tag=SFSS|ServerName=|Contact=Awestrike|Email=|Desc=Despite missing the SSC in the server prefix, all active zones are connected to the SSC biller, as shown by a suffix.}}&lt;br /&gt;
{{host|Tag=SSCC|ServerName=|Contact=Testtube|Email=|Desc= }}&lt;br /&gt;
{{host|Tag=SSCU|ServerName=SubSpace Europe|Contact=Priitk|Email=|Desc=SSCU, hosted by PriitK was located in Europe and has been around for quite some time}}&lt;br /&gt;
{{host|Tag=SSM3|ServerName=|Contact=Eagle II|Email=ihod2005 msn.com|Desc= }}&lt;br /&gt;
{{host|Tag=T3|ServerName=|Contact=Mecbot|Email=|Desc=Hosts only one zone, T3 The Gauntlet, which is on the SSC biller network.}}&lt;br /&gt;
&lt;br /&gt;
== Former hosts ==&lt;br /&gt;
&lt;br /&gt;
{{host|Tag=NTC|ServerName=|Contact=dark_mistress, TheBest999|Email=|Desc=The network has also been known under the following tags, SSDM, SSN and TNT.}}&lt;br /&gt;
{{host|Tag=SSCI|ServerName=SubSpace International|Contact=1stStrike, Argyle, ExplodyThingy|Email=|Desc=}}&lt;br /&gt;
{{host|Tag=SSDT|ServerName=SubSpace David Tombs|Contact=CyanFire|Email=|Desc=SSDT is a development zone server.}}&lt;br /&gt;
{{host|Tag=SSN|ServerName=SubSpace Network|Contact=L. Chance|Email=|Desc=}}&lt;br /&gt;
{{host|Tag=SSQ|ServerName=|Contact=Purge|Email=purge hotmail.com|Desc=This host also provides Windows ASSS support under the tag &amp;quot;SSQ-A&amp;quot;.}}&lt;br /&gt;
{{host|Tag=SSZ|ServerName=SSZ SubSpace Network|Contact=Jericho24, Lord Asassin|Email=|Desc=SSZ was a non-SSC network that hosted developing and startup zones hoping to succeed}}&lt;br /&gt;
{{host|Tag=SSCX|ServerName=SubSpace Exodus|Contact=Xalimar, yarekim|Email=http://www.sscx.net|Desc=Zones on this powerful server located in the western US.}}&lt;br /&gt;
&lt;br /&gt;
== my modules.conf file ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
unixsignal&lt;br /&gt;
deadlock&lt;br /&gt;
prng&lt;br /&gt;
logman&lt;br /&gt;
mainloop&lt;br /&gt;
config&lt;br /&gt;
playerdata&lt;br /&gt;
lagdata&lt;br /&gt;
&lt;br /&gt;
net&lt;br /&gt;
chatnet&lt;br /&gt;
&lt;br /&gt;
arenaman&lt;br /&gt;
mapdata&lt;br /&gt;
capman&lt;br /&gt;
mapnewsdl&lt;br /&gt;
core&lt;br /&gt;
clientset&lt;br /&gt;
scoring:persist&lt;br /&gt;
idle&lt;br /&gt;
&lt;br /&gt;
cmdman&lt;br /&gt;
chat&lt;br /&gt;
&lt;br /&gt;
scoring:stats&lt;br /&gt;
scoring:basicstats&lt;br /&gt;
&lt;br /&gt;
log_console&lt;br /&gt;
log_file&lt;br /&gt;
log_sysop&lt;br /&gt;
log_staff&lt;br /&gt;
&lt;br /&gt;
;; enable this for password security without a billing server&lt;br /&gt;
auth_file&lt;br /&gt;
&lt;br /&gt;
security:security&lt;br /&gt;
directory&lt;br /&gt;
;billing&lt;br /&gt;
;billing_ssc&lt;br /&gt;
&lt;br /&gt;
;funky:auth_prefix&lt;br /&gt;
;; enable this for ?kick&lt;br /&gt;
auth_ban&lt;br /&gt;
&lt;br /&gt;
banners&lt;br /&gt;
game_timer&lt;br /&gt;
flagcore&lt;br /&gt;
balls&lt;br /&gt;
bricks&lt;br /&gt;
koth&lt;br /&gt;
fm_normal&lt;br /&gt;
game&lt;br /&gt;
&lt;br /&gt;
lagaction&lt;br /&gt;
&lt;br /&gt;
cfghelp&lt;br /&gt;
filetrans&lt;br /&gt;
quickfix&lt;br /&gt;
&lt;br /&gt;
scoring:jackpot&lt;br /&gt;
scoring:periodic&lt;br /&gt;
scoring:points_kill&lt;br /&gt;
scoring:points_flag&lt;br /&gt;
;scoring:points_goal&lt;br /&gt;
&lt;br /&gt;
;turf:turf_reward&lt;br /&gt;
;turf:turf_stats&lt;br /&gt;
;turf:points_turf_reward&lt;br /&gt;
&lt;br /&gt;
playercmd&lt;br /&gt;
admincmd&lt;br /&gt;
help&lt;br /&gt;
sendfile&lt;br /&gt;
&lt;br /&gt;
funky:autowarp&lt;br /&gt;
funky:bricklayer&lt;br /&gt;
buy&lt;br /&gt;
&lt;br /&gt;
fake&lt;br /&gt;
funky:autoturret&lt;br /&gt;
funky:record&lt;br /&gt;
;funky:sgcompat&lt;br /&gt;
&lt;br /&gt;
;; uncomment this for multiple pub arena support&lt;br /&gt;
;ap_multipub&lt;br /&gt;
&lt;br /&gt;
;; important: enc_null cannot coexist with either of the other&lt;br /&gt;
;; encryption modules! comment it out to use them.&lt;br /&gt;
;enc_null&lt;br /&gt;
security:enc_cont&lt;br /&gt;
enc_vie&lt;br /&gt;
&lt;br /&gt;
;; db stuff:&lt;br /&gt;
database:mysql&lt;br /&gt;
database:aliasdb&lt;br /&gt;
&lt;br /&gt;
race:race&lt;br /&gt;
zombies:zombies&lt;br /&gt;
&lt;br /&gt;
;; python modules:&lt;br /&gt;
pymod:pymod&lt;br /&gt;
;&amp;lt;py&amp;gt; fm_password&lt;br /&gt;
;&amp;lt;py&amp;gt; exec&lt;br /&gt;
&amp;lt;py&amp;gt; fg_wz&lt;br /&gt;
;&amp;lt;py&amp;gt; fg_turf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== my global.conf file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ General ]&lt;br /&gt;
&lt;br /&gt;
;PublicArenas = turf pb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Billing ]&lt;br /&gt;
;Proxy = bin/proxy&lt;br /&gt;
IP = 127.0.0.1&lt;br /&gt;
Port = 1850&lt;br /&gt;
ServerName = RMS Test Zone&lt;br /&gt;
Password = &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[mysql]&lt;br /&gt;
hostname=localhost&lt;br /&gt;
user=&lt;br /&gt;
password=&lt;br /&gt;
database=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;; the syntax for these is:&lt;br /&gt;
;; [log_whatever]&lt;br /&gt;
;; modulename = DIMWE&lt;br /&gt;
;; D = debug, I = info, M = malicious, W = warning, E = error&lt;br /&gt;
;; they MUST be in caps&lt;br /&gt;
;; the modulename can be &amp;quot;all&amp;quot; to catch unmatched modules.&lt;br /&gt;
;; if you don't filter it out, it's enabled by default.&lt;br /&gt;
&lt;br /&gt;
;[log_console]&lt;br /&gt;
; all = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_file]&lt;br /&gt;
all = IMWE&lt;br /&gt;
persist = MWE&lt;br /&gt;
chat = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_sysop]&lt;br /&gt;
all = ME&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Listen ]&lt;br /&gt;
;; the main listening port&lt;br /&gt;
Port = 5000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Directory ]&lt;br /&gt;
&lt;br /&gt;
Name = RMS Test Zone&lt;br /&gt;
Description = the Red Moon Society&lt;br /&gt;
&lt;br /&gt;
Server1 = sscentral.sscuservers.net&lt;br /&gt;
Server2 = sscentral.subspacehq.com&lt;br /&gt;
;Server3 = sscentral.subspace.net&lt;br /&gt;
;Server4 = sscentral.subspace.inet.fi&lt;br /&gt;
&lt;br /&gt;
; changed settings:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: People]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3881</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3881"/>
				<updated>2006-03-09T22:05:34Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: removed wiki link to contact.. it's probably best to just have names&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;span width=50&amp;gt;[[{{{Tag}}}]]&amp;lt;/span&amp;gt; {{{ServerName}}}===&lt;br /&gt;
&amp;lt;table border=0 cellpadding=2&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt; &amp;lt;font&amp;gt;'''{{{Contact}}}''' {{{Email}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font&amp;gt;{{{Desc}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User_talk:Smong&amp;diff=3890</id>
		<title>User talk:Smong</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User_talk:Smong&amp;diff=3890"/>
				<updated>2006-03-09T21:03:24Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:BaK|BaK]]: When I think of Subspace, I think of the VIE client that people used (cleverly titled Subspace), which I suppose many of the pages I write also apply to. I guess I don't want people to think features like Cloak or Antiwarp are antiquated.&lt;br /&gt;
&lt;br /&gt;
--[[User:I88gerbils|i88gerbils]] 16:03, Mar 9, 2006 (EST): I think I thwarted the bots by renaming their links.  It was fun too!&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template_talk:Host&amp;diff=5057</id>
		<title>Template talk:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template_talk:Host&amp;diff=5057"/>
				<updated>2006-02-26T14:42:28Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Smong|Smong]]: Hmm, the edit link it generates doesn't function as expected. Also it seems a free format contact field would be better, since a list a of names followed by a list of emails is a bit messy (not to mention some people might not have contact details available).&lt;br /&gt;
&lt;br /&gt;
--[[User:I88gerbils|i88gerbils]] 09:42, Feb 26, 2006 (EST): Yeah, it's probably best to just drop the wiki links.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3879</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3879"/>
				<updated>2006-02-25T21:23:57Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;span width=50&amp;gt;[[{{{Tag}}}]]&amp;lt;/span&amp;gt; {{{ServerName}}}===&lt;br /&gt;
&amp;lt;table border=0 cellpadding=2&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt; &amp;lt;font&amp;gt;'''[[{{{Contact}}}]]''' ({{{Email}}})&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font&amp;gt;{{{Desc}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3855</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3855"/>
				<updated>2006-02-25T21:22:32Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: i think this is ok for now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;span width=50&amp;gt;[[{{{Tag}}}]]&amp;lt;/span&amp;gt; :: {{{ServerName}}}===&lt;br /&gt;
&amp;lt;table border=0 cellpadding=2&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt; &amp;lt;font&amp;gt;'''[[{{{Contact}}}]]''' ({{{Email}}})&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font&amp;gt;{{{Desc}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3854</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3854"/>
				<updated>2006-02-25T21:18:37Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: look n feel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td width=50&amp;gt;[[{{{Tag}}}]]&amp;lt;/td&amp;gt; &amp;lt;td&amp;gt;{{{ServerName}}}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;table&amp;gt; ===&lt;br /&gt;
&amp;lt;table border=0 cellpadding=2&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt; &amp;lt;font&amp;gt;'''[[{{{Contact}}}]]''' ({{{Email}}})&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td width=100&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font&amp;gt;{{{Desc}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3853</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3853"/>
				<updated>2006-02-25T21:15:30Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: wiki'd toc?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== [[{{{Tag}}}]] {{{ServerName}}} ===&lt;br /&gt;
&amp;lt;table border=0 cellpadding=2&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;[[{{{Tag}}}]]&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;{{{ServerName}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt; &amp;lt;font&amp;gt;'''[[{{{Contact}}}]]''' ({{{Email}}})&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font&amp;gt;{{{Desc}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3852</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3852"/>
				<updated>2006-02-25T21:14:00Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: toc?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== {{{Tag}}} {{{ServerName}}} ===&lt;br /&gt;
&amp;lt;table border=0 cellpadding=2&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;[[{{{Tag}}}]]&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;{{{ServerName}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt; &amp;lt;font&amp;gt;'''[[{{{Contact}}}]]''' ({{{Email}}})&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font&amp;gt;{{{Desc}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=3880</id>
		<title>User:I88gerbils</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=3880"/>
				<updated>2006-02-25T21:12:26Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: testing stuff out&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Flareon.gif]]&lt;br /&gt;
&lt;br /&gt;
[[ASWZ|A Small WarZone]] - [http://www.aswz.net Offical] * [http://wiki.aswz.com Wiki]&lt;br /&gt;
&lt;br /&gt;
ASSS - [http://wiki.aswz.com/index.php/ASSS Some ASSS stuff]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
I (smong) suggest not to put @ in people's emails as they may appear on this page without them knowing. This is to prevent abuse.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Hosts, as the name implies, host [[SubSpace]] [[zone]]s (see [[zones|active zones]]). Most of the larger servers have adopted prefix tags, most notably a four letter tag beginning with [[SSC]] is most likely on the SSC billing network.&lt;br /&gt;
&lt;br /&gt;
== Current Hosts ==&lt;br /&gt;
&lt;br /&gt;
{{host|Tag=N734|ServerName=|Contact=User:Dymolex|Email=dymolex yahoo.com|Desc=This network although active appears to be run from a dial-up modem.}}&lt;br /&gt;
{{host|Tag=SFSS|ServerName=|Contact=Awestrike|Email=|Desc=Despite missing the SSC in the server prefix, all active zones are connected to the SSC biller, as shown by a suffix.}}&lt;br /&gt;
{{host|Tag=SSCC|ServerName=|Contact=Testtube|Email=|Desc= }}&lt;br /&gt;
{{host|Tag=SSCU|ServerName=SubSpace Europe|Contact=Priitk|Email=|Desc=SSCU, hosted by PriitK was located in Europe and has been around for quite some time}}&lt;br /&gt;
{{host|Tag=SSCX|ServerName=SubSpace Exodus|Contact=Xalimar]], [[yarekim|Email=http://www.sscx.net|Desc=Zones on this powerful server located in the western US.}}&lt;br /&gt;
{{host|Tag=SSM3|ServerName=|Contact=Eagle II|Email=ihod2005 msn.com|Desc= }}&lt;br /&gt;
{{host|Tag=T3|ServerName=|Contact=Mecbot|Email=|Desc=Hosts only one zone, T3 The Gauntlet, which is on the SSC biller network.}}&lt;br /&gt;
&lt;br /&gt;
== Shut-down hosts ==&lt;br /&gt;
&lt;br /&gt;
{{host|Tag=NTC|ServerName=|Contact=dark_mistress]], [[TheBest999|Email=|Desc=The network has also been known under the following tags, SSDM, SSN and TNT.}}&lt;br /&gt;
{{host|Tag=SSCI|ServerName=SubSpace International|Contact=1stStrike]], [[Argyle]], [[User:ExplodyThingy|Email=|Desc=}}&lt;br /&gt;
{{host|Tag=SSDT|ServerName=SubSpace David Tombs|Contact=CyanFire|Email=|Desc=SSDT is a development zone server.}}&lt;br /&gt;
{{host|Tag=SSN|ServerName=SubSpace Network|Contact=L. Chance|Email=|Desc=}}&lt;br /&gt;
{{host|Tag=SSQ|ServerName=|Contact=Purge|Email=purge hotmail.com|Desc=This host also provides Windows ASSS support under the tag &amp;quot;SSQ-A&amp;quot;.}}&lt;br /&gt;
{{host|Tag=SSZ|ServerName=SSZ SubSpace Network|Contact=Jericho24]][[Lord Asassin|Email=|Desc=SSZ was a non-SSC network that hosted developing and startup zones hoping to succeed}}&lt;br /&gt;
&lt;br /&gt;
== my modules.conf file ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
unixsignal&lt;br /&gt;
deadlock&lt;br /&gt;
prng&lt;br /&gt;
logman&lt;br /&gt;
mainloop&lt;br /&gt;
config&lt;br /&gt;
playerdata&lt;br /&gt;
lagdata&lt;br /&gt;
&lt;br /&gt;
net&lt;br /&gt;
chatnet&lt;br /&gt;
&lt;br /&gt;
arenaman&lt;br /&gt;
mapdata&lt;br /&gt;
capman&lt;br /&gt;
mapnewsdl&lt;br /&gt;
core&lt;br /&gt;
clientset&lt;br /&gt;
scoring:persist&lt;br /&gt;
idle&lt;br /&gt;
&lt;br /&gt;
cmdman&lt;br /&gt;
chat&lt;br /&gt;
&lt;br /&gt;
scoring:stats&lt;br /&gt;
scoring:basicstats&lt;br /&gt;
&lt;br /&gt;
log_console&lt;br /&gt;
log_file&lt;br /&gt;
log_sysop&lt;br /&gt;
log_staff&lt;br /&gt;
&lt;br /&gt;
;; enable this for password security without a billing server&lt;br /&gt;
auth_file&lt;br /&gt;
&lt;br /&gt;
security:security&lt;br /&gt;
directory&lt;br /&gt;
;billing&lt;br /&gt;
;billing_ssc&lt;br /&gt;
&lt;br /&gt;
;funky:auth_prefix&lt;br /&gt;
;; enable this for ?kick&lt;br /&gt;
auth_ban&lt;br /&gt;
&lt;br /&gt;
banners&lt;br /&gt;
game_timer&lt;br /&gt;
flagcore&lt;br /&gt;
balls&lt;br /&gt;
bricks&lt;br /&gt;
koth&lt;br /&gt;
fm_normal&lt;br /&gt;
game&lt;br /&gt;
&lt;br /&gt;
lagaction&lt;br /&gt;
&lt;br /&gt;
cfghelp&lt;br /&gt;
filetrans&lt;br /&gt;
quickfix&lt;br /&gt;
&lt;br /&gt;
scoring:jackpot&lt;br /&gt;
scoring:periodic&lt;br /&gt;
scoring:points_kill&lt;br /&gt;
scoring:points_flag&lt;br /&gt;
;scoring:points_goal&lt;br /&gt;
&lt;br /&gt;
;turf:turf_reward&lt;br /&gt;
;turf:turf_stats&lt;br /&gt;
;turf:points_turf_reward&lt;br /&gt;
&lt;br /&gt;
playercmd&lt;br /&gt;
admincmd&lt;br /&gt;
help&lt;br /&gt;
sendfile&lt;br /&gt;
&lt;br /&gt;
funky:autowarp&lt;br /&gt;
funky:bricklayer&lt;br /&gt;
buy&lt;br /&gt;
&lt;br /&gt;
fake&lt;br /&gt;
funky:autoturret&lt;br /&gt;
funky:record&lt;br /&gt;
;funky:sgcompat&lt;br /&gt;
&lt;br /&gt;
;; uncomment this for multiple pub arena support&lt;br /&gt;
;ap_multipub&lt;br /&gt;
&lt;br /&gt;
;; important: enc_null cannot coexist with either of the other&lt;br /&gt;
;; encryption modules! comment it out to use them.&lt;br /&gt;
;enc_null&lt;br /&gt;
security:enc_cont&lt;br /&gt;
enc_vie&lt;br /&gt;
&lt;br /&gt;
;; db stuff:&lt;br /&gt;
database:mysql&lt;br /&gt;
database:aliasdb&lt;br /&gt;
&lt;br /&gt;
race:race&lt;br /&gt;
zombies:zombies&lt;br /&gt;
&lt;br /&gt;
;; python modules:&lt;br /&gt;
pymod:pymod&lt;br /&gt;
;&amp;lt;py&amp;gt; fm_password&lt;br /&gt;
;&amp;lt;py&amp;gt; exec&lt;br /&gt;
&amp;lt;py&amp;gt; fg_wz&lt;br /&gt;
;&amp;lt;py&amp;gt; fg_turf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== my global.conf file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ General ]&lt;br /&gt;
&lt;br /&gt;
;PublicArenas = turf pb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Billing ]&lt;br /&gt;
;Proxy = bin/proxy&lt;br /&gt;
IP = 127.0.0.1&lt;br /&gt;
Port = 1850&lt;br /&gt;
ServerName = RMS Test Zone&lt;br /&gt;
Password = &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[mysql]&lt;br /&gt;
hostname=localhost&lt;br /&gt;
user=&lt;br /&gt;
password=&lt;br /&gt;
database=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;; the syntax for these is:&lt;br /&gt;
;; [log_whatever]&lt;br /&gt;
;; modulename = DIMWE&lt;br /&gt;
;; D = debug, I = info, M = malicious, W = warning, E = error&lt;br /&gt;
;; they MUST be in caps&lt;br /&gt;
;; the modulename can be &amp;quot;all&amp;quot; to catch unmatched modules.&lt;br /&gt;
;; if you don't filter it out, it's enabled by default.&lt;br /&gt;
&lt;br /&gt;
;[log_console]&lt;br /&gt;
; all = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_file]&lt;br /&gt;
all = IMWE&lt;br /&gt;
persist = MWE&lt;br /&gt;
chat = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_sysop]&lt;br /&gt;
all = ME&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Listen ]&lt;br /&gt;
;; the main listening port&lt;br /&gt;
Port = 5000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Directory ]&lt;br /&gt;
&lt;br /&gt;
Name = RMS Test Zone&lt;br /&gt;
Description = the Red Moon Society&lt;br /&gt;
&lt;br /&gt;
Server1 = sscentral.sscuservers.net&lt;br /&gt;
Server2 = sscentral.subspacehq.com&lt;br /&gt;
;Server3 = sscentral.subspace.net&lt;br /&gt;
;Server4 = sscentral.subspace.inet.fi&lt;br /&gt;
&lt;br /&gt;
; changed settings:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: People]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3851</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3851"/>
				<updated>2006-02-25T20:48:23Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: add parameter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table border=0 cellpadding=2&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;[[{{{Tag}}}]]&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;{{{ServerName}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt; &amp;lt;font&amp;gt;'''[[{{{Contact}}}]]''' ({{{Email}}})&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=500&amp;gt;&amp;lt;font&amp;gt;{{{Desc}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3849</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3849"/>
				<updated>2006-02-25T20:36:29Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: tabling&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table border=0 cellpadding=2&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td width=50&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;[[{{{Tag}}}]]&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=300&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;{{{ServerName}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=200&amp;gt; &amp;lt;font&amp;gt;[[{{{Contact}}}]] ({{{Email}}})&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3848</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3848"/>
				<updated>2006-02-17T01:43:56Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: not really..&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;[[{{{Tag}}}]]&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt; {{{ServerName}}}&amp;lt;/font&amp;gt; &amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt; {{{Contact}}} ({{{Email}}})&amp;lt;/font&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=3850</id>
		<title>User:I88gerbils</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=3850"/>
				<updated>2006-02-17T01:42:46Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: testing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Flareon.gif]]&lt;br /&gt;
&lt;br /&gt;
[[ASWZ|A Small WarZone]] - [http://www.aswz.net Offical] * [http://wiki.aswz.com Wiki]&lt;br /&gt;
&lt;br /&gt;
ASSS - [http://wiki.aswz.com/index.php/ASSS Some ASSS stuff]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
{{Host|Tag=SSCX|ServerName=SubSpace Exodus|Contact=xalimar|Email=}}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== my modules.conf file ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
unixsignal&lt;br /&gt;
deadlock&lt;br /&gt;
prng&lt;br /&gt;
logman&lt;br /&gt;
mainloop&lt;br /&gt;
config&lt;br /&gt;
playerdata&lt;br /&gt;
lagdata&lt;br /&gt;
&lt;br /&gt;
net&lt;br /&gt;
chatnet&lt;br /&gt;
&lt;br /&gt;
arenaman&lt;br /&gt;
mapdata&lt;br /&gt;
capman&lt;br /&gt;
mapnewsdl&lt;br /&gt;
core&lt;br /&gt;
clientset&lt;br /&gt;
scoring:persist&lt;br /&gt;
idle&lt;br /&gt;
&lt;br /&gt;
cmdman&lt;br /&gt;
chat&lt;br /&gt;
&lt;br /&gt;
scoring:stats&lt;br /&gt;
scoring:basicstats&lt;br /&gt;
&lt;br /&gt;
log_console&lt;br /&gt;
log_file&lt;br /&gt;
log_sysop&lt;br /&gt;
log_staff&lt;br /&gt;
&lt;br /&gt;
;; enable this for password security without a billing server&lt;br /&gt;
auth_file&lt;br /&gt;
&lt;br /&gt;
security:security&lt;br /&gt;
directory&lt;br /&gt;
;billing&lt;br /&gt;
;billing_ssc&lt;br /&gt;
&lt;br /&gt;
;funky:auth_prefix&lt;br /&gt;
;; enable this for ?kick&lt;br /&gt;
auth_ban&lt;br /&gt;
&lt;br /&gt;
banners&lt;br /&gt;
game_timer&lt;br /&gt;
flagcore&lt;br /&gt;
balls&lt;br /&gt;
bricks&lt;br /&gt;
koth&lt;br /&gt;
fm_normal&lt;br /&gt;
game&lt;br /&gt;
&lt;br /&gt;
lagaction&lt;br /&gt;
&lt;br /&gt;
cfghelp&lt;br /&gt;
filetrans&lt;br /&gt;
quickfix&lt;br /&gt;
&lt;br /&gt;
scoring:jackpot&lt;br /&gt;
scoring:periodic&lt;br /&gt;
scoring:points_kill&lt;br /&gt;
scoring:points_flag&lt;br /&gt;
;scoring:points_goal&lt;br /&gt;
&lt;br /&gt;
;turf:turf_reward&lt;br /&gt;
;turf:turf_stats&lt;br /&gt;
;turf:points_turf_reward&lt;br /&gt;
&lt;br /&gt;
playercmd&lt;br /&gt;
admincmd&lt;br /&gt;
help&lt;br /&gt;
sendfile&lt;br /&gt;
&lt;br /&gt;
funky:autowarp&lt;br /&gt;
funky:bricklayer&lt;br /&gt;
buy&lt;br /&gt;
&lt;br /&gt;
fake&lt;br /&gt;
funky:autoturret&lt;br /&gt;
funky:record&lt;br /&gt;
;funky:sgcompat&lt;br /&gt;
&lt;br /&gt;
;; uncomment this for multiple pub arena support&lt;br /&gt;
;ap_multipub&lt;br /&gt;
&lt;br /&gt;
;; important: enc_null cannot coexist with either of the other&lt;br /&gt;
;; encryption modules! comment it out to use them.&lt;br /&gt;
;enc_null&lt;br /&gt;
security:enc_cont&lt;br /&gt;
enc_vie&lt;br /&gt;
&lt;br /&gt;
;; db stuff:&lt;br /&gt;
database:mysql&lt;br /&gt;
database:aliasdb&lt;br /&gt;
&lt;br /&gt;
race:race&lt;br /&gt;
zombies:zombies&lt;br /&gt;
&lt;br /&gt;
;; python modules:&lt;br /&gt;
pymod:pymod&lt;br /&gt;
;&amp;lt;py&amp;gt; fm_password&lt;br /&gt;
;&amp;lt;py&amp;gt; exec&lt;br /&gt;
&amp;lt;py&amp;gt; fg_wz&lt;br /&gt;
;&amp;lt;py&amp;gt; fg_turf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== my global.conf file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ General ]&lt;br /&gt;
&lt;br /&gt;
;PublicArenas = turf pb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Billing ]&lt;br /&gt;
;Proxy = bin/proxy&lt;br /&gt;
IP = 127.0.0.1&lt;br /&gt;
Port = 1850&lt;br /&gt;
ServerName = RMS Test Zone&lt;br /&gt;
Password = &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[mysql]&lt;br /&gt;
hostname=localhost&lt;br /&gt;
user=&lt;br /&gt;
password=&lt;br /&gt;
database=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;; the syntax for these is:&lt;br /&gt;
;; [log_whatever]&lt;br /&gt;
;; modulename = DIMWE&lt;br /&gt;
;; D = debug, I = info, M = malicious, W = warning, E = error&lt;br /&gt;
;; they MUST be in caps&lt;br /&gt;
;; the modulename can be &amp;quot;all&amp;quot; to catch unmatched modules.&lt;br /&gt;
;; if you don't filter it out, it's enabled by default.&lt;br /&gt;
&lt;br /&gt;
;[log_console]&lt;br /&gt;
; all = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_file]&lt;br /&gt;
all = IMWE&lt;br /&gt;
persist = MWE&lt;br /&gt;
chat = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_sysop]&lt;br /&gt;
all = ME&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Listen ]&lt;br /&gt;
;; the main listening port&lt;br /&gt;
Port = 5000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Directory ]&lt;br /&gt;
&lt;br /&gt;
Name = RMS Test Zone&lt;br /&gt;
Description = the Red Moon Society&lt;br /&gt;
&lt;br /&gt;
Server1 = sscentral.sscuservers.net&lt;br /&gt;
Server2 = sscentral.subspacehq.com&lt;br /&gt;
;Server3 = sscentral.subspace.net&lt;br /&gt;
;Server4 = sscentral.subspace.inet.fi&lt;br /&gt;
&lt;br /&gt;
; changed settings:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: People]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3839</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3839"/>
				<updated>2006-02-17T01:42:17Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: Can I put a table row tag here?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt;&amp;lt;b&amp;gt;[[{{{Tag}}}]]&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt; &amp;lt;td&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt; {{{ServerName}}}&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt; {{{Contact}}} ({{{Email}}})&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=3838</id>
		<title>User:I88gerbils</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=3838"/>
				<updated>2006-02-17T01:42:15Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: testing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Flareon.gif]]&lt;br /&gt;
&lt;br /&gt;
[[ASWZ|A Small WarZone]] - [http://www.aswz.net Offical] * [http://wiki.aswz.com Wiki]&lt;br /&gt;
&lt;br /&gt;
ASSS - [http://wiki.aswz.com/index.php/ASSS Some ASSS stuff]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
{Host|Tag=SSCX|ServerName=SubSpace Exodus|Contact=xalimar|Email=}&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== my modules.conf file ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
unixsignal&lt;br /&gt;
deadlock&lt;br /&gt;
prng&lt;br /&gt;
logman&lt;br /&gt;
mainloop&lt;br /&gt;
config&lt;br /&gt;
playerdata&lt;br /&gt;
lagdata&lt;br /&gt;
&lt;br /&gt;
net&lt;br /&gt;
chatnet&lt;br /&gt;
&lt;br /&gt;
arenaman&lt;br /&gt;
mapdata&lt;br /&gt;
capman&lt;br /&gt;
mapnewsdl&lt;br /&gt;
core&lt;br /&gt;
clientset&lt;br /&gt;
scoring:persist&lt;br /&gt;
idle&lt;br /&gt;
&lt;br /&gt;
cmdman&lt;br /&gt;
chat&lt;br /&gt;
&lt;br /&gt;
scoring:stats&lt;br /&gt;
scoring:basicstats&lt;br /&gt;
&lt;br /&gt;
log_console&lt;br /&gt;
log_file&lt;br /&gt;
log_sysop&lt;br /&gt;
log_staff&lt;br /&gt;
&lt;br /&gt;
;; enable this for password security without a billing server&lt;br /&gt;
auth_file&lt;br /&gt;
&lt;br /&gt;
security:security&lt;br /&gt;
directory&lt;br /&gt;
;billing&lt;br /&gt;
;billing_ssc&lt;br /&gt;
&lt;br /&gt;
;funky:auth_prefix&lt;br /&gt;
;; enable this for ?kick&lt;br /&gt;
auth_ban&lt;br /&gt;
&lt;br /&gt;
banners&lt;br /&gt;
game_timer&lt;br /&gt;
flagcore&lt;br /&gt;
balls&lt;br /&gt;
bricks&lt;br /&gt;
koth&lt;br /&gt;
fm_normal&lt;br /&gt;
game&lt;br /&gt;
&lt;br /&gt;
lagaction&lt;br /&gt;
&lt;br /&gt;
cfghelp&lt;br /&gt;
filetrans&lt;br /&gt;
quickfix&lt;br /&gt;
&lt;br /&gt;
scoring:jackpot&lt;br /&gt;
scoring:periodic&lt;br /&gt;
scoring:points_kill&lt;br /&gt;
scoring:points_flag&lt;br /&gt;
;scoring:points_goal&lt;br /&gt;
&lt;br /&gt;
;turf:turf_reward&lt;br /&gt;
;turf:turf_stats&lt;br /&gt;
;turf:points_turf_reward&lt;br /&gt;
&lt;br /&gt;
playercmd&lt;br /&gt;
admincmd&lt;br /&gt;
help&lt;br /&gt;
sendfile&lt;br /&gt;
&lt;br /&gt;
funky:autowarp&lt;br /&gt;
funky:bricklayer&lt;br /&gt;
buy&lt;br /&gt;
&lt;br /&gt;
fake&lt;br /&gt;
funky:autoturret&lt;br /&gt;
funky:record&lt;br /&gt;
;funky:sgcompat&lt;br /&gt;
&lt;br /&gt;
;; uncomment this for multiple pub arena support&lt;br /&gt;
;ap_multipub&lt;br /&gt;
&lt;br /&gt;
;; important: enc_null cannot coexist with either of the other&lt;br /&gt;
;; encryption modules! comment it out to use them.&lt;br /&gt;
;enc_null&lt;br /&gt;
security:enc_cont&lt;br /&gt;
enc_vie&lt;br /&gt;
&lt;br /&gt;
;; db stuff:&lt;br /&gt;
database:mysql&lt;br /&gt;
database:aliasdb&lt;br /&gt;
&lt;br /&gt;
race:race&lt;br /&gt;
zombies:zombies&lt;br /&gt;
&lt;br /&gt;
;; python modules:&lt;br /&gt;
pymod:pymod&lt;br /&gt;
;&amp;lt;py&amp;gt; fm_password&lt;br /&gt;
;&amp;lt;py&amp;gt; exec&lt;br /&gt;
&amp;lt;py&amp;gt; fg_wz&lt;br /&gt;
;&amp;lt;py&amp;gt; fg_turf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== my global.conf file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ General ]&lt;br /&gt;
&lt;br /&gt;
;PublicArenas = turf pb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Billing ]&lt;br /&gt;
;Proxy = bin/proxy&lt;br /&gt;
IP = 127.0.0.1&lt;br /&gt;
Port = 1850&lt;br /&gt;
ServerName = RMS Test Zone&lt;br /&gt;
Password = &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[mysql]&lt;br /&gt;
hostname=localhost&lt;br /&gt;
user=&lt;br /&gt;
password=&lt;br /&gt;
database=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;; the syntax for these is:&lt;br /&gt;
;; [log_whatever]&lt;br /&gt;
;; modulename = DIMWE&lt;br /&gt;
;; D = debug, I = info, M = malicious, W = warning, E = error&lt;br /&gt;
;; they MUST be in caps&lt;br /&gt;
;; the modulename can be &amp;quot;all&amp;quot; to catch unmatched modules.&lt;br /&gt;
;; if you don't filter it out, it's enabled by default.&lt;br /&gt;
&lt;br /&gt;
;[log_console]&lt;br /&gt;
; all = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_file]&lt;br /&gt;
all = IMWE&lt;br /&gt;
persist = MWE&lt;br /&gt;
chat = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_sysop]&lt;br /&gt;
all = ME&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Listen ]&lt;br /&gt;
;; the main listening port&lt;br /&gt;
Port = 5000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Directory ]&lt;br /&gt;
&lt;br /&gt;
Name = RMS Test Zone&lt;br /&gt;
Description = the Red Moon Society&lt;br /&gt;
&lt;br /&gt;
Server1 = sscentral.sscuservers.net&lt;br /&gt;
Server2 = sscentral.subspacehq.com&lt;br /&gt;
;Server3 = sscentral.subspace.net&lt;br /&gt;
;Server4 = sscentral.subspace.inet.fi&lt;br /&gt;
&lt;br /&gt;
; changed settings:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: People]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3837</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3837"/>
				<updated>2006-02-17T00:17:50Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: ... and a stupid fourth } in a pear tree&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font size=&amp;quot;+1&amp;quot; color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;b&amp;gt;[[{{{Tag}}}]]&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt; {{{ServerName}}} {{{Contact}}} ({{{Email}}})&amp;lt;/font&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3835</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3835"/>
				<updated>2006-02-17T00:17:21Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: wrongly name param&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font size=&amp;quot;+1&amp;quot; color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;b&amp;gt;[[{{{Tag}}}]]&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt; {{{ServerName}}} {{{Contact}}} ({{{Email}}}})&amp;lt;/font&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3840</id>
		<title>Talk:Hosts</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3840"/>
				<updated>2006-02-17T00:16:47Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Cleanup */  yip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:CypherJF|CypherJF]]: Actually I don't think SSN is run by L Chance anymore. I'm not sure the history of it but the latest back I can remember was Altec . running it with Sideburn? Spring/Summer of 2004, Altec . and L Chance brought back SSN using Lord Maucaub's biller system. They shut it back down after HALO switched back to SSZ; and now I believe Dark Mistress / TheBest999 / Cospar / MS-DOS; someone is running it.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I think NTC has it now. They keep changing tags which is annoying. For the record I remember them with SSDM and TNT too if you want to stick that in a 'most annoying network decisions ever' page.&lt;br /&gt;
&lt;br /&gt;
[[User:CypherJF|CypherJF]]: Yeah NTC is the Dark Mistress / TheBest999 / Cospar / MS-DOS network.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:Someone add NTC and SSDT at least. Also I think this page should be called Networks, but that is more jargon I guess and could easily be confused.&lt;br /&gt;
&lt;br /&gt;
[[User:D1st0rt|D1st0rt]]:Whoa 17th is near me? Trench still has a lower ping&lt;br /&gt;
&lt;br /&gt;
== Category? ==&lt;br /&gt;
&lt;br /&gt;
There's already a category called ''Servers'', don't you think this should belong there? I know you couldn't have the short descriptions, but they're kinda hard to keep track of and not that useful. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
Well, hmm. We could always make each server its own category, the short desc goes on the category desc, and each zone is added to the specific server category they are on. [[User:Pests|Pests]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I don't think search looks at categories (I feel like I am typing that several times a day).&lt;br /&gt;
&lt;br /&gt;
I wasn't saying remove the page, just saying get rid of the server list, since it'll soon become outdated and is redundant. But, whatever, no biggie. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
== Combine Pages? ==&lt;br /&gt;
&lt;br /&gt;
Since there's actually not all that much info to put about each of these servers, how would you feel about me merging all of the individual server pages here? This page could be divided up into Active and Inactive servers, if that's a problem. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: SSZ Subspace Network? I think that needs changing. SSN is still run by L. Chance? Also who nicked the css for the wiki?&lt;br /&gt;
&lt;br /&gt;
== Cleanup ==&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:&lt;br /&gt;
I don't like the look of this page. First Servers, I would prefer a page called Hosts or Networks.&lt;br /&gt;
&lt;br /&gt;
Next a table of active networks, columns are: tag, owners + contact, website, billing (yes, own billing/yes, tag of other biller/no biller) and location. A network is considered active if it has its own menu on [http://stats.17thparallel.com stats.17thparallel.com].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=1&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Tag&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Operators&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Billing&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Location&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Testtube&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCX&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Xalimar, Yarekim&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.sscx.net sscx.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Multiple&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Confess &amp;lt;confess321@yahoo.com&amp;gt;(?), Top Gun(?)&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.ssthosting.net www.ssthosting.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Central&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of this table is to serve as a summary of active hosts and so people can quickly find contact details of who is operating them.&lt;br /&gt;
&lt;br /&gt;
Next, a seperate section (or possibly page) containing a history of the networks, start/end dates, ownership, comments (reason for creation/closure, generally accepted reputation).&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Why not give a brief 1-line summary of TAG, host, web site making the tag a wiki link to description + contact information?  Kind of like the corporation info bar on wikipedia.&lt;br /&gt;
&lt;br /&gt;
{{host|Tag=SSCX|ServerName=SubSpace X|Contact=Xalimar|Email=}}?  {{zone}}?&lt;br /&gt;
&lt;br /&gt;
Agreed with basically all of this. I'll change the name now, and probably separate this at least into current and historical. --[[User:Cyan~Fire|Cyan~Fire]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3833</id>
		<title>Talk:Hosts</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3833"/>
				<updated>2006-02-17T00:16:10Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Cleanup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:CypherJF|CypherJF]]: Actually I don't think SSN is run by L Chance anymore. I'm not sure the history of it but the latest back I can remember was Altec . running it with Sideburn? Spring/Summer of 2004, Altec . and L Chance brought back SSN using Lord Maucaub's biller system. They shut it back down after HALO switched back to SSZ; and now I believe Dark Mistress / TheBest999 / Cospar / MS-DOS; someone is running it.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I think NTC has it now. They keep changing tags which is annoying. For the record I remember them with SSDM and TNT too if you want to stick that in a 'most annoying network decisions ever' page.&lt;br /&gt;
&lt;br /&gt;
[[User:CypherJF|CypherJF]]: Yeah NTC is the Dark Mistress / TheBest999 / Cospar / MS-DOS network.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:Someone add NTC and SSDT at least. Also I think this page should be called Networks, but that is more jargon I guess and could easily be confused.&lt;br /&gt;
&lt;br /&gt;
[[User:D1st0rt|D1st0rt]]:Whoa 17th is near me? Trench still has a lower ping&lt;br /&gt;
&lt;br /&gt;
== Category? ==&lt;br /&gt;
&lt;br /&gt;
There's already a category called ''Servers'', don't you think this should belong there? I know you couldn't have the short descriptions, but they're kinda hard to keep track of and not that useful. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
Well, hmm. We could always make each server its own category, the short desc goes on the category desc, and each zone is added to the specific server category they are on. [[User:Pests|Pests]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I don't think search looks at categories (I feel like I am typing that several times a day).&lt;br /&gt;
&lt;br /&gt;
I wasn't saying remove the page, just saying get rid of the server list, since it'll soon become outdated and is redundant. But, whatever, no biggie. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
== Combine Pages? ==&lt;br /&gt;
&lt;br /&gt;
Since there's actually not all that much info to put about each of these servers, how would you feel about me merging all of the individual server pages here? This page could be divided up into Active and Inactive servers, if that's a problem. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: SSZ Subspace Network? I think that needs changing. SSN is still run by L. Chance? Also who nicked the css for the wiki?&lt;br /&gt;
&lt;br /&gt;
== Cleanup ==&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:&lt;br /&gt;
I don't like the look of this page. First Servers, I would prefer a page called Hosts or Networks.&lt;br /&gt;
&lt;br /&gt;
Next a table of active networks, columns are: tag, owners + contact, website, billing (yes, own billing/yes, tag of other biller/no biller) and location. A network is considered active if it has its own menu on [http://stats.17thparallel.com stats.17thparallel.com].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=1&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Tag&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Operators&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Billing&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Location&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Testtube&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCX&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Xalimar, Yarekim&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.sscx.net sscx.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Multiple&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Confess &amp;lt;confess321@yahoo.com&amp;gt;(?), Top Gun(?)&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.ssthosting.net www.ssthosting.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Central&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of this table is to serve as a summary of active hosts and so people can quickly find contact details of who is operating them.&lt;br /&gt;
&lt;br /&gt;
Next, a seperate section (or possibly page) containing a history of the networks, start/end dates, ownership, comments (reason for creation/closure, generally accepted reputation).&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Why not give a brief 1-line summary of TAG, host, web site making the tag a wiki link to description + contact information?  Kind of like the corporation info bar on wikipedia.&lt;br /&gt;
&lt;br /&gt;
{{host|Tag=SSCX|ServerName=SubSpace X|Owner=Xalimar}}?  {{zone}}?&lt;br /&gt;
&lt;br /&gt;
Agreed with basically all of this. I'll change the name now, and probably separate this at least into current and historical. --[[User:Cyan~Fire|Cyan~Fire]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3834</id>
		<title>Template:Host</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Template:Host&amp;diff=3834"/>
				<updated>2006-02-17T00:10:34Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: Initial, let's have fun&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font size=&amp;quot;+1&amp;quot; color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;b&amp;gt;[[{{{Tag}}}]]&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font size=&amp;quot;+1&amp;quot;&amp;gt; {{{ZoneName}}} {{{Contact}}} ({{{Email}}}})&amp;lt;/font&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3832</id>
		<title>Talk:Hosts</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3832"/>
				<updated>2006-02-16T23:49:24Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Cleanup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:CypherJF|CypherJF]]: Actually I don't think SSN is run by L Chance anymore. I'm not sure the history of it but the latest back I can remember was Altec . running it with Sideburn? Spring/Summer of 2004, Altec . and L Chance brought back SSN using Lord Maucaub's biller system. They shut it back down after HALO switched back to SSZ; and now I believe Dark Mistress / TheBest999 / Cospar / MS-DOS; someone is running it.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I think NTC has it now. They keep changing tags which is annoying. For the record I remember them with SSDM and TNT too if you want to stick that in a 'most annoying network decisions ever' page.&lt;br /&gt;
&lt;br /&gt;
[[User:CypherJF|CypherJF]]: Yeah NTC is the Dark Mistress / TheBest999 / Cospar / MS-DOS network.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:Someone add NTC and SSDT at least. Also I think this page should be called Networks, but that is more jargon I guess and could easily be confused.&lt;br /&gt;
&lt;br /&gt;
[[User:D1st0rt|D1st0rt]]:Whoa 17th is near me? Trench still has a lower ping&lt;br /&gt;
&lt;br /&gt;
== Category? ==&lt;br /&gt;
&lt;br /&gt;
There's already a category called ''Servers'', don't you think this should belong there? I know you couldn't have the short descriptions, but they're kinda hard to keep track of and not that useful. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
Well, hmm. We could always make each server its own category, the short desc goes on the category desc, and each zone is added to the specific server category they are on. [[User:Pests|Pests]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I don't think search looks at categories (I feel like I am typing that several times a day).&lt;br /&gt;
&lt;br /&gt;
I wasn't saying remove the page, just saying get rid of the server list, since it'll soon become outdated and is redundant. But, whatever, no biggie. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
== Combine Pages? ==&lt;br /&gt;
&lt;br /&gt;
Since there's actually not all that much info to put about each of these servers, how would you feel about me merging all of the individual server pages here? This page could be divided up into Active and Inactive servers, if that's a problem. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: SSZ Subspace Network? I think that needs changing. SSN is still run by L. Chance? Also who nicked the css for the wiki?&lt;br /&gt;
&lt;br /&gt;
== Cleanup ==&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:&lt;br /&gt;
I don't like the look of this page. First Servers, I would prefer a page called Hosts or Networks.&lt;br /&gt;
&lt;br /&gt;
Next a table of active networks, columns are: tag, owners + contact, website, billing (yes, own billing/yes, tag of other biller/no biller) and location. A network is considered active if it has its own menu on [http://stats.17thparallel.com stats.17thparallel.com].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=1&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Tag&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Operators&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Billing&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Location&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Testtube&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCX&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Xalimar, Yarekim&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.sscx.net sscx.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Multiple&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Confess &amp;lt;confess321@yahoo.com&amp;gt;(?), Top Gun(?)&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.ssthosting.net www.ssthosting.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Central&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of this table is to serve as a summary of active hosts and so people can quickly find contact details of who is operating them.&lt;br /&gt;
&lt;br /&gt;
Next, a seperate section (or possibly page) containing a history of the networks, start/end dates, ownership, comments (reason for creation/closure, generally accepted reputation).&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Why not give a brief 1-line summary of TAG, host, web site making the tag a wiki link to description + contact information?  Kind of like the corporation info bar on wikipedia.&lt;br /&gt;
&lt;br /&gt;
{{host}}?  {{zone}}?&lt;br /&gt;
&lt;br /&gt;
Agreed with basically all of this. I'll change the name now, and probably separate this at least into current and historical. --[[User:Cyan~Fire|Cyan~Fire]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3828</id>
		<title>Talk:Hosts</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3828"/>
				<updated>2006-02-16T04:55:49Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Cleanup */ hmm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:CypherJF|CypherJF]]: Actually I don't think SSN is run by L Chance anymore. I'm not sure the history of it but the latest back I can remember was Altec . running it with Sideburn? Spring/Summer of 2004, Altec . and L Chance brought back SSN using Lord Maucaub's biller system. They shut it back down after HALO switched back to SSZ; and now I believe Dark Mistress / TheBest999 / Cospar / MS-DOS; someone is running it.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I think NTC has it now. They keep changing tags which is annoying. For the record I remember them with SSDM and TNT too if you want to stick that in a 'most annoying network decisions ever' page.&lt;br /&gt;
&lt;br /&gt;
[[User:CypherJF|CypherJF]]: Yeah NTC is the Dark Mistress / TheBest999 / Cospar / MS-DOS network.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:Someone add NTC and SSDT at least. Also I think this page should be called Networks, but that is more jargon I guess and could easily be confused.&lt;br /&gt;
&lt;br /&gt;
[[User:D1st0rt|D1st0rt]]:Whoa 17th is near me? Trench still has a lower ping&lt;br /&gt;
&lt;br /&gt;
== Category? ==&lt;br /&gt;
&lt;br /&gt;
There's already a category called ''Servers'', don't you think this should belong there? I know you couldn't have the short descriptions, but they're kinda hard to keep track of and not that useful. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
Well, hmm. We could always make each server its own category, the short desc goes on the category desc, and each zone is added to the specific server category they are on. [[User:Pests|Pests]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I don't think search looks at categories (I feel like I am typing that several times a day).&lt;br /&gt;
&lt;br /&gt;
I wasn't saying remove the page, just saying get rid of the server list, since it'll soon become outdated and is redundant. But, whatever, no biggie. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
== Combine Pages? ==&lt;br /&gt;
&lt;br /&gt;
Since there's actually not all that much info to put about each of these servers, how would you feel about me merging all of the individual server pages here? This page could be divided up into Active and Inactive servers, if that's a problem. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: SSZ Subspace Network? I think that needs changing. SSN is still run by L. Chance? Also who nicked the css for the wiki?&lt;br /&gt;
&lt;br /&gt;
== Cleanup ==&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:&lt;br /&gt;
I don't like the look of this page. First Servers, I would prefer a page called Hosts or Networks.&lt;br /&gt;
&lt;br /&gt;
Next a table of active networks, columns are: tag, owners + contact, website, billing (yes, own billing/yes, tag of other biller/no biller) and location. A network is considered active if it has its own menu on [http://stats.17thparallel.com stats.17thparallel.com].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=1&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Tag&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Operators&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Billing&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Location&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Testtube&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCX&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Xalimar, Yarekim&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.sscx.net sscx.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Multiple&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Confess &amp;lt;confess321@yahoo.com&amp;gt;(?), Top Gun(?)&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.ssthosting.net www.ssthosting.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Central&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of this table is to serve as a summary of active hosts and so people can quickly find contact details of who is operating them.&lt;br /&gt;
&lt;br /&gt;
Next, a seperate section (or possibly page) containing a history of the networks, start/end dates, ownership, comments (reason for creation/closure, generally accepted reputation).&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Why not give a brief 1-line summary of TAG, host, web site making the tag a wiki link to description + contact information?  Kind of like the corporation info bar on wikipedia.&lt;br /&gt;
&lt;br /&gt;
{{server}}?  {{zone}}?&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3827</id>
		<title>Talk:Hosts</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Hosts&amp;diff=3827"/>
				<updated>2006-02-16T04:46:33Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Cleanup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:CypherJF|CypherJF]]: Actually I don't think SSN is run by L Chance anymore. I'm not sure the history of it but the latest back I can remember was Altec . running it with Sideburn? Spring/Summer of 2004, Altec . and L Chance brought back SSN using Lord Maucaub's biller system. They shut it back down after HALO switched back to SSZ; and now I believe Dark Mistress / TheBest999 / Cospar / MS-DOS; someone is running it.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I think NTC has it now. They keep changing tags which is annoying. For the record I remember them with SSDM and TNT too if you want to stick that in a 'most annoying network decisions ever' page.&lt;br /&gt;
&lt;br /&gt;
[[User:CypherJF|CypherJF]]: Yeah NTC is the Dark Mistress / TheBest999 / Cospar / MS-DOS network.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:Someone add NTC and SSDT at least. Also I think this page should be called Networks, but that is more jargon I guess and could easily be confused.&lt;br /&gt;
&lt;br /&gt;
[[User:D1st0rt|D1st0rt]]:Whoa 17th is near me? Trench still has a lower ping&lt;br /&gt;
&lt;br /&gt;
== Category? ==&lt;br /&gt;
&lt;br /&gt;
There's already a category called ''Servers'', don't you think this should belong there? I know you couldn't have the short descriptions, but they're kinda hard to keep track of and not that useful. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
Well, hmm. We could always make each server its own category, the short desc goes on the category desc, and each zone is added to the specific server category they are on. [[User:Pests|Pests]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I don't think search looks at categories (I feel like I am typing that several times a day).&lt;br /&gt;
&lt;br /&gt;
I wasn't saying remove the page, just saying get rid of the server list, since it'll soon become outdated and is redundant. But, whatever, no biggie. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
== Combine Pages? ==&lt;br /&gt;
&lt;br /&gt;
Since there's actually not all that much info to put about each of these servers, how would you feel about me merging all of the individual server pages here? This page could be divided up into Active and Inactive servers, if that's a problem. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: SSZ Subspace Network? I think that needs changing. SSN is still run by L. Chance? Also who nicked the css for the wiki?&lt;br /&gt;
&lt;br /&gt;
== Cleanup ==&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]:&lt;br /&gt;
I don't like the look of this page. First Servers, I would prefer a page called Hosts or Networks.&lt;br /&gt;
&lt;br /&gt;
Next a table of active networks, columns are: tag, owners + contact, website, billing (yes, own billing/yes, tag of other biller/no biller) and location. A network is considered active if it has its own menu on [http://stats.17thparallel.com stats.17thparallel.com].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table border=1&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;Tag&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Operators&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Website&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Billing&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Location&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Testtube&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;N/A&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, East&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SSCX&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Xalimar, Yarekim&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.sscx.net sscx.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SSC&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Multiple&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;Confess &amp;lt;confess321@yahoo.com&amp;gt;(?), Top Gun(?)&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;[http://www.ssthosting.net www.ssthosting.net]&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;SST&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;USA, Central&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The purpose of this table is to serve as a summary of active hosts and so people can quickly find contact details of who is operating them.&lt;br /&gt;
&lt;br /&gt;
Next, a seperate section (or possibly page) containing a history of the networks, start/end dates, ownership, comments (reason for creation/closure, generally accepted reputation).&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Why not give a brief 1-line summary of TAG, host, web site making the tag a wiki link to description + contact information?  Kind of like the corporation info bar on wikipedia.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User_talk:Mine_GO_BOOM&amp;diff=3924</id>
		<title>User talk:Mine GO BOOM</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User_talk:Mine_GO_BOOM&amp;diff=3924"/>
				<updated>2006-02-08T20:27:44Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: pm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I was cutting my wiki teeth on here yesterday- I apologize for the unneccesary updates.&amp;lt;br/&amp;gt;&lt;br /&gt;
Was the formatting and content ok?&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Where's rollback?  I'm trying to look up that functionality but can't find it on the Wiki help site.  update:  I see, it's an admin. command. :)&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Please delete the dumbass duplicate page I created today.  Thanks.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Subgame_To_ASSS&amp;diff=3823</id>
		<title>Subgame To ASSS</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Subgame_To_ASSS&amp;diff=3823"/>
				<updated>2006-02-08T18:05:45Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: starting new page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will help you with the various changes from [[Subgame]] to [[ASSS]].  Please put helpful links to guides on [[ASSS]] that will help a [[Subgame]] server admin. change over to [[ASSS]].&lt;br /&gt;
&lt;br /&gt;
* [[Server Setup]]&lt;br /&gt;
&lt;br /&gt;
[[Category:ASSS]]&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Category_talk:Tutorial&amp;diff=5122</id>
		<title>Category talk:Tutorial</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Category_talk:Tutorial&amp;diff=5122"/>
				<updated>2006-02-08T17:58:50Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Converting Subgame -&amp;gt; ASSS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Request new tutorials here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:i88gerbils|i88gerbils]]: Maybe I'll start copying over the As3 user guide into some wiki format.  One wiki page per section (besides the command section?).&lt;br /&gt;
:[[User:Smong|Smong]]: Sure, but you will have to keep it in sync. When people started adding protocol specifications I added notices saying where the latest version can be found.&lt;br /&gt;
&lt;br /&gt;
== Converting Subgame -&amp;gt; ASSS ==&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Anyone feel like making a guide on how-to best [[Subgame To ASSS]]?&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Category_talk:Tutorial&amp;diff=3818</id>
		<title>Category talk:Tutorial</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Category_talk:Tutorial&amp;diff=3818"/>
				<updated>2006-02-07T23:05:45Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: Converting Subgame -&amp;gt; ASSS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Request new tutorials here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[User:i88gerbils|i88gerbils]]: Maybe I'll start copying over the As3 user guide into some wiki format.  One wiki page per section (besides the command section?).&lt;br /&gt;
:[[User:Smong|Smong]]: Sure, but you will have to keep it in sync. When people started adding protocol specifications I added notices saying where the latest version can be found.&lt;br /&gt;
&lt;br /&gt;
== Converting Subgame -&amp;gt; ASSS ==&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Anyone feel like making a guide on how-to best [[Convert To ASSS]]?&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Server_Setup&amp;diff=3970</id>
		<title>Server Setup</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Server_Setup&amp;diff=3970"/>
				<updated>2006-02-07T23:01:55Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: broke up map &amp;amp; setting section for better TOC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will guide you through the process of setting up an [[ASSS]] server. It is assumed that you have already downloaded the appropriate release from [http://sscx.net/asss/ the website]. Before beginning you should read the '''userguide''' located in /docs or [http://sscx.net/asss/userguide.html on the ASSS website]. It's probably most important to read the &amp;quot;File Layout&amp;quot; section, which explains where the important files reside when you extract the ASSS package.&lt;br /&gt;
&lt;br /&gt;
You also want to make sure that if you are not going to use MySQL or Python that you disable the appropriate modules.  Or conversely, make sure that all the System Requirements are installed before proceeding any further.&lt;br /&gt;
&lt;br /&gt;
== Building Linux Version ==&lt;br /&gt;
&lt;br /&gt;
* tar zxvf asss-1.x.y.tar.gz&lt;br /&gt;
* cd asss-1.x.y/src&lt;br /&gt;
* edit [[Makefile]] (in your favorite text editor)&lt;br /&gt;
* make&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring ASSS ==&lt;br /&gt;
&lt;br /&gt;
You will probably want to take a look at the [[modules.conf]] file before running ASSS for the first time to check for dependency issues.&lt;br /&gt;
&lt;br /&gt;
Note:  A ';' preceeds a comment and all following characters before a newline are ignored.&lt;br /&gt;
&lt;br /&gt;
=== Changing Zone Name and Description ===&lt;br /&gt;
The zone name and description are both defined in the /conf/[[global.conf]] file. Edit this file to set your zone's name and description. Set both Billing:ServerName and Directory:Name to your desired zone name, and set Directory:Description to the description you want listed on the [[directory server]]. You'll also want to set the current directory servers in Server1, Server2, etc. At this time the following directory servers work: ''sscentral.sscuservers.net'' and ''sscentral.subspacehq.com''.&lt;br /&gt;
&lt;br /&gt;
To have ASSS send its info to the directory servers, uncomment (remove the semicolon preceeding) the ''directory'' module in [[modules.conf]]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
directory&lt;br /&gt;
;billing&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you run ASSS you should see the following output on module load:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
I &amp;lt;cmod&amp;gt; loading C module 'directory' from 'internal'&lt;br /&gt;
I &amp;lt;directory&amp;gt; server on port 5000 using name 'YOUR ZONE NAME HERE'&lt;br /&gt;
I &amp;lt;directory&amp;gt; using 'sscentral.sscuservers.net' at 62.65.37.101 as a directory server&lt;br /&gt;
I &amp;lt;directory&amp;gt; using 'sscentral.subspacehq.com' at 199.232.158.5 as a directory server&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and the following during normal ASSS operation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
D &amp;lt;directory&amp;gt; sending information to directory servers&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Configuring Staff ===&lt;br /&gt;
Your staff is defined in /conf/[[staff.conf]].&lt;br /&gt;
&lt;br /&gt;
In order to give yourself sysop you would change it to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[GroupPasswords]&lt;br /&gt;
; this section is just &amp;quot;group-name = password&amp;quot;&lt;br /&gt;
; groups that aren't listed can't be logged into by password.&lt;br /&gt;
&lt;br /&gt;
; the rest of the sections in this file are named after arena groups&lt;br /&gt;
&lt;br /&gt;
[(global)]&lt;br /&gt;
; these are &amp;quot;playername = group&amp;quot;&lt;br /&gt;
_YOURNAME_ = Sysop&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You may also need to log in once using ?passwd &amp;lt;subspace login password&amp;gt; and rejoining the zone before commands work. This is to validate that only someone using your password is allowed to use sysop commands, in case the [[Biller|Billing server]] goes down or you don't use a biller.&lt;br /&gt;
&lt;br /&gt;
Notice that you have given yourself access to group Sysop in (global). This means that you will have Sysop privilages in all arenas. To limit a player to have only access in a single arena, put the player in the section pertaining to that arena. For example, to only have sysop powers in arena basketball you would do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[GroupPasswords]&lt;br /&gt;
; this section is just &amp;quot;group-name = password&amp;quot;&lt;br /&gt;
; groups that aren't listed can't be logged into by password.&lt;br /&gt;
&lt;br /&gt;
; the rest of the sections in this file are named after arena groups&lt;br /&gt;
&lt;br /&gt;
basketball:_YOURNAME_ = Sysop&lt;br /&gt;
&lt;br /&gt;
[(global)]&lt;br /&gt;
; these are &amp;quot;playername = group&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also note that Sysop is an arbitrary group that can have any number or privilages. You can make up your own groups, too, and limit their special abilities and commands. Say we wanted to add a group called SettingChanger, who could change the settings in a single arena (let's say basketball), but not use arena messages or spec other players. First we'll add the players (in this case, Priitk) to the appropriate group in staff.conf:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[GroupPasswords]&lt;br /&gt;
; this section is just &amp;quot;group-name = password&amp;quot;&lt;br /&gt;
; groups that aren't listed can't be logged into by password.&lt;br /&gt;
&lt;br /&gt;
; the rest of the sections in this file are named after arena groups&lt;br /&gt;
&lt;br /&gt;
basketball:Priitk = SettingChanger&lt;br /&gt;
&lt;br /&gt;
[(global)]&lt;br /&gt;
; these are &amp;quot;playername = group&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, in groupdef.conf we'll add the group and it's privilages.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; conf/groupdef.conf&lt;br /&gt;
; don't edit this file, edit the ones in groupdef.dif&lt;br /&gt;
&lt;br /&gt;
[SettingChanger]&lt;br /&gt;
#include groupdef.dir/default&lt;br /&gt;
cmd_quickfix&lt;br /&gt;
cmd_getsettings&lt;br /&gt;
&lt;br /&gt;
changesettings&lt;br /&gt;
&lt;br /&gt;
[default]&lt;br /&gt;
#include groupdef.dir/default&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And now the Priitk should be able to change the settings by using ?getsettings or ?quickfix, but only in arena basketball. Editing groupdef.conf directly is not recommended, so it's much cleaner to do something like&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; conf/groupdef.conf&lt;br /&gt;
; don't edit this file, edit the ones in groupdef.dif&lt;br /&gt;
&lt;br /&gt;
[SettingChanger]&lt;br /&gt;
#include groupdef.dir/default&lt;br /&gt;
#include groupdef.dir/setchanger&lt;br /&gt;
&lt;br /&gt;
[default]&lt;br /&gt;
#include groupdef.dir/default&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and then create a file in groupdef.dir called setchanger which contains the privilages and commands:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cmd_quickfix&lt;br /&gt;
cmd_getsettings&lt;br /&gt;
&lt;br /&gt;
changesettings&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You've probably noticed that lines prefixed with cmd_ enable a player to use that command. Also, a line prefixed with privcmd_ allows a player to use a private command (one that can be messaged to a player). There are other capabilities, such as changesettings above, that a player needs in order to perform some actions, such as change the settings. Here's a complete list of the non-command capabilities (from [[grelminar]]'s [http://sscx.net/asss/userguide.html User Guide]):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;tt&amp;gt;seeprivarena&amp;lt;/tt&amp;gt; controls whether private arena names are sent to a player for the ?arena command.&lt;br /&gt;
* &amp;lt;tt&amp;gt;seeprivfreq&amp;lt;/tt&amp;gt; determines if a player sees private freqs in the freq listing.&lt;br /&gt;
* &amp;lt;tt&amp;gt;findinprivs&amp;lt;/tt&amp;gt; is needed by a player running ?find for the server to report the names of private arenas. (Not implemented yet.)&lt;br /&gt;
* &amp;lt;tt&amp;gt;seeepd&amp;lt;/tt&amp;gt; allows players to see other ship's energy and specials from spectator mode. (''epd'' stands for extra position data.)&lt;br /&gt;
* &amp;lt;tt&amp;gt;seesysoplogall&amp;lt;/tt&amp;gt; allows a player to see all important log messages in the zone.&lt;br /&gt;
* &amp;lt;tt&amp;gt;seesysoplogarena&amp;lt;/tt&amp;gt; only allows a player to see only important log messages having to do with the arena he is currently in.&lt;br /&gt;
* &amp;lt;tt&amp;gt;seemodchat&amp;lt;/tt&amp;gt; allows players to see the moderator chat.&lt;br /&gt;
* &amp;lt;tt&amp;gt;sendmodchat&amp;lt;/tt&amp;gt; controls who can send moderator chat messages. Usually, these two capabilities would be given to the same people.&lt;br /&gt;
* &amp;lt;tt&amp;gt;uploadfile&amp;lt;/tt&amp;gt; allows a player to upload files. Note that the player must also have the cmd_putfile to upload a file using that command.&lt;br /&gt;
* &amp;lt;tt&amp;gt;bypasslock&amp;lt;/tt&amp;gt; allows players to switch ships even though the arena or themselves have been locked into a ship or into spectator mode by a staff member.&lt;br /&gt;
* &amp;lt;tt&amp;gt;bypasssecurity&amp;lt;/tt&amp;gt; lets players use unauthorized clients, or prevents kicking off for security checksum failures.&lt;br /&gt;
* &amp;lt;tt&amp;gt;invisiblespectator&amp;lt;/tt&amp;gt; makes players not show up on the list given when the person they are spectating uses the ?spec command.&lt;br /&gt;
* &amp;lt;tt&amp;gt;unlimitedchat&amp;lt;/tt&amp;gt; allows a player (e.g., a bot) to bypass chat flooding checks.&lt;br /&gt;
* &amp;lt;tt&amp;gt;changesettings&amp;lt;/tt&amp;gt; lets clients use the settings change packet (required for ?quickfix/?getsettings).&lt;br /&gt;
* &amp;lt;tt&amp;gt;isstaff makes&amp;lt;/tt&amp;gt; players show up in ?listmod output.&lt;br /&gt;
* &amp;lt;tt&amp;gt;seeallstaff&amp;lt;/tt&amp;gt; allows a player to see all non-default-group players, even if they lack isstaff.&lt;br /&gt;
&lt;br /&gt;
Also see: http://sscx.net/asss/userguide.html#%_sec_4&lt;br /&gt;
&lt;br /&gt;
=== Adding My Map ===&lt;br /&gt;
To change the map you need to first put the map (.lvl file) you want to use into the /maps/ directory. Then you edit the settings in the [[arena]] you want your map to be in. Change General:Map to be the name of the .lvl file you want it to use.&lt;br /&gt;
&lt;br /&gt;
=== Editing Arena Settings ===&lt;br /&gt;
&lt;br /&gt;
To change what default arena (called public in [[Subgame]]) is using, edit /arenas/(default)/[[arena.conf]]. Note that this file may use data from other files using #include statements. To override certain settings without editing them from the original files, you can define them at the end of a file. For example, if you wanted svs settings, but the map to be &amp;quot;mymap.lvl&amp;quot; you could set your arena.conf to be:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; drop in all of svs settings here&lt;br /&gt;
#include conf/svs/svs.conf&lt;br /&gt;
&lt;br /&gt;
[General]&lt;br /&gt;
Map = mymap.lvl&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Changing Modules ===&lt;br /&gt;
You can change which modules your server uses. First make sure the compiled .dll file with your plugin is in the /dist/bin/ directory. Let's say our .dll file was called MyModules.dll and the module we were trying to use was called FreqWatcher. Now edit /conf/modules.conf and at the very end add:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MyModules:FreqWatcher&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The order of the modules.conf file is important, as files that depend on other files must be listed after them (unless they take advantage of MM_POSTLOAD in their main module function). Usually when the server aborts while loading, the problem can be traced back to the modules.conf file (a module is missing, or in the wrong place).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Running ASSS ==&lt;br /&gt;
&lt;br /&gt;
To run the windows version of ASSS, locate ASSS.bat and double click it. That's it! You now have your own zone up and running.&lt;br /&gt;
&lt;br /&gt;
In Linux, just run ./scripts/run-asss, which handles ?shutdown -r. ''IMPORTANT:'' You will need to edit the ASSSHOME variable defined inside the script to point to the directory you extracted ASSS.&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;br /&gt;
[[Category:ASSS]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Running_Continuum_under_Wine&amp;diff=3847</id>
		<title>Talk:Running Continuum under Wine</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Running_Continuum_under_Wine&amp;diff=3847"/>
				<updated>2006-02-02T04:03:45Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Mine GO BOOM|Mine GO BOOM]] 02:40, Dec 21, 2005 (EST): Should we use Wine or wine? Also, PhOng, try using Preview. The less total changes in a row, the easier it is to cover changes without having to do fancy diff comparings.&lt;br /&gt;
&lt;br /&gt;
== submission to winehq? ==&lt;br /&gt;
&lt;br /&gt;
Galeru:  Is this patch submitted to wine?  If it hasn't been, is there any intention of doing that?&lt;br /&gt;
&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 20:30, Dec 22, 2005 (EST): If this was to be added to Wine, it would need to actually handle the permission flags. As right now, it is just a hack that may cause problems in other applications, but what is required to get Continuum to run.&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: oliverthered posted on ssforum.net several months ago.  It appears he is &amp;quot;in charge&amp;quot; of directx support for Wine.  I sent him an e-mail linking him to this page.  &amp;quot;Failed to deliver&amp;quot;.  Oh well.&lt;br /&gt;
&lt;br /&gt;
== Redistributable patched wine + Continuum package ==&lt;br /&gt;
--[[User:Bounty Punter|Bounty Punter]] 00:48, Jan 30, 2006 (EST)&lt;br /&gt;
First of all, thank you for solving this problem!&lt;br /&gt;
&lt;br /&gt;
I have made a package that I have tested in both Suse, and Slackware Linux.  I works on both, provided that the user has wine already installed and configured with the general information in ~/.wine  As Mine GO BOOM stated, the patched version of wine could cause problems in other applications running under wine. Does it, has anyone had any problems?&lt;br /&gt;
&lt;br /&gt;
I am willing to provided limited hosting for the file if there is any interest, and pending any foreseeable legal problems with me doing it. It's rather large, 59.3 MB...&lt;br /&gt;
&lt;br /&gt;
--[[User:Bounty Punter|Bounty Punter]] 21:44, Feb 1, 2006 (EST)&lt;br /&gt;
&lt;br /&gt;
Anyone willing to try this?  I've cut the size down to 24 mb  [http://www.network3d.net/continuum-wine/ http://www.network3d.net/continuum-wine/]&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: I don't really use wine for much so I'm cool with tainting my wine compile.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Running_Continuum_under_Wine&amp;diff=3807</id>
		<title>Running Continuum under Wine</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Running_Continuum_under_Wine&amp;diff=3807"/>
				<updated>2006-01-15T19:23:48Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Patching Wine */  there's only one ssc biller :d&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Patching Wine ==&lt;br /&gt;
&lt;br /&gt;
To run [[Continuum]] under [http://www.winehq.com/ Wine], you'd need to apply a patch to Wine's source code. Copy the text block below into a file, such as cont.diff, and follow the patching instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;diff --git a/dlls/kernel/process.c b/dlls/kernel/process.c&lt;br /&gt;
index 33f9ee1..d50cb7d 100644&lt;br /&gt;
--- a/dlls/kernel/process.c&lt;br /&gt;
+++ b/dlls/kernel/process.c&lt;br /&gt;
@@ -2460,6 +2464,7 @@ HANDLE WINAPI OpenProcess( DWORD access,&lt;br /&gt;
     OBJECT_ATTRIBUTES   attr;&lt;br /&gt;
     CLIENT_ID           cid;&lt;br /&gt;
 &lt;br /&gt;
+if (access &amp;amp; PROCESS_VM_WRITE) return NULL;&lt;br /&gt;
     cid.UniqueProcess = (HANDLE)id;&lt;br /&gt;
     cid.UniqueThread = 0; /* FIXME ? */&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run '''cat cont.diff | patch -p1''' to apply the patch file to Wine's source code. Follow with the usual '''./configure &amp;amp;&amp;amp; make depend &amp;amp;&amp;amp; make''' to build Wine. If you'd wish to have this replace your current Wine installation or to install it globally, run '''make install''' as root.&lt;br /&gt;
&lt;br /&gt;
It is important to run '''winecfg''', and goto the drives tab, click '''drive_c''', show advanced, and set the serial number a random number higher than 2000.  If you do not, you cannot connect to catid billers, or may cause other issues on the SSC* biller.&lt;br /&gt;
&lt;br /&gt;
== Common Problems ==&lt;br /&gt;
&lt;br /&gt;
If you have a binary version of wine installed such as rpm, I recommend removing it before setting up and installing the wine source, as not to cause confusion.&lt;br /&gt;
&lt;br /&gt;
Make sure you are running Continuum as at least 16 bit. If having problems with sound, with winecfg, check ALSA driver and switch hardware acceleration to emulation.  8 bit is possible, but you have to check your /etc/X11/xorg.conf (or other) config file to make sure you have 8 bit res listed.  Best way to check is if you can't set your desktop depth to 8 bit through display options, its not set in your config (pretty easy to fix).&lt;br /&gt;
&lt;br /&gt;
Chat window will not appear when you Alt-Tab. This is because Continuum doesn't understand that it is minimized under Wine, so it will never start the chat window.&lt;br /&gt;
&lt;br /&gt;
If you get a libwine.so.1 error when trying to run wine global (instead of running the application from its source directory), add the following lines to your /etc/ld.so.conf file: '''/usr/local/lib''' and '''/usr/local/lib/wine'''. If problems still occur, copy libwin.so.1 to those locations from the winesource/libs directory.&lt;br /&gt;
&lt;br /&gt;
Alt key does not function properly if it is bound to another XIM like kinput2 (e.g. tried to bring up map).&lt;br /&gt;
&lt;br /&gt;
If connecting to a zone causes you to login as ^Banned, please run winecfg and go to the drives tab, select drive_c, Show Advanced, and change the Serial to a random number greater than 2000.&lt;br /&gt;
&lt;br /&gt;
== Why It Works == &lt;br /&gt;
&lt;br /&gt;
When Continuum runs, one of the first things it does is create another process of itself with some priviliages restricted, such as the ability to call OpenProcess. When the child process attempts to repeat this step, it receives an error that OpenProcess failed, which tell the process that it is the child. The child process then proceeds to run the game.&lt;br /&gt;
&lt;br /&gt;
Since Wine does not properly emulate this parent-child security, this source modification is necessary to get Continuum to run under Wine.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User_talk:Mine_GO_BOOM&amp;diff=3822</id>
		<title>User talk:Mine GO BOOM</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User_talk:Mine_GO_BOOM&amp;diff=3822"/>
				<updated>2006-01-14T23:47:37Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I was cutting my wiki teeth on here yesterday- I apologize for the unneccesary updates.&amp;lt;br/&amp;gt;&lt;br /&gt;
Was the formatting and content ok?&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Where's rollback?  I'm trying to look up that functionality but can't find it on the Wiki help site.  update:  I see, it's an admin. command. :)&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User_talk:Mine_GO_BOOM&amp;diff=3782</id>
		<title>User talk:Mine GO BOOM</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User_talk:Mine_GO_BOOM&amp;diff=3782"/>
				<updated>2006-01-14T05:02:23Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I was cutting my wiki teeth on here yesterday- I apologize for the unneccesary updates.&amp;lt;br/&amp;gt;&lt;br /&gt;
Was the formatting and content ok?&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: Where's rollback?  I'm trying to look up that functionality but can't find it on the Wiki help site.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Main_Page&amp;diff=3784</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Main_Page&amp;diff=3784"/>
				<updated>2006-01-12T00:48:19Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: \/--- is a spamming pig fucker (sloppy copy &amp;amp; paste revert)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Browsing ==&lt;br /&gt;
&lt;br /&gt;
Since the pages here load somewhat slowly, you may have noticed I'm trying to combine pages as much as I can. So I tried to incorporate all the Browse stuff into the main page. If anybody wants something else, please add it. Also, if everyone's happy with this, I'll delete the Browse page. (I didn't link it since it might get deleted, sorry.) --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
----&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 14:42, May 22, 2005 (EDT): I commented out all the old comments for now, since it was getting hard to read over the page. It might be useful to just edit them out, since its stored in the History anyways. As for why its going slow, its because someone else on this co-host is getting about 5 spam emails ''a second'' and exim/spamd cannot handle it. I've already complained to the host about it, and he says he will attempt to figure out if its all coming from one block, and if so, block them.&lt;br /&gt;
: For non-users, caching is already turned on, so its pretty snappy then, as the cache will stay valid until someone edits a page. I do like how the main page is turning out.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
[[User:Akai|Akai]]: ...would someone change it to &amp;quot;SubSpace/Continuum Wiki&amp;quot; already? Also: Subgame -&amp;gt; subgame, Subspace -&amp;gt; SubSpace, A Small Subspace Server -&amp;gt; &amp;lt;u&amp;gt;A&amp;lt;/u&amp;gt; &amp;lt;u&amp;gt;S&amp;lt;/u&amp;gt;mall &amp;lt;u&amp;gt;S&amp;lt;/u&amp;gt;ubSpace &amp;lt;u&amp;gt;S&amp;lt;/u&amp;gt;erver ...please :p&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Was wondering if someone would like to help me start learning ASSS from scratch? :-P please tell me if someone is that friendly lol. --Chambahs&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Chambahs, requests like that should go to http://forums.minegoboom.com/ or something, and not here. This is for talk about the page only.&lt;br /&gt;
Note: You can sign/link your name with three tildes.&lt;br /&gt;
--[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
First off, I'm sorry, it was late and I didn't type out what I meant, but you dont have to be so rude. What I meant was, would anyone like to type out a tutoral on how to use ASSS, because that WOULD be a thing to put in this site. I was thinking something very in depth, for someone who just downloaded Continuum. Some of the things we have on the site, are from basic knowledge of the people who have been working with Continuum alot. Just a suggestion...&lt;br /&gt;
--[[User:Chambahs|Chambahs]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:Smong|Smong]]: Firstly I'm putting this comment here because the page in question does not have a talk tab.&lt;br /&gt;
&lt;br /&gt;
This [[Special:Wantedpages]] mentions Cyan~Fire's profile. I was wondering how the wanted pages page is generated. At first I thought it was any page that has been linked to but does not exist yet. But Grelminar does not yet have a profile page and he is linked from this main page. Also what is the [[MediaWiki:Wantedpages]] page?&lt;br /&gt;
&lt;br /&gt;
---- &lt;br /&gt;
&lt;br /&gt;
Requires two links to be put on wanted page and I'm not quite sure what the second link is. [[User:Pests|Pests]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[User:Pests|Pests]]: Hey guys, anyone not like the flower image on the left? Any suggestions of what to change it to? I think a nice subspace shield would be cool. :)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 21:22, Jan 13, 2005 (EST): About the flower: Change it to whatever you want. Upload it to the Server Help thread and we'll vote on it there.&amp;lt;br&amp;gt;&lt;br /&gt;
To the Wanted Pages: The first one requires two links, thus it is 'wanted' more than other links. The second one: Who knows? It came with the default installation.&lt;br /&gt;
&lt;br /&gt;
---- &lt;br /&gt;
&lt;br /&gt;
[[User:Pests|Pests]]: Any chance of renaming the wiki to something less specific? I only have sysop so not sure if its a possible option in higher levels.&lt;br /&gt;
&lt;br /&gt;
Can we have some more wiki links on this page?  [[User:i88gerbils|i88gerbils]]&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: Please don't change it to Continuum wiki, we must not forget Subspace.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 01:19, Jan 18, 2005 (EST): Go hog-wild. Since this is still Beta, do what you want. As for a name, can you think of anything better?&lt;br /&gt;
&lt;br /&gt;
SubSpace Wiki&amp;lt;br /&amp;gt;&lt;br /&gt;
SubSpace/Continuum Wiki&amp;lt;br /&amp;gt;&lt;br /&gt;
Server Help Wiki&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Locking ==&lt;br /&gt;
&lt;br /&gt;
Why lock it? People may want to add internal links for things like Subgame or Continuum.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I notice the module faq has several editable sections, can't you put the important bit in a non-editable section and then have an editable section open to all? --Smong&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I agree, I wanted to put a &amp;quot;Getting Started&amp;quot; type link on the page since right now the site might seem a bit confusing to others to navigate.&lt;br /&gt;
&lt;br /&gt;
[[User:Pests|Pests]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Locking the main page is usually a good idea to prevent certain people from doing stupid things.&lt;br /&gt;
&lt;br /&gt;
--[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]]: Want to know why its locked? [http://meta.wikimedia.org/w/index.php?title=Main_Page&amp;amp;action=history MediaWiki's History] shows a bunch of idiots posting spam and defacing the site. If its subpages, not everyone will see it, and won't be as destructive. Doing it to the front page just becomes annoying, and I would not to not have to deal with it. Plus, I already mentioned that the admins here can hand out Sysop mode to people all they want, so if you have a good history of contributions, it won't be hard to be a sysop here.&lt;br /&gt;
----&lt;br /&gt;
[[User:CypherJF|CypherJF]] 08:42, Feb 24, 2005 (EST): Well, it doesn't stop people from modifying sub-pages; but it was really irritating that they futzed around w/ deleting the entire front page for their non-wiki standard compliant tag. Thanks for re-locking it.&lt;br /&gt;
&lt;br /&gt;
== Quicklinks ==&lt;br /&gt;
&lt;br /&gt;
Akai: Mine, it'd be cool if you'd change that stupid &amp;quot;Quicklinks&amp;quot; &amp;amp;lt;table&amp;gt; into a list like everything else.&lt;br /&gt;
&lt;br /&gt;
What's wrong with them? --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
[[User:Pests|Pests]]: I think they make it very easy to find what your looking for. Opposed to clicking on categories, finding the right root-section out of all the subcategories, ect. When a new person wants quick help some of them either dont have the knowledge or the patence to do that. Putting a link right on the top of the page makes it so pages are easy to find. Dont like the table and you would perfect a list? Why? If you want I can change it to wiki style tables (using pipes).&lt;br /&gt;
&lt;br /&gt;
Also, your allowed to change them if you want. But if someone else comes along and finds the majority of people like it the other way then expect them to get changed back.&lt;br /&gt;
&lt;br /&gt;
Akai: I don't mind the placement or the way it looks, merely that it is using a table and inline styles.  It's very annoying.&lt;br /&gt;
&lt;br /&gt;
[[User:Pests|Pests]]: Tables are allowed. Thats why MediaWiki supports either html tables or the pipe syntax. Theres no other way style the tables to look how I want without using inline. Wikipedia does it as well, in fact, the table I use is basically a copy of one of theirs. Why is it so annoying? Maybe we could fix that. :)&lt;br /&gt;
&lt;br /&gt;
Akai: I'll fix it when my comp is fully operational again.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I don't like having to scroll in any direction. A list would just make the page taller.&lt;br /&gt;
&lt;br /&gt;
[[User:Akai|Akai]]: mooooo, I just said I don't mind how it looks - you can make an unordered list look just like that&lt;br /&gt;
&lt;br /&gt;
just don't bother, will make a hip skin&lt;br /&gt;
&lt;br /&gt;
[[User:Pests|Pests]]: Yeah, its possible. Why bother though? It works fine the way it is and others do it as well. I'm sure you might make some argument about it being the un-standard way of doing things, ect. I can pull it out of a table and put it into a div or span if you really want.&lt;br /&gt;
&lt;br /&gt;
== Comment Protocol ==&lt;br /&gt;
&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 09:21, Feb 24, 2005 (EST): Step one; if you make a comment, put it at the bottom so I don't have to use History's diff to even figure out what you wrote. Step two; if someone wants to deface a page, its a good 99% chance it will be the front page. Hacker, wiki losers, etc. Its always the front page.&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]]: I would like it if you could paste a summary of your text in the summary text field so I don't have to follow the link unless I want to comment further.&lt;br /&gt;
&lt;br /&gt;
[[User:CypherJF|CypherJF]] 09:57, Feb 24, 2005 (EST): this whole thing needs to be cleaned up... a lot of old blabbering.&lt;br /&gt;
&lt;br /&gt;
OK, I organised it, at the risk of people getting angry with me. Sorry if you mind me moving around you guys' posts. I just put general convo at the top. Mixed subject stuff was annoying, but there wasn't too much of it. Please, if you're bringing up a new subject, make a new section for it. --[[User:Cyan~Fire|Cyan~Fire]]&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Subspace &amp;gt; SubSpace ==&lt;br /&gt;
&lt;br /&gt;
[[Akai]]: &amp;lt;rolls eyes&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 09:27, May 28, 2005 (EDT): Go run the [http://wiki.minegoboom.com/index.php/Image:SS_screen.png VIE Subspace]. What does it say in its title?&lt;br /&gt;
&lt;br /&gt;
It says &amp;quot;SubSpace&amp;quot;, as Akai has been promoting. And it's [[:Image:SS_screen.png|VIE Subspace]]. --[[User:Cyan~Fire|Cyan~Fire]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Running_Continuum_under_Wine&amp;diff=3767</id>
		<title>Running Continuum under Wine</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Running_Continuum_under_Wine&amp;diff=3767"/>
				<updated>2005-12-25T17:18:27Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Common Problems */   serial number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Patching Wine ==&lt;br /&gt;
&lt;br /&gt;
To run [[Continuum]] under [http://www.winehq.com/ Wine], you'd need to apply a patch to Wine's source code. Copy the text block below into a file, such as cont.diff, and place it at the head directory of Wine's source code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;diff --git a/dlls/kernel/process.c b/dlls/kernel/process.c&lt;br /&gt;
index 33f9ee1..d50cb7d 100644&lt;br /&gt;
--- a/dlls/kernel/process.c&lt;br /&gt;
+++ b/dlls/kernel/process.c&lt;br /&gt;
@@ -2460,6 +2464,7 @@ HANDLE WINAPI OpenProcess( DWORD access,&lt;br /&gt;
     OBJECT_ATTRIBUTES   attr;&lt;br /&gt;
     CLIENT_ID           cid;&lt;br /&gt;
 &lt;br /&gt;
+if (access &amp;amp; PROCESS_VM_WRITE) return NULL;&lt;br /&gt;
     cid.UniqueProcess = (HANDLE)id;&lt;br /&gt;
     cid.UniqueThread = 0; /* FIXME ? */&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run '''cat cont.diff | patch -p1''' to apply the patch file to Wine's source code. Follow with the usual '''./configure &amp;amp;&amp;amp; make depend &amp;amp;&amp;amp; make''' to build Wine. If you'd wish to have this replace your current Wine installation or to install it globally, run '''make install''' as root.&lt;br /&gt;
&lt;br /&gt;
It is important to run '''winecfg''', and goto the drives tab, click '''drive_c''', show advanced, and set the serial number a random number higher than 2000.  If you do not, you cannot connect to catid billers, or may cause other issues on ssc billers.&lt;br /&gt;
&lt;br /&gt;
== Common Problems ==&lt;br /&gt;
&lt;br /&gt;
If you have a binary version of wine installed such as rpm, I recommend removing it before setting up and installing the wine source, as not to cause confusion.&lt;br /&gt;
&lt;br /&gt;
Make sure you are running Continuum as at least 16 bit. If having problems with sound, with winecfg, check ALSA driver and switch hardware acceleration to emulation.  8 bit is possible, but you have to check your /etc/X11/xorg.conf (or other) config file to make sure you have 8 bit res listed.  Best way to check is if you can't set your desktop depth to 8 bit through display options, its not set in your config (pretty easy to fix).&lt;br /&gt;
&lt;br /&gt;
Chat window will not appear when you Alt-Tab. This is because Continuum doesn't understand that it is minimized under Wine, so it will never start the chat window.&lt;br /&gt;
&lt;br /&gt;
If you get a libwine.so.1 error when trying to run wine global (instead of running the application from its source directory), add the following lines to your /etc/ld.so.conf file: '''/usr/local/lib''' and '''/usr/local/lib/wine'''. If problems still occur, copy libwin.so.1 to those locations from the winesource/libs directory.&lt;br /&gt;
&lt;br /&gt;
Alt key does not function properly if it is bound to another XIM like kinput2 (e.g. tried to bring up map).&lt;br /&gt;
&lt;br /&gt;
Please set a winecfg -&amp;gt; drive_c -&amp;gt; Show Advanced -&amp;gt; Serial to a random number greater than 2000.&lt;br /&gt;
&lt;br /&gt;
== Why It Works == &lt;br /&gt;
&lt;br /&gt;
When Continuum runs, one of the first things it does is create another process of itself with some priviliages restricted, such as the ability to call OpenProcess. When the child process attempts to repeat this step, it receives an error that OpenProcess failed, which tell the process that it is the child. The child process then proceeds to run the game.&lt;br /&gt;
&lt;br /&gt;
Since Wine does not properly emulate this parent-child security, this source modification is necessary to get Continuum to run under Wine.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Running_Continuum_under_Wine&amp;diff=3808</id>
		<title>Talk:Running Continuum under Wine</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Running_Continuum_under_Wine&amp;diff=3808"/>
				<updated>2005-12-23T13:37:55Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* submission to winehq? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Mine GO BOOM|Mine GO BOOM]] 02:40, Dec 21, 2005 (EST): Should we use Wine or wine? Also, PhOng, try using Preview. The less total changes in a row, the easier it is to cover changes without having to do fancy diff comparings.&lt;br /&gt;
&lt;br /&gt;
== submission to winehq? ==&lt;br /&gt;
&lt;br /&gt;
Galeru:  Is this patch submitted to wine?  If it hasn't been, is there any intention of doing that?&lt;br /&gt;
&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 20:30, Dec 22, 2005 (EST): If this was to be added to Wine, it would need to actually handle the permission flags. As right now, it is just a hack that may cause problems in other applications, but what is required to get Continuum to run.&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: oliverthered posted on ssforum.net several months ago.  It appears he is &amp;quot;in charge&amp;quot; of directx support for Wine.  I sent him an e-mail linking him to this page.  &amp;quot;Failed to deliver&amp;quot;.  Oh well.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Running_Continuum_under_Wine&amp;diff=3760</id>
		<title>Running Continuum under Wine</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Running_Continuum_under_Wine&amp;diff=3760"/>
				<updated>2005-12-23T04:41:50Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* Common Problems */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Patching Wine ==&lt;br /&gt;
&lt;br /&gt;
To run [[Continuum]] under [http://www.winehq.com/ Wine], you'd need to apply a patch to Wine's source code. Copy the text block below into a file, such as cont.patch, and place it at the head directory of Wine's source code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;index 33f9ee1..d50cb7d 100644&lt;br /&gt;
--- a/dlls/kernel/process.c&lt;br /&gt;
+++ b/dlls/kernel/process.c&lt;br /&gt;
@@ -2460,6 +2464,7 @@ HANDLE WINAPI OpenProcess( DWORD access,&lt;br /&gt;
     OBJECT_ATTRIBUTES   attr;&lt;br /&gt;
     CLIENT_ID           cid;&lt;br /&gt;
&lt;br /&gt;
+if (access &amp;amp; PROCESS_VM_WRITE) return NULL;&lt;br /&gt;
     cid.UniqueProcess = (HANDLE)id;&lt;br /&gt;
     cid.UniqueThread = 0; /* FIXME ? */&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Run '''cat cont.patch | patch -p1''' to apply the patch file to Wine's source code. Follow with the usual '''./configure &amp;amp;&amp;amp; make depend &amp;amp;&amp;amp; make''' to build Wine. If you'd wish to have this replace your current Wine installation or to install it globally, run '''make install''' as root.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Common Problems ==&lt;br /&gt;
&lt;br /&gt;
If you have a binary version of wine installed such as rpm, I recommend removing it before setting up and installing the wine source, as not to cause confusion.&lt;br /&gt;
&lt;br /&gt;
Make sure you are running Continuum as at least 16 bit. If having problems with sound, with winecfg, check ALSA driver and switch hardware acceleration to emulation.  8 bit is possible, but you have to check your /etc/X11/xorg.conf (or other) config file to make sure you have 8 bit res listed.  Best way to check is if you can't set your desktop depth to 8 bit through display options, its not set in your config (pretty easy to fix).&lt;br /&gt;
&lt;br /&gt;
Chat window will not appear when you Alt-Tab. This is because Continuum doesn't understand that it is minimized under Wine, so it will never start the chat window.&lt;br /&gt;
&lt;br /&gt;
If you get a libwine.so.1 error when trying to run wine global (instead of running the application from its source directory), add the following lines to your /etc/ld.so.conf file: '''/usr/local/lib''' and '''/usr/local/lib/wine'''. If problems still occur, copy libwin.so.1 to those locations from the winesource/libs directory.&lt;br /&gt;
&lt;br /&gt;
Alt key does not function properly if it is bound to another XIM like kinput2 (e.g. tried to bring up map).&lt;br /&gt;
&lt;br /&gt;
== Why It Works == &lt;br /&gt;
&lt;br /&gt;
When Continuum runs, one of the first things it does is create another process of itself with some priviliages restricted, such as the ability to call OpenProcess. When the child process attempts to repeat this step, it receives an error that OpenProcess failed, which tell the process that it is the child. The child process then proceeds to run the game.&lt;br /&gt;
&lt;br /&gt;
Since Wine does not properly emulate this parent-child security, this source modification is necessary to get Continuum to run under Wine.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Running_Continuum_under_Wine&amp;diff=3759</id>
		<title>Talk:Running Continuum under Wine</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Running_Continuum_under_Wine&amp;diff=3759"/>
				<updated>2005-12-23T01:48:00Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: /* submission to winehq? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Mine GO BOOM|Mine GO BOOM]] 02:40, Dec 21, 2005 (EST): Should we use Wine or wine? Also, PhOng, try using Preview. The less total changes in a row, the easier it is to cover changes without having to do fancy diff comparings.&lt;br /&gt;
&lt;br /&gt;
== submission to winehq? ==&lt;br /&gt;
&lt;br /&gt;
Galeru:  Is this patch submitted to wine?  If it hasn't been, is there any intention of doing that?&lt;br /&gt;
&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 20:30, Dec 22, 2005 (EST): If this was to be added to Wine, it would need to actually handle the permission flags. As right now, it is just a hack that may cause problems in other applications, but what is required to get Continuum to run.&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: oliverthered posted on ssforum.net several months ago.  It appears he is &amp;quot;in charge&amp;quot; of directx support for Wine.  I sent him an e-mail linking him to this page.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Port_Forwarding&amp;diff=5564</id>
		<title>Port Forwarding</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Port_Forwarding&amp;diff=5564"/>
				<updated>2005-11-03T00:41:22Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: Added useful link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subgame and ASSS both require a port to be open for them to work. This means any software firewall on your system needs to permit incoming connections to the server software. Also, on your router if you have one (usually blue/grey box between cable/DSL modem and your computer), you will need to [http://www.portforward.com/routers.htm forward ports] so incoming connections are sent to your computer.&lt;br /&gt;
&lt;br /&gt;
The port range you'll need to forward can be found in your [[server.ini]] under [[Server.ini#Port|Misc:Port]]. You'll need to forward both this port value ''and'' the value one above this.&lt;br /&gt;
&lt;br /&gt;
Example: If your &amp;lt;nowiki&amp;gt;[Misc] Port=1200&amp;lt;/nowiki&amp;gt;, you'll need to forward both 1200 ''and'' 1201. If you do not correctly forward the port one above that choosen in the settings, no one will be able to [[Ping_Protocol|ping]] your zone, and it will [[Server_Troubleshooting#My_Zone_is_Red|look red]] on Continuum's menu.&lt;br /&gt;
&lt;br /&gt;
You can test your settings with the Gibson Research Corporation's [https://grc.com/x/ne.dll?bh0bkyd2 Shield's Up!] utility to make sure the respective port numbers are correctly being forwarded (and are opened) to the server machine.&lt;br /&gt;
&lt;br /&gt;
[[Category: FAQ]]&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Category_talk:People&amp;diff=5134</id>
		<title>Category talk:People</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Category_talk:People&amp;diff=5134"/>
				<updated>2005-10-26T13:42:37Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: hacking question&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:I88gerbils|i88gerbils]]: Is there anyway to parse out the &amp;quot;User:&amp;quot; on this page or change the wiki link somehow?&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Search_Phrases&amp;diff=4137</id>
		<title>Talk:Search Phrases</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Search_Phrases&amp;diff=4137"/>
				<updated>2005-10-19T19:22:49Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Mine GO BOOM|Mine GO BOOM]] 20:15, Oct 14, 2005 (EDT): Yes, that big asss joke is funny, but I put this here because it is interesting in finding what people are searching major search engines for, and what we could expand upon to include what some people want to find.&lt;br /&gt;
&lt;br /&gt;
[[User:D1st0rt|D1st0rt]] 18:04, Oct 17, 2005 (EDT): By that token, we should put up a page on how to cheat and how to bypass bans :p It seems like the other main thing was how to set up specific game modes in asss, like how to set up a soccer or turf zone. I thought &amp;quot;pump that asss&amp;quot; was better than &amp;quot;big asss&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[User:Smong|Smong]] 13:50, Oct 19, 2005 (EDT): We already have those pages D1, otherwise the search engines wouldn't point here. Anyway I did raise an objection to the BanG page, which MGB didn't take action on, because it's a wiki it will always be there even if deleted unless there is some admin cp or a manual way of removing it.&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]] : I should have made a wiki link to [[Your_Mom|big asss]] instead. :d  Seriously, I think it's a good idea to see about expanding pages by looking at the searches.&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Search_Phrases&amp;diff=3618</id>
		<title>Search Phrases</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Search_Phrases&amp;diff=3618"/>
				<updated>2005-10-14T22:16:10Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: suggestion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Search keyphrases for the year 2005. Feel free to use this list to create new pages that may target specific words, to help people find the information they need. They are sorted by search count, then by who knows what.&lt;br /&gt;
&lt;br /&gt;
* ASSS Wiki&lt;br /&gt;
#	asss&lt;br /&gt;
#	priitk&lt;br /&gt;
#	big asss = your mom&lt;br /&gt;
#	snrrrubspace&lt;br /&gt;
#	17th parallel&lt;br /&gt;
#	twcore&lt;br /&gt;
#	mervbot&lt;br /&gt;
#	spawn cfg&lt;br /&gt;
#	spawn.cfg&lt;br /&gt;
#	client connection request from billing server ignored&lt;br /&gt;
#	asss wiki&lt;br /&gt;
#	priit kasesalu&lt;br /&gt;
#	smong&lt;br /&gt;
#	vie subspace&lt;br /&gt;
#	sscx hyperspace&lt;br /&gt;
#	continuum 0.39 prerelease 1&lt;br /&gt;
#	cebot&lt;br /&gt;
#	subspace asss&lt;br /&gt;
#	asss subspace&lt;br /&gt;
#	mine go boom&lt;br /&gt;
#	macid randomizer&lt;br /&gt;
#	writing modules in python&lt;br /&gt;
#	mervbot tutorial&lt;br /&gt;
#	unknown packet type 36&lt;br /&gt;
#	continuum level ini tool&lt;br /&gt;
#	subspace bang&lt;br /&gt;
#	continuum 0.38&lt;br /&gt;
#	bm2 extension&lt;br /&gt;
#	continuum asss&lt;br /&gt;
#	subspace netban&lt;br /&gt;
#	rar unpacker&lt;br /&gt;
#	pokedword&lt;br /&gt;
#	chambahs&lt;br /&gt;
#	logicbot&lt;br /&gt;
#	continuum protocol&lt;br /&gt;
#	mr. ekted&lt;br /&gt;
#	asss continuum&lt;br /&gt;
#	lvl format&lt;br /&gt;
#	mr ekted&lt;br /&gt;
#	asss chatnet protocol&lt;br /&gt;
#	pump that asss&lt;br /&gt;
#	continuum proxy&lt;br /&gt;
#	x-radar&lt;br /&gt;
#	maxtimerdrift&lt;br /&gt;
#	priitk skype&lt;br /&gt;
#	asss for windows&lt;br /&gt;
#	subspace sysop commands&lt;br /&gt;
#	allinanchor index.php/main_page&lt;br /&gt;
#	jeffp subspace&lt;br /&gt;
#	starbot&lt;br /&gt;
#	talk bots&lt;br /&gt;
#	asss bots&lt;br /&gt;
#	catid mervbot&lt;br /&gt;
#	continuum biller code&lt;br /&gt;
#	ssi zelda motw&lt;br /&gt;
#	mervbot catid&lt;br /&gt;
#	continuum unban&lt;br /&gt;
#	ssi flagging turmoil&lt;br /&gt;
#	priitk@&lt;br /&gt;
#	how to evade bans&lt;br /&gt;
#	subspace mods command&lt;br /&gt;
#	priit kasesalu continuum&lt;br /&gt;
#	sscx-a hyperspace&lt;br /&gt;
#	banned by machine id&lt;br /&gt;
#	asss module&lt;br /&gt;
#	subspace server.cfg&lt;br /&gt;
#	zelda motw&lt;br /&gt;
#	python timer to execute a function&lt;br /&gt;
#	asss 1.3.5&lt;br /&gt;
#	mediawiki change flower&lt;br /&gt;
#	continuum .38&lt;br /&gt;
#	mervbot plugins&lt;br /&gt;
#	sscx-a battlezone&lt;br /&gt;
#	ssz mystic kingdom&lt;br /&gt;
#	sk|spawn cfg&lt;br /&gt;
#	asss traffic&lt;br /&gt;
#	machine id randomizer&lt;br /&gt;
#	lvl file format&lt;br /&gt;
#	subspace billing server&lt;br /&gt;
#	sage386&lt;br /&gt;
#	image tools for .bm2&lt;br /&gt;
#	lvl file&lt;br /&gt;
#	subspace continuum protocol&lt;br /&gt;
#	allintitle wiki main page&lt;br /&gt;
#	python persist data&lt;br /&gt;
#	colors.bm2&lt;br /&gt;
#	afterburnerenergy&lt;br /&gt;
#	thebajan&lt;br /&gt;
#	new asss&lt;br /&gt;
#	the vie subspace&lt;br /&gt;
#	history of seemines&lt;br /&gt;
#	c writing modules&lt;br /&gt;
#	modules.conf tutorial&lt;br /&gt;
#	sscc halo&lt;br /&gt;
#	lord assassin&lt;br /&gt;
#	subspace s2c latency&lt;br /&gt;
#	wiki asss module&lt;br /&gt;
#	event_playermove&lt;br /&gt;
#	subspace mod arenas&lt;br /&gt;
#	http //wiki.minegoboom.com&lt;br /&gt;
#	continuum wiki&lt;br /&gt;
#	local_machine/software/ d1&lt;br /&gt;
#	.lvl files&lt;br /&gt;
#	ssn subspace&lt;br /&gt;
#	elvl subspace&lt;br /&gt;
#	add new module modules.conf&lt;br /&gt;
#	asss.&lt;br /&gt;
#	subspace council&lt;br /&gt;
#	python timer example every&lt;br /&gt;
#	david tombs digitization&lt;br /&gt;
#	sendmessage python&lt;br /&gt;
#	powerbot&lt;br /&gt;
#	netbios hostname&lt;br /&gt;
#	powerbot source&lt;br /&gt;
#	subspace vie bomb settings&lt;br /&gt;
#	sscc metalgear ctf testtube&lt;br /&gt;
#	continuum custom zone&lt;br /&gt;
#	python sendmessage&lt;br /&gt;
#	continuum subspace ports&lt;br /&gt;
#	chatnet asss&lt;br /&gt;
#	continuum subspace proxy server&lt;br /&gt;
#	lvl map edit&lt;br /&gt;
#	subspace warning packet flood from&lt;br /&gt;
#	kewlair&lt;br /&gt;
#	similar to putfile&lt;br /&gt;
#	asss subspace source&lt;br /&gt;
#	subgame client connect request ignored&lt;br /&gt;
#	mervbot documentation&lt;br /&gt;
#	clit for continuum&lt;br /&gt;
#	redstar rsfl&lt;br /&gt;
#	wiki mervbot&lt;br /&gt;
#	subspace server&lt;br /&gt;
#	asss tutorial&lt;br /&gt;
#	skype priitk&lt;br /&gt;
#	adding continuum bots to zone&lt;br /&gt;
#	www.aswz.com&lt;br /&gt;
#	snrrrubspace source&lt;br /&gt;
#	subspace proxy&lt;br /&gt;
#	ez ship rotator&lt;br /&gt;
#	hyperspace server&lt;br /&gt;
#	twcore bots&lt;br /&gt;
#	getting unbanned from subspace continuum&lt;br /&gt;
#	wiki mysql setup&lt;br /&gt;
#	subspace ssc biller&lt;br /&gt;
#	priitk kazaa&lt;br /&gt;
#	change mediawiki flower&lt;br /&gt;
#	www.subspacehq.com&lt;br /&gt;
#	subgame2&lt;br /&gt;
#	continuum 0.38 bots&lt;br /&gt;
#	subspace lvl file format&lt;br /&gt;
#	objset continuum&lt;br /&gt;
#	setting up a soccer game asss subspace&lt;br /&gt;
#	mervbot plugin&lt;br /&gt;
#	continuum 0.39 prerelease 3&lt;br /&gt;
#	subspace quotes&lt;br /&gt;
#	subspace continuum history&lt;br /&gt;
#	kazaa priitk&lt;br /&gt;
#	mervbot_tutorial&lt;br /&gt;
#	lvl file editor&lt;br /&gt;
#	continuum clit&lt;br /&gt;
#	asss spawn&lt;br /&gt;
#	game protocol&lt;br /&gt;
#	ssn mystic kingdom&lt;br /&gt;
#	modules in c&lt;br /&gt;
#	twcore help&lt;br /&gt;
#	subspace history&lt;br /&gt;
#	priit kasesalu subspace&lt;br /&gt;
#	clientslowpacketkickoutpercent&lt;br /&gt;
#	asss ?lag command&lt;br /&gt;
#	warbird spider shark leviathan&lt;br /&gt;
#	packetloss c2skickoutpercent&lt;br /&gt;
#	talk-bots&lt;br /&gt;
#	catid ssihosting&lt;br /&gt;
#	subspace set file&lt;br /&gt;
#	subgame continuum&lt;br /&gt;
#	asss holes&lt;br /&gt;
#	sscx index&lt;br /&gt;
#	ssupdate.exe subspace&lt;br /&gt;
#	empbomb&lt;br /&gt;
#	running asss router&lt;br /&gt;
#	wikimedia wanted pages&lt;br /&gt;
#	alpha west svs&lt;br /&gt;
#	were the best asss&lt;br /&gt;
#	svs settings&lt;br /&gt;
#	continuum server.cfg&lt;br /&gt;
#	continuum bang commands&lt;br /&gt;
#	priitk programmer&lt;br /&gt;
#	addcommand /warp warp&lt;br /&gt;
#	full of asss&lt;br /&gt;
#	0x4d42 signifies&lt;br /&gt;
#	python examples nested functions&lt;br /&gt;
#	subspace cheating programs&lt;br /&gt;
#	spawn.cfg&lt;br /&gt;
#	continuum 0.38 proxy&lt;br /&gt;
#	ccc asss&lt;br /&gt;
#	continuum trench wars banned&lt;br /&gt;
#	latency settings&lt;br /&gt;
#	subgame2 bugs&lt;br /&gt;
#	subspace asss module&lt;br /&gt;
#	udp flag drop&lt;br /&gt;
#	goal subspace soccer howto&lt;br /&gt;
#	asss sscx&lt;br /&gt;
#	subspace billing ssz&lt;br /&gt;
#	spawn bot continuum&lt;br /&gt;
#	modules in c tutorial&lt;br /&gt;
#	rocketthrust&lt;br /&gt;
#	subspace continuum custom ships&lt;br /&gt;
#	continuum server gundam&lt;br /&gt;
#	subspace createa public arena&lt;br /&gt;
#	version 1.34.14bs2&lt;br /&gt;
#	c \program files\continuum&lt;br /&gt;
#	continuum banid registry&lt;br /&gt;
#	subspace ssc&lt;br /&gt;
#	subspace infantry&lt;br /&gt;
#	continuum ssme format&lt;br /&gt;
#	dev-c python modules&lt;br /&gt;
#	subspace sony&lt;br /&gt;
#	metalgear trench wars&lt;br /&gt;
#	getcurrentdirectory example visual c&lt;br /&gt;
#	subspace europe servers&lt;br /&gt;
#	html table to wiki convert&lt;br /&gt;
#	flagging turmoil&lt;br /&gt;
#	mediawiki lock section&lt;br /&gt;
#	set up soccer for subspace&lt;br /&gt;
#	twcore and asss&lt;br /&gt;
#	set_timer python&lt;br /&gt;
#	bots wiki&lt;br /&gt;
#	super wiki edit&lt;br /&gt;
#	strftime cplusplus.com&lt;br /&gt;
#	callback rv function&lt;br /&gt;
#	client connection request from billing server ignored continuum&lt;br /&gt;
#	sscx password&lt;br /&gt;
#	2dragons homepage&lt;br /&gt;
#	picano hyperspace&lt;br /&gt;
#	zone sysop command tool&lt;br /&gt;
#	tutorial installing mediawiki&lt;br /&gt;
#	continuum server cfg files&lt;br /&gt;
#	subspace ban evade&lt;br /&gt;
#	halo ctf continuum&lt;br /&gt;
#	continuum port firewall subspace&lt;br /&gt;
#	ssdownloads.com&lt;br /&gt;
#	wiki lvz&lt;br /&gt;
#	www.asss&lt;br /&gt;
#	the 17th parallel&lt;br /&gt;
#	grelminar&lt;br /&gt;
#	continuum 0.38 programs&lt;br /&gt;
#	wiki server setup&lt;br /&gt;
#	asss server subspace help&lt;br /&gt;
#	how to add entry modules.conf&lt;br /&gt;
#	ssme format&lt;br /&gt;
#	xalimar&lt;br /&gt;
#	udp games dropped packets&lt;br /&gt;
#	subspace udp protocol&lt;br /&gt;
#	subspace wiki&lt;br /&gt;
#	how to edit modules.conf&lt;br /&gt;
#	mediawiki locking pages&lt;br /&gt;
#	sync.asm&lt;br /&gt;
#	first time asss&lt;br /&gt;
#	continuum latency config&lt;br /&gt;
#	add-on asss&lt;br /&gt;
#	mervbot guide&lt;br /&gt;
#	python timer cancel return&lt;br /&gt;
#	.bm2 extension&lt;br /&gt;
#	sscc counter strike&lt;br /&gt;
#	ssxh&lt;br /&gt;
#	vie settings subspace&lt;br /&gt;
#	continuum macid&lt;br /&gt;
#	nip-gaming | spawn cfg&lt;br /&gt;
#	subspace asss server no sysop&lt;br /&gt;
#	mediawiki definitions&lt;br /&gt;
#	lvl files&lt;br /&gt;
#	asss zone modules&lt;br /&gt;
#	open bm2&lt;br /&gt;
#	ssi subspace hosting&lt;br /&gt;
#	lvz compression&lt;br /&gt;
#	mervbot download&lt;br /&gt;
#	inurl wiki inurl index.php phentermine&lt;br /&gt;
#	subspace continuum unban hack&lt;br /&gt;
#	subspace continuum dll problem&lt;br /&gt;
#	eagle zone development subspace&lt;br /&gt;
#	continuum client connection requested from billing server ignored&lt;br /&gt;
#	subspace history screenshot&lt;br /&gt;
#	how to change permission id for subspace continuum&lt;br /&gt;
#	subspace freq hack&lt;br /&gt;
#	packet flooders&lt;br /&gt;
#	python module unload&lt;br /&gt;
#	undoc.h&lt;br /&gt;
#	mediawiki tables&lt;br /&gt;
#	python insmod&lt;br /&gt;
#	gettickcount negative&lt;br /&gt;
#	wiki change flower&lt;br /&gt;
#	attach detach python&lt;br /&gt;
#	wiki inurl \ general_disclaimer\ site com&lt;br /&gt;
#	disable upload files for normal users on wiki&lt;br /&gt;
#	extrapositiondata&lt;br /&gt;
#	continuum socks5&lt;br /&gt;
#	python dynamic module unload&lt;br /&gt;
#	like infantry from sony&lt;br /&gt;
#	relkills\&lt;br /&gt;
#	compile php so modules&lt;br /&gt;
#	maxshiptypeswitchcount&lt;br /&gt;
#	continuum banning system&lt;br /&gt;
#	twcore troubleshoot&lt;br /&gt;
#	udp game protocol&lt;br /&gt;
#	subspace mervbot freq player&lt;br /&gt;
#	catid biller&lt;br /&gt;
#	ip change software unban&lt;br /&gt;
#	asss chatnet&lt;br /&gt;
#	subspace victoryl music&lt;br /&gt;
#	pishaw&lt;br /&gt;
#	subspace packet tampering&lt;br /&gt;
#	how to open .rgn file&lt;br /&gt;
#	jericho24&lt;br /&gt;
#	cannot use proxy continuum&lt;br /&gt;
#	trench wars continuum settings&lt;br /&gt;
#	continuum ship sets&lt;br /&gt;
#	areabot&lt;br /&gt;
#	subspace arena.cfg&lt;br /&gt;
#	continuum ports subspace&lt;br /&gt;
#	continuum subspace router&lt;br /&gt;
#	wiki server setup for windows&lt;br /&gt;
#	python module players&lt;br /&gt;
#	editing continuum tileset&lt;br /&gt;
#	sscx asss&lt;br /&gt;
#	modules using custom&lt;br /&gt;
#	server troubleshooting continuum&lt;br /&gt;
#	dynamically load python modules&lt;br /&gt;
#	tables in main page wiki&lt;br /&gt;
#	subspace emp setting&lt;br /&gt;
#	asss-1.3.6-binonly.zip&lt;br /&gt;
#	mediawiki change the flower image&lt;br /&gt;
#	shipreset&lt;br /&gt;
#	mystic kingdom ssz&lt;br /&gt;
#	continuum tinfo&lt;br /&gt;
#	new spawn cfg&lt;br /&gt;
#	\ spawn cfg\&lt;br /&gt;
#	sscx-a gta&lt;br /&gt;
#	mervbot duel&lt;br /&gt;
#	subspace continuum cheating&lt;br /&gt;
#	cebot game&lt;br /&gt;
#	user.bak&lt;br /&gt;
#	continuum udp protocol&lt;br /&gt;
#	sscanf tutorial&lt;br /&gt;
#	www.subspacehq.com/&lt;br /&gt;
#	timer use example python&lt;br /&gt;
#	insmod out of memory&lt;br /&gt;
#	spawn team0&lt;br /&gt;
#	syntax to find uneven file permissions&lt;br /&gt;
#	python timer every&lt;br /&gt;
#	twcore java&lt;br /&gt;
#	continuum level creator&lt;br /&gt;
#	who catid subspace&lt;br /&gt;
#	asss of fire&lt;br /&gt;
#	win-deps&lt;br /&gt;
#	client connection request from&lt;br /&gt;
#	how to set up a billing server for beginners&lt;br /&gt;
#	subspace smong&lt;br /&gt;
#	continuum fixedkillreward&lt;br /&gt;
#	add module to modules.conf&lt;br /&gt;
#	in c modules typedef&lt;br /&gt;
#	subspace all commands for sysop&lt;br /&gt;
#	asss servers&lt;br /&gt;
#	mybot.dll&lt;br /&gt;
#	subspace asss programming&lt;br /&gt;
#	renaming main page wiki&lt;br /&gt;
#	subspace autowarp&lt;br /&gt;
#	python asss module&lt;br /&gt;
#	asss levelfiles&lt;br /&gt;
#	\.py if else import python def add_command&lt;br /&gt;
#	mystic kingdom continuum&lt;br /&gt;
#	dynamically load modules python&lt;br /&gt;
#	sendmessage getitemcount&lt;br /&gt;
#	setting dll in mervbot&lt;br /&gt;
#	i88gerbils&lt;br /&gt;
#	asss server continuum&lt;br /&gt;
#	dusted map editor&lt;br /&gt;
#	vie subspace continuum history&lt;br /&gt;
#	mervbot plugins editor&lt;br /&gt;
#	how to setup a wiki&lt;br /&gt;
#	online gaming ip banned spoofed&lt;br /&gt;
#	adding new modules using modules.conf&lt;br /&gt;
#	photoshopped catgirl&lt;br /&gt;
#	mystic kingdom- continuum&lt;br /&gt;
#	subspace ssz&lt;br /&gt;
#	java lvz editor download&lt;br /&gt;
#	buildlevel.exe&lt;br /&gt;
#	set up soccer for asss&lt;br /&gt;
#	combat game dubbed sniper in 1995&lt;br /&gt;
#	aswz&lt;br /&gt;
#	how can i use add_command in python with parameter&lt;br /&gt;
#	asss cd&lt;br /&gt;
#	subspace continuum unban hack macid&lt;br /&gt;
#	bulletspeed&lt;br /&gt;
#	wiki example code&lt;br /&gt;
#	mervbot wiki&lt;br /&gt;
#	subspace twister&lt;br /&gt;
#	virgin subspace source code&lt;br /&gt;
#	twcore download&lt;br /&gt;
#	sscc desert storm&lt;br /&gt;
#	continuum client connection request from billing server ignored&lt;br /&gt;
#	ce-bot&lt;br /&gt;
#	subspace continuum tricks&lt;br /&gt;
#	mediawiki bot&lt;br /&gt;
#	subspace adding images lvz&lt;br /&gt;
#	how to bypass a continuum ban&lt;br /&gt;
#	continuum unknown integrity violation&lt;br /&gt;
#	wiki.minegoboom.com&lt;br /&gt;
#	bomook&lt;br /&gt;
#	python asss modules&lt;br /&gt;
#	pokeword games&lt;br /&gt;
#	fpts-k download&lt;br /&gt;
#	layout with mapobjects&lt;br /&gt;
#	0.38continuum&lt;br /&gt;
#	lvz file format&lt;br /&gt;
#	online cyberbot interactive&lt;br /&gt;
#	chatnet java continuum&lt;br /&gt;
#	mr ekted and priitk&lt;br /&gt;
#	picano2.0&lt;br /&gt;
#	snrrrub&lt;br /&gt;
#	asss bot&lt;br /&gt;
#	zelda motw zone&lt;br /&gt;
#	python modules load dynamically&lt;br /&gt;
#	cheating at subspace continuum&lt;br /&gt;
#	trench wars bot core&lt;br /&gt;
#	hacking-netbios&lt;br /&gt;
#	c settimer example&lt;br /&gt;
#	bypass when banned from trench wars&lt;br /&gt;
#	how to setup a subspace proxy&lt;br /&gt;
#	the asss&lt;br /&gt;
#	local ip flooder&lt;br /&gt;
#	bang bans&lt;br /&gt;
#	subspace billing save&lt;br /&gt;
#	c tutorial callback function&lt;br /&gt;
#	tinfo continuum&lt;br /&gt;
#	big asss.com&lt;br /&gt;
#	zone flooder&lt;br /&gt;
#	asss vip&lt;br /&gt;
#	lsmod python&lt;br /&gt;
#	enc_vie&lt;br /&gt;
#	continuum 0.39 prerelease&lt;br /&gt;
#	machine id continuum&lt;br /&gt;
#	asss download mervbot&lt;br /&gt;
#	layout mapobjects&lt;br /&gt;
#	wiki smong&lt;br /&gt;
#	subgame subbill&lt;br /&gt;
#	reincarnated rabbit flag movie&lt;br /&gt;
#	python writing modules&lt;br /&gt;
#	dev-c modules&lt;br /&gt;
#	priitk updates&lt;br /&gt;
#	.rar unpacker&lt;br /&gt;
#	asss-1.4.0 download&lt;br /&gt;
#	inanchor index.php/main_page&lt;br /&gt;
#	socks5 proxy host continuum subspace&lt;br /&gt;
#	how to load python modules from a different directory&lt;br /&gt;
#	how to asss run zone&lt;br /&gt;
#	subspace rabbit&lt;br /&gt;
#	spawnx&lt;br /&gt;
#	changing banid continuum&lt;br /&gt;
#	wikimedia locked pages&lt;br /&gt;
#	msvc command new&lt;br /&gt;
#	python get_interface&lt;br /&gt;
#	mediawiki wanted pages&lt;br /&gt;
#	dusted smong&lt;br /&gt;
#	ssc council subspace&lt;br /&gt;
#	c declare param value char const {{ }}&lt;br /&gt;
#	commodor 64 schematics&lt;br /&gt;
#	file connection request from biller ignored&lt;br /&gt;
#	arena game setup&lt;br /&gt;
#	continuum 0.39 prerelease 3 download&lt;br /&gt;
#	minegoboom&lt;br /&gt;
#	when the emp hits&lt;br /&gt;
#	mr. ekted powerbot&lt;br /&gt;
#	continuum sysop login&lt;br /&gt;
#	how to remove asss&lt;br /&gt;
#	python interval 1 second&lt;br /&gt;
#	python timer callback&lt;br /&gt;
#	subspace continuum proxy help&lt;br /&gt;
#	chris murphy shanky&lt;br /&gt;
#	smod commands for subspace&lt;br /&gt;
#	$cfg variables php&lt;br /&gt;
#	thenightwassaved&lt;br /&gt;
#	permissions editing modules.conf&lt;br /&gt;
#	ekted&lt;br /&gt;
#	sscu warzone&lt;br /&gt;
#	wiki minegoboom&lt;br /&gt;
#	timer drift subspace&lt;br /&gt;
#	initialise python module&lt;br /&gt;
#	mybot 1.3 download&lt;br /&gt;
#	timer functions callback .c&lt;br /&gt;
#	packet flood warn&lt;br /&gt;
#	bang commands subspace&lt;br /&gt;
#	category module wiki&lt;br /&gt;
#	freq plugin continuum&lt;br /&gt;
#	continuum powerbot&lt;br /&gt;
#	site wiki.minegoboom.com asss&lt;br /&gt;
#	subspace continuum aswz&lt;br /&gt;
#	xradar&lt;br /&gt;
#	machine id trace&lt;br /&gt;
#	proxy port continuum detection&lt;br /&gt;
#	setting spawn location subspace server&lt;br /&gt;
#	python howto unload module&lt;br /&gt;
#	evade a subspace ban&lt;br /&gt;
#	subspace arena commands&lt;br /&gt;
#	python repeating timer&lt;br /&gt;
#	how to get around a continuum ban&lt;br /&gt;
#	cdq asm&lt;br /&gt;
#	shiphull&lt;br /&gt;
#	ssi biller server&lt;br /&gt;
#	subspace permission to play&lt;br /&gt;
#	giveexp command&lt;br /&gt;
#	python timer repeating&lt;br /&gt;
#	continuum moderator commands objon 5&lt;br /&gt;
#	subspace continuum hack&lt;br /&gt;
#	spawn timer dll plugin&lt;br /&gt;
#	continuum 38&lt;br /&gt;
#	deathdistance&lt;br /&gt;
#	cypherjf&lt;br /&gt;
#	mediawiki quicklinks change&lt;br /&gt;
#	packet timestamp position game&lt;br /&gt;
#	asss setting up the zone&lt;br /&gt;
#	ssce chaos zone svs&lt;br /&gt;
#	subspace&lt;br /&gt;
#	continuum hockey zone .cfg&lt;br /&gt;
#	how to make plugins for mervbot&lt;br /&gt;
#	writing-modules-in-python&lt;br /&gt;
#	mervbot warp&lt;br /&gt;
#	mystic kingdom ssci&lt;br /&gt;
#	yarekim&lt;br /&gt;
#	ssi subspace host&lt;br /&gt;
#	lvz tutorial continuum&lt;br /&gt;
#	sk | spawn cfg&lt;br /&gt;
#	python module wiki&lt;br /&gt;
#	asss server&lt;br /&gt;
#	wiki asss&lt;br /&gt;
#	asss\&lt;br /&gt;
#	mysql moneytype&lt;br /&gt;
#	wiki php ssc&lt;br /&gt;
#	and asss&lt;br /&gt;
#	asss server software&lt;br /&gt;
#	smong chatnet&lt;br /&gt;
#	subspace 1.34 connect protocol&lt;br /&gt;
#	asss blog&lt;br /&gt;
#	insmod new module&lt;br /&gt;
#	round asss&lt;br /&gt;
#	subspace get sysop&lt;br /&gt;
#	subspace asss moderator commands&lt;br /&gt;
#	socks5 continuum&lt;br /&gt;
#	sun ssi billing&lt;br /&gt;
#	timer python module&lt;br /&gt;
#	ssci gundam wing&lt;br /&gt;
#	subspace continuum unban hack machineid&lt;br /&gt;
#	asss continuum forums&lt;br /&gt;
#	asss subspace .cfg soccer&lt;br /&gt;
#	sscu redstar asss&lt;br /&gt;
#	subgame connection request from billing server ignored&lt;br /&gt;
#	zone flooders&lt;br /&gt;
#	prittk&lt;br /&gt;
#	relkills&lt;br /&gt;
#	requirements example&lt;br /&gt;
#	more than one module modules.conf&lt;br /&gt;
#	portaling proxy&lt;br /&gt;
#	botsip&lt;br /&gt;
#	vie subspace mirror&lt;br /&gt;
#	ekted continuum&lt;br /&gt;
#	ip flooders&lt;br /&gt;
#	server.ini&lt;br /&gt;
#	convert bm2 format&lt;br /&gt;
#	ssci mystic kingdom&lt;br /&gt;
#	enable koth continuum&lt;br /&gt;
#	unban from continuum&lt;br /&gt;
#	super asss&lt;br /&gt;
#	fallen angel subspace&lt;br /&gt;
#	billing server is&lt;br /&gt;
#	changing modules.conf&lt;br /&gt;
#	subspace linux bot&lt;br /&gt;
#	lucky asss&lt;br /&gt;
#	cmpstart include&lt;br /&gt;
#	ssdbz&lt;br /&gt;
#	plugins mervbot&lt;br /&gt;
#	invalid request troubleshooting php&lt;br /&gt;
#	gameserver mit dyndns&lt;br /&gt;
#	example wiki in python&lt;br /&gt;
#	lancaster weasel&lt;br /&gt;
#	see all asss&lt;br /&gt;
#	sub space biller mysql&lt;br /&gt;
#	ml - mm&lt;br /&gt;
#	ekted go&lt;br /&gt;
#	rampage.ini&lt;br /&gt;
#	kirk logicbot&lt;br /&gt;
#	monotone asss&lt;br /&gt;
#	subspace continuum hacks&lt;br /&gt;
#	memory hack for continuum subspace&lt;br /&gt;
#	html tutorial countdowns&lt;br /&gt;
#	pests subspace&lt;br /&gt;
#	writing python nested modules&lt;br /&gt;
#	subspace nostalgia&lt;br /&gt;
#	1ststrike&lt;br /&gt;
#	continuum hack subspace&lt;br /&gt;
#	non editable mediawiki pages&lt;br /&gt;
#	moo wiki&lt;br /&gt;
#	subspace asss commands&lt;br /&gt;
#	settimer repeating&lt;br /&gt;
#	capturepoints&lt;br /&gt;
#	continuum prerelease&lt;br /&gt;
#	free asss&lt;br /&gt;
#	type botinfo = class ;&lt;br /&gt;
#	ban permission id&lt;br /&gt;
#	lvl maps subspace&lt;br /&gt;
#	radar settings&lt;br /&gt;
#	upload bots continuum zone&lt;br /&gt;
#	python catch attributeerror&lt;br /&gt;
#	1ststrike zone&lt;br /&gt;
#	continuum 0.38 screenshot&lt;br /&gt;
#	dll getinterface tutorial&lt;br /&gt;
#	bit asss&lt;br /&gt;
#	not quite right yet mediawiki&lt;br /&gt;
#	asss vip.txt&lt;br /&gt;
#	change flower in mediawiki&lt;br /&gt;
#	ssbilling2&lt;br /&gt;
#	wiki server configuration faq&lt;br /&gt;
#	history of subspace&lt;br /&gt;
#	trench wars private arena&lt;br /&gt;
#	continuum 0.38 subspace proxy server detected&lt;br /&gt;
#	continuum custom arenas&lt;br /&gt;
#	unrar command examples&lt;br /&gt;
#	elvl&lt;br /&gt;
#	continuum server subspace&lt;br /&gt;
#	trench server.cfg&lt;br /&gt;
#	continuum sscc metal gear ctf&lt;br /&gt;
#	udp game&lt;br /&gt;
#	level file lvl&lt;br /&gt;
#	continuum nat ports subspace&lt;br /&gt;
#	continuum server ip list&lt;br /&gt;
#	udp continuum protocol subspace&lt;br /&gt;
#	flooder ip&lt;br /&gt;
#	mediawiki mysql setup&lt;br /&gt;
#	writing php modules in c&lt;br /&gt;
#	ex asss&lt;br /&gt;
#	spawn.cfg 2005&lt;br /&gt;
#	bombspeed&lt;br /&gt;
#	mm_template&lt;br /&gt;
#	continuum mind go boom help server&lt;br /&gt;
#	bang wiki asss&lt;br /&gt;
#	bang asss&lt;br /&gt;
#	client connection request from billing server&lt;br /&gt;
#	what is a lagger voice bomb&lt;br /&gt;
#	zones running asss&lt;br /&gt;
#	python timer function&lt;br /&gt;
#	subspace bot source code&lt;br /&gt;
#	subspace settings enable afterburner&lt;br /&gt;
#	continuum 0.38 arenas&lt;br /&gt;
#	tell python where to load modules&lt;br /&gt;
#	server crash cfg&lt;br /&gt;
#	delfile game&lt;br /&gt;
#	continuum soccer server.cfg&lt;br /&gt;
#	python unload modules&lt;br /&gt;
#	python scope modules&lt;br /&gt;
#	passdelay&lt;br /&gt;
#	subspace flag timer&lt;br /&gt;
#	c modules php&lt;br /&gt;
#	timer python example&lt;br /&gt;
#	twcore bot&lt;br /&gt;
#	bot scripting subspace&lt;br /&gt;
#	bty killer&lt;br /&gt;
#	taglist subfolder&lt;br /&gt;
#	index category definition&lt;br /&gt;
#	standard subspace&lt;br /&gt;
#	trenchwars chat popular list&lt;br /&gt;
#	subspace bang commands&lt;br /&gt;
#	read a file in visual c line by line&lt;br /&gt;
#	there is already an enum in scope with the same python name&lt;br /&gt;
#	snrrubspace&lt;br /&gt;
#	how to set up a subspace server&lt;br /&gt;
#	gameover.png&lt;br /&gt;
#	twcore asss&lt;br /&gt;
#	process patcher&lt;br /&gt;
#	port asss&lt;br /&gt;
#	sscc halo ctf&lt;br /&gt;
#	continuum death star battle server&lt;br /&gt;
#	negativeclientslowpackettime&lt;br /&gt;
#	format ssme&lt;br /&gt;
#	void shipchange&lt;br /&gt;
#	subspace continuum server software&lt;br /&gt;
#	asss check&lt;br /&gt;
#	d1st0rt&lt;br /&gt;
#	minegoboom wiki&lt;br /&gt;
#	how to setup subspace server&lt;br /&gt;
#	bot core trenchwars&lt;br /&gt;
#	priitk s bot&lt;br /&gt;
#	continuum sysop commands&lt;br /&gt;
#	mediawiki lock pages&lt;br /&gt;
#	dev c 5.zip&lt;br /&gt;
#	sscc metal gear ctf&lt;br /&gt;
#	asss subspace wiki&lt;br /&gt;
#	subspace games online&lt;br /&gt;
#	php tiles&lt;br /&gt;
#	tinyurl bot restart&lt;br /&gt;
#	adding images to a layer in mapobjects&lt;br /&gt;
#	ssq-a subspace&lt;br /&gt;
#	ssdownloads&lt;br /&gt;
#	subspace commands.txt&lt;br /&gt;
#	hostname proxy settings subspace continuum&lt;br /&gt;
#	how to create a .wa2 file&lt;br /&gt;
#	firewall ports subspace continuum&lt;br /&gt;
#	subspace powerbot&lt;br /&gt;
#	game protocol example&lt;br /&gt;
#	infantry station free server&lt;br /&gt;
#	sony infantry open source&lt;br /&gt;
#	continuum zone message green&lt;br /&gt;
#	spectatorquiet&lt;br /&gt;
#	ssme .lvl format&lt;br /&gt;
#	python unload module&lt;br /&gt;
#	wiki discussion-feature&lt;br /&gt;
#	powerbot subspace&lt;br /&gt;
#	netbios machine id&lt;br /&gt;
#	how bang works subgame&lt;br /&gt;
#	lvlformat.html&lt;br /&gt;
#	timer function in c&lt;br /&gt;
#	sscc omega fire&lt;br /&gt;
#	massively multiplayer online title wiki&lt;br /&gt;
#	ssc subspace&lt;br /&gt;
#	custom makefile setting&lt;br /&gt;
#	mervbot source&lt;br /&gt;
#	python game timer&lt;br /&gt;
#	writing modules in c&lt;br /&gt;
#	repeating timer python&lt;br /&gt;
#	asss invalid login billing server&lt;br /&gt;
#	asss module scoring&lt;br /&gt;
#	asss installation&lt;br /&gt;
#	sysop bans in subspace&lt;br /&gt;
#	talk bak&lt;br /&gt;
#	mister ekted&lt;br /&gt;
#	how to run asss server&lt;br /&gt;
#	installing modules in mediawiki&lt;br /&gt;
#	page locking mediawiki&lt;br /&gt;
#	process patcher ban&lt;br /&gt;
#	continuum ekted&lt;br /&gt;
#	python random non repeating&lt;br /&gt;
#	continuum subspace quotes&lt;br /&gt;
#	i_chat&lt;br /&gt;
#	udp game synchronization&lt;br /&gt;
#	subspace tiles&lt;br /&gt;
#	wiki bots&lt;br /&gt;
#	asss smong&lt;br /&gt;
#	python timer example&lt;br /&gt;
#	safe zone cheat in continuum&lt;br /&gt;
#	jericho24.&lt;br /&gt;
#	python module enum&lt;br /&gt;
#	continuum subspace unban&lt;br /&gt;
#	continuum protocol wiki&lt;br /&gt;
#	tw wiki edit&lt;br /&gt;
#	what is the subspace billing server catid&lt;br /&gt;
#	halo ctf sscc&lt;br /&gt;
#	asss .com&lt;br /&gt;
#	php bots&lt;br /&gt;
#	cross platform lvz toolkit&lt;br /&gt;
#	trench wars private arenas&lt;br /&gt;
#	mapobjects jpg file&lt;br /&gt;
#	sfss ground warfare&lt;br /&gt;
#	subspace servers&lt;br /&gt;
#	adding new modules to modules.conf&lt;br /&gt;
#	asss maps&lt;br /&gt;
#	hacking machineid&lt;br /&gt;
#	ssz halo ctf&lt;br /&gt;
#	continuum nat router problems&lt;br /&gt;
#	how to add a new module in modules.conf&lt;br /&gt;
#	subspace tinfo&lt;br /&gt;
#	custom makefile dev-c&lt;br /&gt;
#	read text file .cpp struct&lt;br /&gt;
#	zone-ass&lt;br /&gt;
#	lost sysop password in mediawiki help&lt;br /&gt;
#	asss port ip&lt;br /&gt;
#	arenamode&lt;br /&gt;
#	billing server subspace hack&lt;br /&gt;
#	mediawiki add module&lt;br /&gt;
#	shanky history&lt;br /&gt;
#	asss cartoons&lt;br /&gt;
#	proxy randomizer&lt;br /&gt;
#	ports for subspace continuum&lt;br /&gt;
#	virgin entertainment subspace rights&lt;br /&gt;
#	continuum 0.38 update&lt;br /&gt;
#	packetloss command&lt;br /&gt;
#	dynamic alias address server game or gaming&lt;br /&gt;
#	python timers&lt;br /&gt;
#	subspace ship radius 1 tile&lt;br /&gt;
#	subspace mapmaking ssme&lt;br /&gt;
#	station infantry free servers&lt;br /&gt;
#	subspace continuum asss&lt;br /&gt;
#	subspace cheating&lt;br /&gt;
#	continuum custom zones&lt;br /&gt;
#	asss twcore&lt;br /&gt;
#	cfg spawn&lt;br /&gt;
#	south tejas continuum&lt;br /&gt;
#	trench wars server.cfg&lt;br /&gt;
#	dev-c makefile custom&lt;br /&gt;
#	continuum arena.cfg&lt;br /&gt;
#	players cfg sk | spawn&lt;br /&gt;
#	.lvl format&lt;br /&gt;
#	chat sample in python&lt;br /&gt;
#	lag limits continuum trench wars&lt;br /&gt;
#	subspace asss installer&lt;br /&gt;
#	bm2 and extensions&lt;br /&gt;
#	spectator crash server&lt;br /&gt;
#	packetloss asss&lt;br /&gt;
#	subspace shipsets sound sets&lt;br /&gt;
#	asss.com&lt;br /&gt;
#	pymod time functions&lt;br /&gt;
#	map rgn format&lt;br /&gt;
#	continuum 0.39 servers&lt;br /&gt;
#	downloading putfile&lt;br /&gt;
#	subspace sniper&lt;br /&gt;
#	sscc metal gear&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=3633</id>
		<title>User:I88gerbils</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=User:I88gerbils&amp;diff=3633"/>
				<updated>2005-09-30T01:09:27Z</updated>
		
		<summary type="html">&lt;p&gt;I88gerbils: adding some stuff&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:Flareon.gif]]&lt;br /&gt;
&lt;br /&gt;
[[ASWZ|A Small WarZone]] - [http://www.aswz.net Offical] * [http://wiki.aswz.com Wiki]&lt;br /&gt;
&lt;br /&gt;
ASSS - [http://wiki.aswz.com/index.php/ASSS Some ASSS stuff]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== my modules.conf file ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
unixsignal&lt;br /&gt;
deadlock&lt;br /&gt;
prng&lt;br /&gt;
logman&lt;br /&gt;
mainloop&lt;br /&gt;
config&lt;br /&gt;
playerdata&lt;br /&gt;
lagdata&lt;br /&gt;
&lt;br /&gt;
net&lt;br /&gt;
chatnet&lt;br /&gt;
&lt;br /&gt;
arenaman&lt;br /&gt;
mapdata&lt;br /&gt;
capman&lt;br /&gt;
mapnewsdl&lt;br /&gt;
core&lt;br /&gt;
clientset&lt;br /&gt;
scoring:persist&lt;br /&gt;
idle&lt;br /&gt;
&lt;br /&gt;
cmdman&lt;br /&gt;
chat&lt;br /&gt;
&lt;br /&gt;
scoring:stats&lt;br /&gt;
scoring:basicstats&lt;br /&gt;
&lt;br /&gt;
log_console&lt;br /&gt;
log_file&lt;br /&gt;
log_sysop&lt;br /&gt;
log_staff&lt;br /&gt;
&lt;br /&gt;
;; enable this for password security without a billing server&lt;br /&gt;
auth_file&lt;br /&gt;
&lt;br /&gt;
security:security&lt;br /&gt;
directory&lt;br /&gt;
;billing&lt;br /&gt;
;billing_ssc&lt;br /&gt;
&lt;br /&gt;
;funky:auth_prefix&lt;br /&gt;
;; enable this for ?kick&lt;br /&gt;
auth_ban&lt;br /&gt;
&lt;br /&gt;
banners&lt;br /&gt;
game_timer&lt;br /&gt;
flagcore&lt;br /&gt;
balls&lt;br /&gt;
bricks&lt;br /&gt;
koth&lt;br /&gt;
fm_normal&lt;br /&gt;
game&lt;br /&gt;
&lt;br /&gt;
lagaction&lt;br /&gt;
&lt;br /&gt;
cfghelp&lt;br /&gt;
filetrans&lt;br /&gt;
quickfix&lt;br /&gt;
&lt;br /&gt;
scoring:jackpot&lt;br /&gt;
scoring:periodic&lt;br /&gt;
scoring:points_kill&lt;br /&gt;
scoring:points_flag&lt;br /&gt;
;scoring:points_goal&lt;br /&gt;
&lt;br /&gt;
;turf:turf_reward&lt;br /&gt;
;turf:turf_stats&lt;br /&gt;
;turf:points_turf_reward&lt;br /&gt;
&lt;br /&gt;
playercmd&lt;br /&gt;
admincmd&lt;br /&gt;
help&lt;br /&gt;
sendfile&lt;br /&gt;
&lt;br /&gt;
funky:autowarp&lt;br /&gt;
funky:bricklayer&lt;br /&gt;
buy&lt;br /&gt;
&lt;br /&gt;
fake&lt;br /&gt;
funky:autoturret&lt;br /&gt;
funky:record&lt;br /&gt;
;funky:sgcompat&lt;br /&gt;
&lt;br /&gt;
;; uncomment this for multiple pub arena support&lt;br /&gt;
;ap_multipub&lt;br /&gt;
&lt;br /&gt;
;; important: enc_null cannot coexist with either of the other&lt;br /&gt;
;; encryption modules! comment it out to use them.&lt;br /&gt;
;enc_null&lt;br /&gt;
security:enc_cont&lt;br /&gt;
enc_vie&lt;br /&gt;
&lt;br /&gt;
;; db stuff:&lt;br /&gt;
database:mysql&lt;br /&gt;
database:aliasdb&lt;br /&gt;
&lt;br /&gt;
race:race&lt;br /&gt;
zombies:zombies&lt;br /&gt;
&lt;br /&gt;
;; python modules:&lt;br /&gt;
pymod:pymod&lt;br /&gt;
;&amp;lt;py&amp;gt; fm_password&lt;br /&gt;
;&amp;lt;py&amp;gt; exec&lt;br /&gt;
&amp;lt;py&amp;gt; fg_wz&lt;br /&gt;
;&amp;lt;py&amp;gt; fg_turf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== my global.conf file ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ General ]&lt;br /&gt;
&lt;br /&gt;
;PublicArenas = turf pb&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Billing ]&lt;br /&gt;
;Proxy = bin/proxy&lt;br /&gt;
IP = 127.0.0.1&lt;br /&gt;
Port = 1850&lt;br /&gt;
ServerName = RMS Test Zone&lt;br /&gt;
Password = &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[mysql]&lt;br /&gt;
hostname=localhost&lt;br /&gt;
user=&lt;br /&gt;
password=&lt;br /&gt;
database=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;; the syntax for these is:&lt;br /&gt;
;; [log_whatever]&lt;br /&gt;
;; modulename = DIMWE&lt;br /&gt;
;; D = debug, I = info, M = malicious, W = warning, E = error&lt;br /&gt;
;; they MUST be in caps&lt;br /&gt;
;; the modulename can be &amp;quot;all&amp;quot; to catch unmatched modules.&lt;br /&gt;
;; if you don't filter it out, it's enabled by default.&lt;br /&gt;
&lt;br /&gt;
;[log_console]&lt;br /&gt;
; all = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_file]&lt;br /&gt;
all = IMWE&lt;br /&gt;
persist = MWE&lt;br /&gt;
chat = DIMWE&lt;br /&gt;
&lt;br /&gt;
[log_sysop]&lt;br /&gt;
all = ME&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Listen ]&lt;br /&gt;
;; the main listening port&lt;br /&gt;
Port = 5000&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[ Directory ]&lt;br /&gt;
&lt;br /&gt;
Name = RMS Test Zone&lt;br /&gt;
Description = the Red Moon Society&lt;br /&gt;
&lt;br /&gt;
Server1 = sscentral.sscuservers.net&lt;br /&gt;
Server2 = sscentral.subspacehq.com&lt;br /&gt;
;Server3 = sscentral.subspace.net&lt;br /&gt;
;Server4 = sscentral.subspace.inet.fi&lt;br /&gt;
&lt;br /&gt;
; changed settings:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>I88gerbils</name></author>	</entry>

	</feed>