Player online stats

General Stuff about Armagetron, That doesn't belong anywhere else...
Legit
On Lightcycle Grid
Posts: 35
Joined: Sat Jun 10, 2006 4:39 am

Post by Legit »

trust em ill prolly make it everytime... lol and how do u egt one of those under ur name anyways? im kinda new to this forum
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Do you mean the things like "Outside Corner Grinder"? Those depend on your number of posts. Occasionally our admin, Tank Program, changes someone's to something special. I haven't been a victim of that yet.
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

Wow, that was fast, Tank :)
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Heh. I was wondering if that was going to happen.
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

He also sometimes changes people's signatures.

Meow.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN

Be the devil's own, Lucifer's my name.
- Iron Maiden
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Not to mention smiling flags.
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

Speaking of flags, where'd they go? ANd how long ago did they disappear?

Edit: nvm, went to profile and fixed it.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN

Be the devil's own, Lucifer's my name.
- Iron Maiden
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

The previous stats were made by hand using the mysql command line client, vim, awk, sort and uniq -c, which would make it a pain to recreate them.
So I made a script that does all this by itself. I'll have it run as cronjob once an hour, so now you can fight for your spots :P
http://wrtlprnft.ath.cx/playerstats2.htm
There's no place like ::1
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Couldn't resist changing it Jonathan, especially after giving me such a perfect oppurtunity. There actually is a rank for addict though, and I think it's been in place ages. Just, you really have to be addicted to posting here and not have gotten a special rank...

(Which would be hard to avoid if you posted that much...)
Image
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Probably. I guess trying it with a bot isn't a good idea. Not good for the forum, and I don't think it'd reach it before it is stopped at ≤5760 posts per day.
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

There's only one person that's close to having it.
Image
User avatar
Lucifer
Project Developer
Posts: 8742
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

It's not me, is it?
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN

Be the devil's own, Lucifer's my name.
- Iron Maiden
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Either 2500 or 5000?
User avatar
ed
Match Winner
Posts: 613
Joined: Mon Feb 13, 2006 12:34 pm
Location: UK

Post by ed »

Can your data show other cool stuff.
Like which are the most popular servers? How long they're in use, etc.
User avatar
wrtlprnft
Reverse Outside Corner Grinder
Posts: 1679
Joined: Wed Jan 04, 2006 4:42 am
Location: 0x08048000
Contact:

Post by wrtlprnft »

In theory it can, it just needs a script to do it…
If you want I can give you an account on the server, then you can fool around with it yourself. The database has a size of currently 410MB, so it's a bit much to send it over the network, and I wanna keep it in its raw form so one can do all sorts of statistics on it.
Here's the database structure. “current” has just one row containing the unix time (“stamp”, called “xtime” in the other tables) and id (“time”) of the newest data. “serverinfo” contains contains a row for each server and minute it was queried, together with its “time”. “players” contains a row for each player and minute he/she was online, with “sid” referring to the id of the server.

The naming is bad, and the server names and descriptions are stored every minute, which eats tons of space, but well, this way I get to keep all data :)
There's no place like ::1
Post Reply