Here is my file which produces the output for the stats file:
getallstats.sh:
/usr/java/jre1.2.2/bin/java -classpath /usr/local/DigiChat/Commander.zip com.diginet.digichat.commander.Commander users siteID XXXX host 123.123.123.123 password ***** &> /webroot/htdocs/DigiChat/DigiClasses/Resources/Default/stats/digiaktXXXX.txt
You have to replace:
XXXX = your SiteID
123.123.123.123 = Your Chat Server IP
****** = your commander password ( not the admin password )
digiaktXXXX.txt = digiaktSITEID.txt e.g. digiakt1000.txt
Then you have to create the /stats directory because this doesn't exist per default.
A cron job runs every minute and executes this shell script. This is how you get every minute who is in chat.
Now you don't have to read the manual any more. ;-)
P.S.: You don't have to use this java version but this version is the only version which supports german umlaute. You can choose any version you want. You use the right path for the java executeables.
Attention: This is for DigiChat Version 4 and not 5. So be careful.
Cheers,
|