include('cabecera.php3'); ?> // Let's incremente the web counter $counter = file($counter_file); $fp = fopen($counter_file, "w"); fputs($fp, ($counter[0]+1)); fclose($fp); ?>
>HOME SECTIONKoala is a highly-distributed IP6/IP4 MUD server. It allows for very large game worlds to be distributed between multiple machines in a manner transparent to players. | |
>See it in actionThere are currently two demo servers running KoalaMud code. These server will be running two different revisions of the code in most cases. One will run the official release code. The other will run the latest development code available in the BitKeeper repository. | |
koalamud.org port 6500 | Release server: This server will only run code that has been, or is about to be, released. This server should remain reasonably stable, and reboots will likely be rare. This server will likely lag behind the snapshot server on features, however. |
koalamud.org port 6464 | Snapshot server: This server will run the latest development code. This also means that this server will not always be stable. Expect frequent reboots and possibly downtime |