PDA

View Full Version : problem?


lucaz
12-15-2004, 05:09 PM
hi, i dont have problems compiling, but when i change the config.h
and compile i doesn't really work...

let me explain


this is how my config.h looks like [sum of it]:

#define video_completebar "[luc4zz] - ( %.2mM %fF - 100%% Complete ) - [luc4zz]"
#define audio_completebar "[luc4zz] - ( %.0mM %fF - 100%% Complete - %w %Y ) - [luc4zz]"
#define rar_completebar "[luc4zz] - ( %.2mM %fF - 100%% Complete ) - [luc4zz]"
#define other_completebar "[luc4zz] - ( %.2mM %fF - 100%% Complete ) - [luc4zz]"
#define zip_completebar "[luc4zz] - ( %.2mM %fF - 100%% Complete ) - [luc4zz]"
#define del_completebar "[luc4zz] - ( .*F - 100%% Complete.*) - [luc4zz]"


so i got everything done & compiled and now let's test...

when i upload a release i see this everytime, even when the sfv is good:


[R] 226-.----=== Zipscript-C Win32 ===--by Caladan--=== (C) 2004 ===----.
[R] 226-| - SFV-file: BAD!
[R] 226- |
[R] 226------------------------------------------------------------------'


&


[TDC] - ( 0.00M 0F - 100% Complete ) - [TDC] <- before i uploaded the mp3 (only m3u/sfv/nfo)

and when i upload the mp3 to i get this:

[TDC] - ( 0.00M 0F - 100% Complete ) - [TDC]
and the mp3 has been names to *.bad?


so can anyone plz help and tell me what im doing wrong?

caladan
12-15-2004, 05:33 PM
if u use standard config without ANY changes. do it work this way?

lucaz
12-16-2004, 04:53 AM
yes, and when i change it 2 ? :S

lucaz
12-16-2004, 06:15 AM
hmmz i already found that out, but the sfv is still not working correctly here


[R] STOR 00_ado_the_dream_-_taintless_(sob014)-vinyl-2004-jim.sfv
[R] 150 Opening ASCII mode data connection for 00_ado_the_dream_-_taintless_(sob014)-vinyl-2004-jim.sfv.
[L] RETR 00_ado_the_dream_-_taintless_(sob014)-vinyl-2004-jim.sfv
[L] 150 Opening ASCII mode data connection for 00_ado_the_dream_-_taintless_(sob014)-vinyl-2004-jim.sfv (134 bytes).
[R] 226-.----------------------------------------------------------------.
[R] 226-| - SFV-file: BAD!
[R] 226- |
[R] 226------------------------------------------------------------------'


it keeps sayin that :\
when i drag the folder to my ftp

but when i only drag the .sfv to my folder i get this


[R] STOR 00_ado_the_dream_-_taintless_(sob014)-vinyl-2004-jim.sfv
[R] 150 Opening ASCII mode data connection for 00_ado_the_dream_-_taintless_(sob014)-vinyl-2004-jim.sfv.
[L] RETR 00_ado_the_dream_-_taintless_(sob014)-vinyl-2004-jim.sfv
[L] 150 Opening ASCII mode data connection for 00_ado_the_dream_-_taintless_(sob014)-vinyl-2004-jim.sfv (134 bytes).
[L] 226 Transfer complete.
[R] 226-.----------------------------------------------------------------.
[R] 226-| + SFV-file: oK! |
[R] 226--[##############]---------------------------------------[ 0/0 ]--'


and the header looks like this:
[luc4zz] - ( 0.00M 0F - 100% Complete ) - [luc4zz]

and the sfv is not bad :\ and i didn't even upload the mp3 yet :S

esmandil
12-16-2004, 06:54 AM
I have no idea what could be causing this. First, make sure you are testing on a "really empty" folder - old ioftpd or pzs hidden data files can make it behave strangely.

Otherwise, I think I would need to see .ioFTPD.debug and your full config to be able to help you more.

lucaz
12-16-2004, 10:56 AM
Originally posted by esmandil
I have no idea what could be causing this. First, make sure you are testing on a "really empty" folder - old ioftpd or pzs hidden data files can make it behave strangely.

Otherwise, I think I would need to see .ioFTPD.debug and your full config to be able to help you more.

ok here ya go

lucaz
12-16-2004, 10:58 AM
why can't i add files :\

neoxed
12-16-2004, 12:19 PM
Originally posted by 1uc4z
why can't i add files :\ You can, but the attachment does not appear until an admin or moderator approves it.

lucaz
12-16-2004, 01:35 PM
aha :D

ok

esmandil
12-16-2004, 06:14 PM
Hmm. Strange problem. Take a look how first line of your debug is:

Starting... argc=4, argv: ..\site\MP3\1216\test\00_va_-_trance_protection-2004-lf.sfv | ABF7373A | /MP3/1216/test/00_va_-_trance_protection-2004-lf.sfv |

while for my files I get lines like:

Starting... argc=4, argv: c:\_ftp\upload\bb\bbbb\bb.sfv | 2E96D25B | /upload/bb/bbbb/bb.sfv |

Notice how the first argument is full path in my case and relative in yours. Which is really strange, because this is what pzs gets from ioftpd. I don't know what could be causing this - a stupid guess, probably, but maybe there is some option in your ftp client which could be messing with things?

Anyway, in your case the script fails to find the file, thus considers it a bad sfv and rejects it. Unfortunatelly I don't know any solution :(

lucaz
12-17-2004, 09:37 AM
Originally posted by esmandil
Hmm. Strange problem. Take a look how first line of your debug is:

Starting... argc=4, argv: ..\site\MP3\1216\test\00_va_-_trance_protection-2004-lf.sfv | ABF7373A | /MP3/1216/test/00_va_-_trance_protection-2004-lf.sfv |

while for my files I get lines like:

Starting... argc=4, argv: c:\_ftp\upload\bb\bbbb\bb.sfv | 2E96D25B | /upload/bb/bbbb/bb.sfv |

Notice how the first argument is full path in my case and relative in yours. Which is really strange, because this is what pzs gets from ioftpd. I don't know what could be causing this - a stupid guess, probably, but maybe there is some option in your ftp client which could be messing with things?

Anyway, in your case the script fails to find the file, thus considers it a bad sfv and rejects it. Unfortunatelly I don't know any solution :(

ahh that sux :( :(
i really wanna use this script cause i luv it :)

but ill install a fresh copy of ioFTPD and ill try it again :)