StarDog's scripts ioZS, newday |
08-26-2004, 11:14 AM
|
#16
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Jul 2004
Posts: 187
|
Quote:
Is it just one sfv file in particular, or all sfv releases? (and what kind of files are in the rellease? MP3's or other?)
|
It crashes at EVERY SFV File upload, for EVERY SFV Release.
And...ioZS.EXE crashes at ZIP-File-checking too, so no zips will uploaded.
Reg-Keys are all set by setup.exe and can still found in registry.
I tried your standard config and several own configs,
but it allways results in this crashes.
In my opinion it has nothing to do with the reg-keys.
But maybe it has something to do with the compiled .EXE in any way (Compileroptions ??)
__________________
- FlashFXP v4.0 BETA (v3.7.9 Build 1401) registered
- Windows 7 x64
- McAfee Antivirus Enterprise 8.7i Patch 2 + Antispyware 8.7i
|
|
|
08-26-2004, 11:58 AM
|
#17
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Jul 2004
Posts: 187
|
haha, I found the problem,....
It seems to be - a kind of - directory-permission problem
it runs perfectly, when ioFTPD and ioZS 2.01 is running in C:\ioFTPD\... Standard-Dir...
(btw.: other zipscripts won't run in my specialpath too.
only jaCheck 0.95 is running perfect)
so forget it...problem solved, THX
PS: GREAT WORK STARDOG, will run this now as ZIPSCRIPT....
__________________
- FlashFXP v4.0 BETA (v3.7.9 Build 1401) registered
- Windows 7 x64
- McAfee Antivirus Enterprise 8.7i Patch 2 + Antispyware 8.7i
|
|
|
08-26-2004, 02:25 PM
|
#18
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Quote:
Originally posted by Grendel
haha, I found the problem,....
It seems to be - a kind of - directory-permission problem
it runs perfectly, when ioFTPD and ioZS 2.01 is running in C:\ioFTPD\... Standard-Dir...
(btw.: other zipscripts won't run in my specialpath too.
only jaCheck 0.95 is running perfect)
so forget it...problem solved, THX
PS: GREAT WORK STARDOG, will run this now as ZIPSCRIPT....
|
Thanks, but I'd be curious to know what is wrong with the path. If you care to share with me, send email to stardog at gmail dot com. Maybe I can do something to correct it.
|
|
|
08-27-2004, 05:48 AM
|
#19
|
Member
Join Date: Oct 2003
Posts: 50
|
Re-Config
I was gonna send you the .reg file. But i cant reproduce it at second "install" attempt. The Gui dont import all settings from the old .ini file again. (second try)
Strange ha ?
|
|
|
08-27-2004, 07:26 AM
|
#20
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Re: Re-Config
Quote:
Originally posted by Luke
I was gonna send you the .reg file. But i cant reproduce it at second "install" attempt. The Gui dont import all settings from the old .ini file again. (second try)
Strange ha ?
|
Oh! So your saying that the Setup is whats not working? I misunderstood and thought the checker (ioZS.exe) wasn't working. Well then I'll borrow a clean system and copy your ini and the Setup over and see what happens...
One alternative whould be to just run the Setup without the ini in the same folder, if Setup doesn't find the registry entrys, or the ini, it will load some predefined defaults. You could then cut and paste from your ini.
|
|
|
08-27-2004, 02:15 PM
|
#21
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Posted 2.02
Just a small fix for some MP3s, it should accept most every MP3. Also fixed rescan weirdness, and added the ability to use the old style rescan (with output to client). I wouldn't recommend it though if you have large releases to scan. I also added the ability to log to an alternate file. Someone requested this as a way to still use the racelog output with ioFTPD's logging turned off.
|
|
|
08-27-2004, 04:50 PM
|
#22
|
Member
Join Date: Oct 2003
Posts: 50
|
c/p works
copy/paste stuff from old .ini works. Script works, still want my .reg ?. Oh, are you gonna add more feature to this script ? (I was thinking bout imdb support)
|
|
|
08-27-2004, 08:11 PM
|
#23
|
Senior Member
FlashFXP Beta Tester ioFTPD Scripter
Join Date: Jul 2004
Posts: 187
|
updated to 2.02...tested...no probs found till now
__________________
- FlashFXP v4.0 BETA (v3.7.9 Build 1401) registered
- Windows 7 x64
- McAfee Antivirus Enterprise 8.7i Patch 2 + Antispyware 8.7i
|
|
|
08-28-2004, 12:06 AM
|
#24
|
Senior Member
Join Date: Mar 2003
Posts: 102
|
Code:
!!To support file resuming, be sure to comment out the OnUploadError line in
ioFTPD.ini. ioZS can support checking of resumed files.
I set OnUploadError by newdir-bounty. This is unique.
Code:
My conf.
OnUploadError = TCL ..\scripts\newdir\OnUploadError.itcl
How do i set if i use ioZS+newdir?
like this?
Code:
OnUploadError =
OnUploadError = TCL ..\scripts\newdir\OnUploadError.itcl
|
|
|
08-28-2004, 02:19 AM
|
#25
|
Too much time...
FlashFXP Beta Tester ioFTPD Scripter
Join Date: May 2003
Posts: 1,326
|
durulink: The readme explains exactly what you're supposed to do. If you want to use resume feature from ioZS, you must comment newdir's OnUploadError event. If you don't want to use the resume feature, don't comment that line.
Be sure to put all of newdir's (or any other dupechecker's) events after any zipscript events.
|
|
|
08-28-2004, 06:03 AM
|
#26
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Yes, maybe I should have stated that if you DON'T want to resume files, then ADD ioZS to the OnUploadError line. It will then process the partial file and delete it or mark it as bad.
You can have other scripts in the OnUploadError line if you wish, but if you want to support resuming, then don't put ioZS there.
|
|
|
08-28-2004, 06:04 AM
|
#27
|
Junior Member
ioFTPD Registered User
Join Date: Jan 2003
Posts: 29
|
Hi StarDog,
tested v2.02 now. Works good and even seems to be a bit faster now.
Rescan works now in both modes, but when rescanning a release some cookies from the "COMPLETE_MP3 Tag" aren't read.
Got something left like this in the Dir: [BLA] - ( 98.3MB 10F - COMPLETE - $mp3bitrate $mp3frequency MP3 ) - [BLA]
While $checkedsize and $totalfiles cookies work.
btw. a $bitratetype cookie would be nice (CBR and VBR) if I haven't overlooked it.
When deleting a file the "COMPLETE Tag" isn't deleted too, as in v1.0x. (My setup: VFS_Chown="" )
Found no other probs so far... keep it up.
NalgeNunc
|
|
|
08-28-2004, 07:31 AM
|
#28
|
Senior Member
FlashFXP Registered User ioFTPD Scripter
Join Date: Oct 2001
Posts: 236
|
Quote:
Originally posted by NalgeNunc
Hi StarDog,
tested v2.02 now. Works good and even seems to be a bit faster now.
Rescan works now in both modes, but when rescanning a release some cookies from the "COMPLETE_MP3 Tag" aren't read.
Got something left like this in the Dir: [BLA] - ( 98.3MB 10F - COMPLETE - $mp3bitrate $mp3frequency MP3 ) - [BLA]
While $checkedsize and $totalfiles cookies work.
btw. a $bitratetype cookie would be nice (CBR and VBR) if I haven't overlooked it.
When deleting a file the "COMPLETE Tag" isn't deleted too, as in v1.0x. (My setup: VFS_Chown="" )
Found no other probs so far... keep it up.
NalgeNunc
|
How are you testing, are you removing a file from a complete release and then scanning it? I'll try it out here, perhaps I missed something...
Try $mp3type, it outputs "CBR" or "VBR".
|
|
|
08-28-2004, 08:52 AM
|
#29
|
Junior Member
ioFTPD Registered User
Join Date: Jan 2003
Posts: 29
|
Quote:
How are you testing, are you removing a file from a complete release and then scanning it?
|
Just "site rescan" on a complete release gives those cookie errors.
Or deleting a file within ioFTPD the "COMPLETE Tag" isn't deleted.
Quote:
Try $mp3type, it outputs "CBR" or "VBR".
|
Thanx, thats what I wanted. Uuhm,
same failure after uploading (No rescan):
The "MP3 Complete Tag" shows:
[BLA] - ( 98.3MB 10F - COMPLETE - $mp3type 192 Kbit 44 KHz MP3 ) - [BLA]
Maybe coz I'm running ioFTPD as an service (svrany.exe) under an user account. (Should try the system account!)
Win2k SP4 over here.
NalgeNunc
|
|
|
08-28-2004, 09:07 AM
|
#30
|
Senior Member
Join Date: Mar 2003
Posts: 102
|
Thx StarDog & NeoXed
I'll use ioZS and comment all 'OnUploadError' lines. ^^
|
|
|
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 08:59 PM.
|