ET stats programs for linux?

Are there any? URL please. I suppose that those kind of programs are not even hard to program, however I suck @ coding and am not able to code one myself. Thx in advance!
Comments
16
I thought that those programs need windows. But ofcourse, when it works through java, it's not OS-specific. thx! :p
Parent
Nice welcome for newbies. I wonder why new players usually quit after the first week..
Too hard for you to just sit out your 1 day ban?
Parent
no i did it yesterday :D
Parent
haxor!!1
statwhore (java -> crossplatform)
statwhore
just a little script for statwhore and gravis game stats ( french script :s )


#! /bin/sh

cd /home/david/etpro/

//Efface l ancien log si toujours present
rm etconsole.log

//copie le nouveau log

cp /home/david/.etwolf/etpro/etconsole.log /home/david/etpro

//lance les stats
/usr/lib/jvm/java-6-sun-1.6.0.03/jre/bin/java -jar /home/david/etpro/StatWhore.jar

/usr/lib/jvm/java-6-sun-1.6.0.03/jre/bin/java -jar /home/david/etpro/gravystats.jar

//copie les stats gravy dans le repertoire html
cp /home/david/etpro/gravystats/*.html /home/david/etpro/html
rm /home/david/etpro/gravystats/*.html

//upload les stats
cd /home/david/etpro/html/
lftp ftp://requestimeout:[email protected] -e "cd /stats/2007_3F/autres/ ; mput * ; quit"

//copie les stats dans le rep wolf "normal" et efface les stats
cp *.html /home/david/.etwolf/etpro/html/
rm *.html

//lance firefox
firefox http://requestimeout.free.fr/stats/2007_3F/autres/

pause
imho easier is create direct link to java or define java_home and just using java -jar nameofapp.jar

---- afaik when u install jre from sun, setup create links too ( imo )
Parent
LULz statwhore, gravystats = JAVA programs, so just install jre.
Back to top