hexedit the binary to rename the log file (has to be the same length)<br><br><div class="gmail_quote">On Wed, Sep 15, 2010 at 5:59 PM, Miha Lepej <span dir="ltr">&lt;<a href="mailto:lepko.san@gmail.com">lepko.san@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You also need to be aware that if the server has console logging<br>
enabled and produces a console_mp.log or console_mp_server.log in the<br>
main folder that can also be downloaded and contains a lot of<br>
information of set variables including rcon_password (tested cod2).<br>
<br>
As far as I know the file can&#39;t be renamed and includes the password<br>
even if it is set trough command line. I believe this is the command<br>
to disable the console log:<br>
<br>
set logfile 0<br>
<br>
(not 100%, can someone confirm?)<br>
<font color="#888888"><br>
--Miha<br>
</font><div><div></div><div class="h5"><br>
On Wed, Sep 15, 2010 at 19:49, Morpheus &lt;<a href="mailto:morpheus@clantoc.org">morpheus@clantoc.org</a>&gt; wrote:<br>
&gt;  If you have full control on the server (startup, environment--say, host it<br>
&gt; on a dedicated server), you should do that by passing a set rcon_password to<br>
&gt; the server console from the startup script (after the server is up). So no<br>
&gt; need to manually set it each time.<br>
&gt;<br>
&gt; But it can be tricky to do that, depending on how you start the server (and<br>
&gt; what OS you run on). Under linux, with server started with SCREEN, it can<br>
&gt; easily be done (as you can send commands into the screen taht hosts the<br>
&gt; console). But with other methods, I don&#39;t know...<br>
&gt;<br>
&gt; Le 15/09/2010 18:11, Marco Padovan a écrit :<br>
&gt;&gt;<br>
&gt;&gt; this works... but is a pain in the ass... as you have to issue the set<br>
&gt;&gt; rcon command EVERYTIME you start it :(<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Sep 15, 2010 at 10:29 AM, Mavrick&lt;<a href="mailto:mavrick.master@gmail.com">mavrick.master@gmail.com</a>&gt;<br>
&gt;&gt;  wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Probably a silly question but can u set the rcon password in the console<br>
&gt;&gt;&gt; query string?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If so, why not database the password then just parse it when the server<br>
&gt;&gt;&gt; loads? This way anyone can use the exploit if they want but wont get the<br>
&gt;&gt;&gt; password?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On 15/09/2010 5:45 PM, Nosjp Nosjp wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If you set sv_allowdownload &quot;0&quot; - disable all downloads :  built-in<br>
&gt;&gt;&gt; download<br>
&gt;&gt;&gt; + HTTP redirect download ( it doesn&#39;t matter value of sv_wwwDownload)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Another solutions: disable console (set sv_disableClientConsole &quot;1&quot;) +<br>
&gt;&gt;&gt; random .cfg name<br>
&gt;&gt;&gt; in case of rcon stealer a player must be connected to server, then player<br>
&gt;&gt;&gt; trying to download manually within game console:<br>
&gt;&gt;&gt;  /download server.cfg   or /download main/server.cfg  guessing server<br>
&gt;&gt;&gt; config<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Take a look here for more details/solutions:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; <a href="http://game-violations.ggl.com/index.php?page=Thread&amp;postID=99870#post99870" target="_blank">http://game-violations.ggl.com/index.php?page=Thread&amp;postID=99870#post99870</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Tue, Sep 14, 2010 at 9:48 PM, Morpheus&lt;<a href="mailto:morpheus@clantoc.org">morpheus@clantoc.org</a>&gt;  wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I have one question : I have these dvar in my server cfg<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; set sv_allowdownload &quot;1&quot;<br>
&gt;&gt;&gt;&gt; seta sv_wwwDownload &quot;1&quot;<br>
&gt;&gt;&gt;&gt; seta sv_wwwBaseURL &quot;<a href="http://whaterver_you_wnat.com/cod" target="_blank">http://whaterver_you_wnat.com/cod</a>&quot;<br>
&gt;&gt;&gt;&gt; seta sv_wwwDlDisconnected &quot;1&quot;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; If you put the allowdownload to 0, does it disable the www capability ?<br>
&gt;&gt;&gt;&gt; if<br>
&gt;&gt;&gt;&gt; we could restrict the download part to http downloading, things could be<br>
&gt;&gt;&gt;&gt; easier to cope with.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Le 14/09/2010 20:44, Nosjp Nosjp a écrit :<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; @Marco:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; If you have a server<br>
&gt;&gt;&gt;&gt; - without custom maps/mods/pam -&gt;  disable downloads:  seta<br>
&gt;&gt;&gt;&gt; sv_allowDownload &quot;0&quot;<br>
&gt;&gt;&gt;&gt; - with custom maps/mods/pam -&gt;   disable game console (set<br>
&gt;&gt;&gt;&gt; sv_disableClientConsole &quot;1&quot;)  + random .cfg name<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Tue, Sep 14, 2010 at 9:37 PM, Sheepa&lt;<a href="mailto:sheepa@sheepa.org">sheepa@sheepa.org</a>&gt;  wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Is there even any working POC for this?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; --------------------------------------------------<br>
&gt;&gt;&gt;&gt;&gt; From: &quot;Marco Padovan&quot;&lt;<a href="mailto:evolutioncrazy@gmail.com">evolutioncrazy@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; Sent: Tuesday, September 14, 2010 8:14 PM<br>
&gt;&gt;&gt;&gt;&gt; To: &quot;Call of Duty server admin list.&quot;&lt;<a href="mailto:cod@icculus.org">cod@icculus.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; Subject: Re: [cod] Cfg download hacking<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; I see...<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; will take the &quot;random cfg filename&quot; path as all other workarounds are<br>
&gt;&gt;&gt;&gt;&gt;&gt; not acceptable for my use :(<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; On Tue, Sep 14, 2010 at 8:01 PM, Morpheus&lt;<a href="mailto:morpheus@clantoc.org">morpheus@clantoc.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;  wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;  I think iptables is too low-level to deal with such specific hack<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; attempts.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; At least you can use it to ban IP addresses you catch... It&#39;s sad it<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; has not<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; been fixed since discovery, with all the games that are using the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; codebase...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Le 14/09/2010 19:32, Marco Padovan a écrit :<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; I&#39;m aware of the exploits... was looking for some suggestion on how<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; fix them... even via iptables eventually...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Tue, Sep 14, 2010 at 6:56 PM, James Landi&lt;<a href="mailto:jim@landi.net">jim@landi.net</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;  wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;  The exploit I just posted about could be an older version or not<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; same<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; as described in this mail list thread.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; using the second link should give you a good list of quake based<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; exploits<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; you may want to watch for.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Sorry for the wrong ling<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Jim Landi<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Rudedog<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; FPSadmin.com<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Microsoft MVP, Games for Windows | Twitter@ therealrudedog<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On 9/14/10 12:25 PM, Morpheus wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; We&#39;re talking about the built-in download system, not the http<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; redirect<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; one, which you can control with symlinks and htaccess features.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; It&#39;s<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; about a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; security hole that virtually exists in all q3-based games (at<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; least<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; for<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; net code).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Le 14/09/2010 18:21, Mavrick a écrit :<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Anyone tried symbolic links?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On 14/09/2010 3:11 AM, Nosjp Nosjp wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; The only one solution:  set sv_allowDownload &quot;0&quot;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Mon, Sep 13, 2010 at 7:45 PM, Marco<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Padovan&lt;<a href="mailto:evolutioncrazy@gmail.com">evolutioncrazy@gmail.com</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; &lt;mailto:<a href="mailto:evolutioncrazy@gmail.com">evolutioncrazy@gmail.com</a>&gt;&gt;    wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;   We are having major hack attempts that consist in people<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;   downloading the cfg files....  currently we had to use random<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;   file names...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;   is there any solid work around?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;   _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;   cod mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;   <a href="mailto:cod@icculus.org">cod@icculus.org</a>&lt;mailto:<a href="mailto:cod@icculus.org">cod@icculus.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;   <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; cod mailing list<br>
&gt;&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; cod mailing list<br>
&gt;&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt;&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; cod mailing list<br>
&gt; <a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
&gt; <a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
&gt;<br>
_______________________________________________<br>
cod mailing list<br>
<a href="mailto:cod@icculus.org">cod@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/cod" target="_blank">http://icculus.org/mailman/listinfo/cod</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><i><b><font size="1"><span style="font-family: tahoma,sans-serif;">Geoff Goas</span><br style="font-family: tahoma,sans-serif;"><span style="font-family: tahoma,sans-serif;">Systems Engineer</span></font></b></i><br>
<br>