PDA

View Full Version : stats.dat


SnakO
12-03-2003, 12:04 PM
can someone tell me what all the abbreviations mean in stats.dat
i am trying to script with it although i could use an explanation... thnx :D

MxxCon
12-03-2003, 04:10 PM
for each site
TC= Total Connections
FU= FTP Upload
XU= FXP Upload
LC=Last Connected on (i don't know format..maybe like unix? number of seconds since 1970?)
FD= FTP Download
XD= FXP Download

[#Total#]
LR= Last Time stats were reset
TC= Total Connections for all sites
FD= Total FTP Downloads
FU= Total FTP Upload
X= Total FXP Transfers

i don't have any inside knowledge..i just looked at stats.dat and statistics tab on site manager..you could've easily done that too ;)

SnakO
12-06-2003, 08:10 AM
nr 1. are all downloads/uploads in bytes??
nr 2. how do you calculate the date of last reset
nr 3. i cannot find a statistics tab in FlashFXP 2.1

MxxCon
12-06-2003, 06:52 PM
1) they are in bytes
2) don't know
3) look at the image below :)

ND-
12-07-2003, 03:21 AM
For the time: http://www.swissdelphicenter.ch/en/showcode.php?id=844

(and if that meant nothing to you and you're scripting for mirc -> "$calc(($gettok($readini(%.fxpfile,#Total#,LR),1,44 ) -25569)*86400)" )

SnakO
12-08-2003, 12:23 PM
thnx man it helped