StarDog's scripts ioZS, newday |
08-29-2004, 03:29 AM
|
#31
|
Junior Member
Join Date: May 2004
Posts: 18
|
i have too the problem that $mp3type doesn't show VBR or CBR
i'm using 5.8.5r
bye
|
|
|
08-29-2004, 07:08 AM
|
#32
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Jul 2004
Posts: 187
|
shure your using 5.8.5r ?
This is a registered version,
but I can't see that you are a registered member...
if so, pls type in your registration number under "user cp"
__________________
- FlashFXP v4.0 BETA (v3.7.9 Build 1401) registered
- Windows 7 x64
- McAfee Antivirus Enterprise 8.7i Patch 2 + Antispyware 8.7i
|
|
|
08-29-2004, 07:09 AM
|
#33
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Quote:
Originally posted by BlueMax
i have too the problem that $mp3type doesn't show VBR or CBR
i'm using 5.8.5r
bye
|
Yes, this is going to be fixed in the next release...I made a typo...
|
|
|
08-30-2004, 12:19 PM
|
#34
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
2.03 Posted
This should fix 99% of the MP3 problems. I also threw in a couple new things for zip users... Enhanced the zipcleaning function a bit and now mulitple files can be added to zips. I also optimized the MP3 linking functions, nothing differnt about it, I just made the code smaller, which explains how I can add more features, and the exe just keeps getting smaller...
|
|
|
08-31-2004, 08:51 AM
|
#35
|
Junior Member
ioFTPD Registered User
Join Date: Jan 2003
Posts: 29
|
Quote:
2.03 Posted
This should fix 99% of the MP3 problems. I also threw in a couple new things for zip users... Enhanced the zipcleaning function a bit and now mulitple files can be added to zips. I also optimized the MP3 linking functions, nothing differnt about it, I just made the code smaller, which explains how I can add more features, and the exe just keeps getting smaller...
|
Great, no problems anymore. The new zipclean also rox! Now, gets rid off that unwanted .jpg, .exe etc.
Thanx StarDog ... youre "Da Man"
NalgeNunc
|
|
|
09-06-2004, 05:35 PM
|
#36
|
Senior Member
ioFTPD Registered User
Join Date: Oct 2002
Posts: 298
|
small problem with iozs, if I do rescan in 2 dirs at the same time iozs drops to 0-1% cpu on both processes, maybe not common to do so, but it does happen sometimes when 2 siteops try to fix things at the same time
|
|
|
09-06-2004, 08:56 PM
|
#37
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Quote:
Originally posted by -=DoBBeR=-
small problem with iozs, if I do rescan in 2 dirs at the same time iozs drops to 0-1% cpu on both processes, maybe not common to do so, but it does happen sometimes when 2 siteops try to fix things at the same time
|
Rescan twice in the same dir or in different dirs?
|
|
|
09-06-2004, 11:22 PM
|
#38
|
Too much time...
FlashFXP Beta Tester ioFTPD Scripter
Join Date: May 2003
Posts: 1,326
|
I'm working on adding support for ioZS in an upcoming script of mine, however, I have 2 small issues with cookies.
Quote:
avgspeed = Average speed for race, formatted (ie: 167KB/s)
avgspeedkb = Average speed for race, unformatted
|
When using the"$avgspeedkb" cookie, the resulting log entry is: "12345KBpskb". I assume that ioZS is using the "$avgspeed" cookie instead, and appending the "kb", which makes logical sense.
Secondly, would you be so kind to add a cookie for the race length in seconds? (Similar to $racelength, only without any formatting.)
Thanks
|
|
|
09-07-2004, 03:21 AM
|
#39
|
Senior Member
ioFTPD Registered User
Join Date: Oct 2002
Posts: 298
|
Quote:
Originally posted by StarDog
Rescan twice in the same dir or in different dirs?
|
2 different ones, didnt try the same dir yet =)
|
|
|
09-07-2004, 06:13 AM
|
#40
|
Member
FlashFXP Registered User ioFTPD Foundation User
Join Date: Aug 2002
Posts: 71
|
Fixed.. it was related to shit behind keyboard as so many times before.
Love the update of this kickass script.
|
|
|
09-07-2004, 08:04 AM
|
#41
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Quote:
Originally posted by NeoXed
I'm working on adding support for ioZS in an upcoming script of mine, however, I have 2 small issues with cookies.
When using the"$avgspeedkb" cookie, the resulting log entry is: "12345KBpskb". I assume that ioZS is using the "$avgspeed" cookie instead, and appending the "kb", which makes logical sense.
Secondly, would you be so kind to add a cookie for the race length in seconds? (Similar to $racelength, only without any formatting.)
Thanks
|
I'll check that avgspeedkb cookie later, and add the racelength in seconds.
|
|
|
09-10-2004, 10:56 AM
|
#42
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Quote:
Originally posted by NeoXed
I'm working on adding support for ioZS in an upcoming script of mine, however, I have 2 small issues with cookies.
When using the"$avgspeedkb" cookie, the resulting log entry is: "12345KBpskb". I assume that ioZS is using the "$avgspeed" cookie instead, and appending the "kb", which makes logical sense.
Secondly, would you be so kind to add a cookie for the race length in seconds? (Similar to $racelength, only without any formatting.)
Thanks
|
OK, this is all done in the 2.04 I just posted. heh it appears as though whne matching cookies, it uses the first match, so avgspeedkb always ended up being the same as avgspeed, so I just renamed the cookie. Also added raceseconds which should give you what you need for the time.
|
|
|
09-10-2004, 01:04 PM
|
#43
|
Too much time...
FlashFXP Beta Tester ioFTPD Scripter
Join Date: May 2003
Posts: 1,326
|
Excellent, thank you.
|
|
|
09-10-2004, 01:48 PM
|
#44
|
Member
Join Date: Oct 2003
Posts: 50
|
UPDATE: "$pwd" "$bold$user$bold/$group was the first to upload file in $bold$releasename$bold. Expecting $bold$estimatedsize$bold."
$bold$user$bold/$group
That works on dzsbot for anyone ? (worked on 2.03)
|
|
|
09-10-2004, 02:56 PM
|
#45
|
Too much time...
FlashFXP Beta Tester ioFTPD Scripter
Join Date: May 2003
Posts: 1,326
|
ioZS appears to still be using the older enviroment variables (PATH and PWD). They were renamed a while ago; not much of an issue, just thought I'd let you know.
PATH -> SYSTEMPATH
PWD -> VIRTUALPATH
http://www.ioftpd.com/board/showthre...&threadid=2356
|
|
|
Thread Tools |
|
Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
FlashFXP and FireFox
|
mastyman |
General Discussion |
10 |
01-06-2005 09:38 AM |
All times are GMT -5. The time now is 06:22 PM.
|