online teamstats parsing/storage

http://213.165.89.211/stats/ - just upload your etconsole.log after a game

Took a directory listing script (<3 manny #mor) and modified it to accept and parse the etconsole.log (using frangen.gs's teamstats, python rules)

if you wanted stats, you had to browse to your et folder, run your stat program, open your ftp client, upload, get the link... now its just visit that page and hit upload

plus we can build up a bit of repository for those bored enough to go through stats of random teams :)



I'm also going to try combining it with trakos' yawn script so that the stats will also generate a link to the players yawn.
Comments
25
:>

python rules ==> 100% agree
indeed, trying to hack up frangens code so it actually registers selfkills though... seems to be stuck there for some reason
Parent
sourcecode please
the actual modification to the directory listing is ~30 lines or something, was gonna either a) trim down all the useless stuff, or b) recode it into my own listing script before releasing the source :|

if you want it just to use on own server give me a pm on irc or something and i can gief, but i dont want to make it public yet (plus currently working on a way to use gravystats, but java is being a bitch and wants X installed on my server :|)
Parent
i don't want it installed on my server, i just want to look into the source, python is the only language i somewhat understand
Parent
http://frangen.sourceforge.net/etstat.html

i didnt do the python, its frangens mostly

apparently its buggy anyway, fredd tells me it is giving him incorrect stats :(

fucking shitty java gravystats
Parent
i created a directory lister specifically for etstat files ages ago for sg' results.
wonder if I still have it.

showed teamscores and shizzle all along with th main team info
yeah i started working on something similar for mztik, plan on finishing and combining with this
Parent
nice :)

any chance of releasing it? want to modify it to work with gravystats :|

(

well, when i get round to sorting this:

[root@daedalus gs]# java -jar gravystats.jar
ERROR:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.

}
Parent
supar simple, was written in '05 sometime

http://fusen.no-ip.org/sg/js/index.phps
Parent
ERROR: Stats file failed to create:
there is no information about any game in the log file... its just you loading ET... o.O
Parent
My etconsole log isn't logging any new games I played. It stopped at some game I played +/- 1 month ago, how can I reset this?
i assume you tried deleting etconsole.log?
Parent
Just did it :P had 2 logs, one in etmain other in etpro (which didnt went further then that game :<)
Parent
make it with gravystats those sucks
[root@daedalus gs]# java -jar gravystats.jar
ERROR:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)
at java.awt.Window.<init>(Window.java:407)
at java.awt.Frame.<init>(Frame.java:402)
at javax.swing.JFrame.<init>(JFrame.java:207)
at gravyStats.initialise_GUI(gravyStats.java:515)
at gravyStats.initialise(gravyStats.java:395)
at gravyStats.<init>(gravyStats.java:200)
at gravyStats.main(gravyStats.java:189)


ill fix it later ;_;
Parent
Oh...

my god. Meez, seriously
Parent
you got the source of gravystats?
Parent
nope :(

i might try emailing the author, until then I'll just instal a limited version of X on my server :(
Parent
Back to top