Go Back   FlashFXP Forums > > > >

StarDog's scripts ioZS, newday

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-26-2004, 11:14 AM   #16
Grendel
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Grendel's Avatar
 
Join Date: Jul 2004
Posts: 187
Default

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
Grendel is offline   Reply With Quote
Old 08-26-2004, 11:58 AM   #17
Grendel
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Grendel's Avatar
 
Join Date: Jul 2004
Posts: 187
Default

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
Grendel is offline   Reply With Quote
Old 08-26-2004, 02:25 PM   #18
Stardog
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Oct 2001
Posts: 236
Default

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.
Stardog is offline   Reply With Quote
Old 08-27-2004, 05:48 AM   #19
Luke
Member
 
Join Date: Oct 2003
Posts: 50
Default 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 ?

Luke is offline   Reply With Quote
Old 08-27-2004, 07:26 AM   #20
Stardog
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Oct 2001
Posts: 236
Default 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.
Stardog is offline   Reply With Quote
Old 08-27-2004, 02:15 PM   #21
Stardog
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Oct 2001
Posts: 236
Default 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.
Stardog is offline   Reply With Quote
Old 08-27-2004, 04:50 PM   #22
Luke
Member
 
Join Date: Oct 2003
Posts: 50
Default 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)

Luke is offline   Reply With Quote
Old 08-27-2004, 08:11 PM   #23
Grendel
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Grendel's Avatar
 
Join Date: Jul 2004
Posts: 187
Default

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
Grendel is offline   Reply With Quote
Old 08-28-2004, 12:06 AM   #24
durulink
Senior Member
 
Join Date: Mar 2003
Posts: 102
Default

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
durulink is offline   Reply With Quote
Old 08-28-2004, 02:19 AM   #25
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

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.
neoxed is offline   Reply With Quote
Old 08-28-2004, 06:03 AM   #26
Stardog
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Oct 2001
Posts: 236
Default

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.
Stardog is offline   Reply With Quote
Old 08-28-2004, 06:04 AM   #27
NalgeNunc
Junior Member
ioFTPD Registered User
 
Join Date: Jan 2003
Posts: 29
Default

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
NalgeNunc is offline   Reply With Quote
Old 08-28-2004, 07:31 AM   #28
Stardog
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Oct 2001
Posts: 236
Default

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".
Stardog is offline   Reply With Quote
Old 08-28-2004, 08:52 AM   #29
NalgeNunc
Junior Member
ioFTPD Registered User
 
Join Date: Jan 2003
Posts: 29
Default

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
NalgeNunc is offline   Reply With Quote
Old 08-28-2004, 09:07 AM   #30
durulink
Senior Member
 
Join Date: Mar 2003
Posts: 102
Default

Thx StarDog & NeoXed

I'll use ioZS and comment all 'OnUploadError' lines. ^^
durulink is offline   Reply With Quote
Reply

Tags
easiest, gui, iozs, making, setup

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 Off
HTML code is Off

Forum Jump

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 05:15 AM.

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