It should work now. I don't know why it didn't work earlier... I will release other versions that fix stuff like that.
Here's the source code, released under GPL.
Search found 12 matches
- Tue Jun 23, 2009 12:23 am
- Forum: Other
- Topic: Server Status Script
- Replies: 4
- Views: 2692
- Wed Jun 17, 2009 1:50 am
- Forum: Other
- Topic: Armagetron Server Status on an HP Printer
- Replies: 2
- Views: 1930
Re: Armagetron Server Status on an HP Printer
By the way, I have it running on an HP Color LaserJet 4 Plus. Just throwing that out there. It works on HP printers that support the PJL language. The list is in that technical manual linked in my previous post. 

- Wed Jun 17, 2009 12:25 am
- Forum: Other
- Topic: Armagetron Server Status on an HP Printer
- Replies: 2
- Views: 1930
Armagetron Server Status on an HP Printer
My stepmom had an old HP LaserJet 4 Plus that was laying around... and it worked too. We were planning on selling it because it did not have enough RAM for anyone to print to, but that never happened after I learned about HP PJL here . So I made a decision. I'm running two Armagetron servers, and I ...
- Wed Apr 29, 2009 4:42 am
- Forum: General
- Topic: Server Status Script
- Replies: 1
- Views: 373
Server Status Script
Hi all- I made an Armagetron server status script with armagetron-php-client.php. It's free to use for all. :D For all you server admins out there, here's how it works. The URL is http://www.internaldrive.info/scripts/server_info.php . This script uses PHP's $_GET[] array so it takes some parameters...
- Sun Apr 26, 2009 8:24 pm
- Forum: Other
- Topic: Server Status Script
- Replies: 4
- Views: 2692
Server Status Script
Hi all- I made an Armagetron server status script with armagetron-php-client.php. It's free to use for all. :D For all you server admins out there, here's how it works. The URL is http://www.internaldrive.info/scripts/server_info.php . This script uses PHP's $_GET[] array so it takes some parameters...
- Tue Dec 23, 2008 6:32 pm
- Forum: Support
- Topic: Code Modification Project - List All Admins Upon Login
- Replies: 5
- Views: 943
- Tue Dec 23, 2008 6:21 pm
- Forum: Support
- Topic: Code Modification Project - List All Admins Upon Login
- Replies: 5
- Views: 943
- Tue Dec 23, 2008 6:18 am
- Forum: Support
- Topic: Code Modification Project - List All Admins Upon Login
- Replies: 5
- Views: 943
- Mon Dec 22, 2008 9:06 pm
- Forum: Support
- Topic: Code Modification Project - List All Admins Upon Login
- Replies: 5
- Views: 943
Code Modification Project - List All Admins Upon Login
Hi- I wrote a function that lists all the admins upon login or logout. It worked just fine in 0.2.8.2.1, but I am having trouble to get it to work upon login in the latest alpha. I am compiling with --enable-armathentication and --enable-authentication. I also have ZThread installed. I've searched t...
- Mon Dec 22, 2008 6:49 pm
- Forum: Support
- Topic: Code Modification Project - Kill All Players?
- Replies: 19
- Views: 3539
Thanks for posting, Smoothice. How it works... I just combined some of the player list code with the p->object->kill() function. It goes backwards through all the player objects on the server, and if it finds a living player kills it. :D I originally wrote it with something that shows which admin tr...
- Sat Dec 06, 2008 9:52 pm
- Forum: Development
- Topic: Compiling with GCC 4.3 on Ubuntu
- Replies: 2
- Views: 772
- Sat Dec 06, 2008 7:43 pm
- Forum: Development
- Topic: Compiling with GCC 4.3 on Ubuntu
- Replies: 2
- Views: 772
Compiling with GCC 4.3 on Ubuntu
Hi- I am having major problems compiling with GCC 4.3 on Ubuntu. The configure script ran just fine, but when I go to make, this happens: make[1]: Entering directory `/home/morgan/Desktop/armagetronad-0.2.8.2.1/src' g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/libxml2 -I./tools -I./render -I./ui ...