Go Back   FlashFXP Forums > > > >

General Discuss anything and everything related to FlashFXP

 
 
Thread Tools Display Modes
Old 07-22-2002, 05:10 AM   #16
ND-
Senior Member
FlashFXP Beta Tester
 
Join Date: Dec 2001
Posts: 185
Default

For those that want to know about the delphi timecode so they can convert it in mirc:
http://www.swissdelphicenter.ch/en/showcode.php?id=844
ND- is offline  
Old 07-22-2002, 03:46 PM   #17
Nickman
Junior Member
FlashFXP Registered User
 
Join Date: Jun 2002
Posts: 9
Default flashfxp stats script

i wrote a small script to show flashfxp stats in mirc, if you want an explanation of this code you can pmsg me or something.. just change the variable for the location of your stats file... (fyi: it only shows the stats of sites that are in the stats manager)

alias flashfxp {
set %`fxpfile C:\Program Files\FlashFXP\stats.dat
var %fxpdate $readini " $+ %`fxpfile $+ " #Total# LR
var %fxpup $readini " $+ %`fxpfile $+ " #total# FU
var %fxpdown $readini " $+ %`fxpfile $+ " #total# FD
var %fxp $readini " $+ %`fxpfile $+ " #total# X
say FlashFXP Stats Since $asctime($calc(($left(%fxpdate,5) - 25569) * 86400),mm.dd.yyyy) $+ : FXP: $bytes(%fxp).suf Download: $bytes(%fxpdown).suf Upload: $bytes(%fxpup).suf
}
Nickman is offline  
Old 07-23-2002, 04:26 AM   #18
BiLL
Junior Member
 
Join Date: Dec 2001
Posts: 2
Default

Yes thats what I've too.
But is it possible to show current FLASHSPEED? And how many threads I use ? etc.
BiLL is offline  
Old 07-23-2002, 08:34 PM   #19
hivez
Member
FlashFXP Beta Tester
 
Join Date: May 2002
Posts: 42
Default

how do i turn on the logging stats feature in ffxp?
Thanks
Hivez
hivez is offline  
Old 07-23-2002, 09:35 PM   #20
MxxCon
Super Duper
FlashFXP Beta Tester
 
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
Default

it is on by default
MxxCon is offline  
Old 07-23-2002, 09:45 PM   #21
hivez
Member
FlashFXP Beta Tester
 
Join Date: May 2002
Posts: 42
Default

mine is empty...
Hivez
hivez is offline  
Old 07-23-2002, 11:00 PM   #22
Shark
Senior Member
FlashFXP Beta Tester
 
Shark's Avatar
 
Join Date: Oct 2001
Posts: 606
Default

The only way it can be turned off is by adding a string in the flashfxp.ini

Unless you have added that string, it should be working... maybe bigstar remembers the string, so you can check it..
Shark is offline  
Old 07-24-2002, 12:36 AM   #23
hivez
Member
FlashFXP Beta Tester
 
Join Date: May 2002
Posts: 42
Default

I don't see any kind of format in my stats.dat like a previous post

[#Total#]
LR=37203.6156862269

mine looks like

ESTREAM   æ ™G °tò"¢curL4’~A N–ßÃ*’»nñ_QyhøjL. ¤ow©Íîóö)&ç0Ã¥H‹w˜ ì>ÏÍc½>WO@AJ,Œýè¢O æsxt‡j…‚«7/*¹¿SäƇûLŽ8´£ò …ã¦ÞPRŸT@ÌÙˆ‹£ ¿Þ†=8GÒ¸M…]ó×ûŸOé $óÄËáõF½òhë©Ãà ³AË
bh¬‰ÁZÝNfKRRQ|ÜjÒFˆŠà £Ãa¤ÆÇ¡ z$‰å?”ƒGbñ×±Çl °Å½ÃºIJ½MN¹†N?б†žmsƒ‡°[÷„ñãRN}Þ›(®¿êŒC FÝÍ4Ù£Ò1ÿ‘óK‰7a⠀™ dАuAó³ô¹‘ÿX³[0èŠÃ*®U ‘üš÷PµPŒ(o:¹ ¥“ öK|K™½|ëvQ£ô\ým}x~ ~çZ*·Š6…3dSžîÕòD¸Là ì¹È÷‚ZJ²vŠœiÖ2 y©à îÌtç+ ÃXŸ}KÈŒ˜¬œƒ±ZAæQs ¸
h独-ôX¸Â”£Jñ] \’Ö”L«è’Ì{Zoná` ŒÃŸ6´Õ1°•–¦~@ olþ]@{´²zTagÀ[qdRX&Ï_“
¿‰J4Sö.YþCþˆæbNdhCë ´Ã¼p7ž¥ë}é¯ m†H¾ÄEځ<=ð
ÐÍ£õ9GÐx·ÐˆX.¤à ¯Ã¶ÃÃ¨D@âõ¨nIîQÌ =ßG±žÈ-¶^&#Ê”©_]úk0WŒ"rÏ©ä&ÇÜ~oÃ*&$ €¢Â W§ÕSTdá²U Úr

I don't know if it makes a difference, I'm using the latest beta build and also it is a trial/demo copy.

Thanks
Hivez
hivez is offline  
Old 07-24-2002, 01:46 AM   #24
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

you're using application password protection the entire file is encrypted. there's no way to access the information externally.
bigstar is offline  
Old 07-24-2002, 01:49 AM   #25
hivez
Member
FlashFXP Beta Tester
 
Join Date: May 2002
Posts: 42
Default

heh.. guess that would do it wouldn't it
Thanks
Hivez
hivez is offline  
Old 07-30-2002, 07:56 PM   #26
oxbcat
Member
FlashFXP Beta Tester
 
Join Date: Mar 2002
Posts: 49
Default hrmmm

i put the script in my alias's and changed the path...
and it doesnt work... so either i am dumb or something is wrongor its missing a part
oxbcat is offline  
Old 08-01-2002, 10:06 PM   #27
Nickman
Junior Member
FlashFXP Registered User
 
Join Date: Jun 2002
Posts: 9
Default

it goes in remotes.
Nickman is offline  
Old 08-12-2002, 03:30 AM   #28
explicit
Junior Member
 
Join Date: Aug 2002
Posts: 6
Default Re: flashfxp stats script

Quote:
Originally posted by Nickman
i wrote a small script to show flashfxp stats in mirc, if you want an explanation of this code you can pmsg me or something.. just change the variable for the location of your stats file... (fyi: it only shows the stats of sites that are in the stats manager)

alias flashfxp {
set %fxpfile C:\Program Files\FlashFXP\stats.dat
var %fxpdate $readini " $+ %`fxpfile $+ " #Total# LR
var %fxpup $readini " $+ %`fxpfile $+ " #total# FU
var %fxpdown $readini " $+ %`fxpfile $+ " #total# FD
var %fxp $readini " $+ %`fxpfile $+ " #total# X
say FlashFXP Stats Since $asctime($calc(($left(%fxpdate,5) - 25569) * 86400),mm.dd.yyyy) $+ : FXP: $bytes(%fxp).suf Download: $bytes(%fxpdown).suf Upload: $bytes(%fxpup).suf
}
It doesn't work.
explicit is offline  
 

Tags
lr=37203.6156862269, stats.dat, supposed, [#total#]

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 03:57 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)