Reminder: This is still beta and has issues on occasion. Mainly because it is slow and polls all the servers every time the page is loaded...
<!--**********************************************************************
ASAASB - A Simple Armagetron Advanced Server Browser
Copyright (C) 2005 Guru3
**************************************************************************
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
***********************************************************************-->
<? $top_rcsid = '$Id: serverlist.php 7345 2007-09-12 11:07:52Z luke-jr $'; ?>
<? require('serverlist-common.php'); ?>
<html>
<head>
<title> Armagetron Advanced Servers </title>
<link rel="shortcut icon" href="/favicon.ico">
<style type="text/css">
<? serverlist_css(); ?>
</style>
</head>
<body class="serverlist_bg">
<? serverlist_betanotice(); ?>
<? serverlist_main(); ?>
</body>
</html>