<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Ryan,<br>
<br>
Ouch! Easy fix though!<br>
Try this if you can.. (I just tested and pointed to a server with
spaces and it worked)<br>
<br>
Change line 98 of index.php:<br>
ORIGINAL<br>
$server_name = array_shift($server_info);<br>
<br>
NEW<br>
$server_name = implode(" ",$server_info);<br>
<br>
Thanks! I will be sure to include this in the next update.<br>
<br>
Ryan Snook wrote:
<blockquote cite="mid9376158f050617145554fc0d55@mail.gmail.com"
 type="cite">
  <pre wrap="">It doesn't like spaces in server names, ie "Allied Tribal Forces" just
shows up as "Allied".

On 6/17/05, Brigham Stevens <a class="moz-txt-link-rfc2396E" href="mailto:brs@vikingmind.com">&lt;brs@vikingmind.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Beta5 has been released, it has many changes:

- Layout totally changed to be narrower, this should make fitting into a
Nuke site easier.
- minimap preview pic is now 128x128 instead of 256x256
- Server Rules formatted better and fit into page
- Server Rules popup using overLib if you click the "Server Settings" title.
- Improved Server Down / Error detection
- Improved layout of error page
- color banding to make reading the tables easier

You can see it in action here:
<a class="moz-txt-link-freetext" href="http://www.unholyplayground.com/servers/">http://www.unholyplayground.com/servers/</a>

I just noticed the title does not do anything when you hover over it....
I still plan on supporting nuke some how, I would like to create a
unified one that runs everywhere. Also, when there are stat databases
available I will link the player names to a stat DB query! But I think
we have a while until local stat DBS are available.

Let me know if you have any questions or problems, and it would be great
to see it integrated into your site!

And get the distribution for your site here:

    </pre>
    <blockquote type="cite">
      <pre wrap=""><a class="moz-txt-link-freetext" href="http://www.unholyplayground.com/BF2Status/">http://www.unholyplayground.com/BF2Status/</a>


      </pre>
    </blockquote>
    <pre wrap="">
    </pre>
  </blockquote>
  <pre wrap=""><!---->

  </pre>
</blockquote>
<br>
</body>
</html>