Caladan's scripts project-zs, sitewho |
04-16-2003, 02:39 PM
|
#181
|
Senior Member
Join Date: Feb 2003
Posts: 488
|
hi
/Requests/ = zip & sfv dir = in zs5.7 upload of zips is always bad, last zip is corrupted.,
(any dir that is zip & sfv results in bad zips basically)
ok,
|
|
|
04-17-2003, 03:23 PM
|
#182
|
Senior Member
ioFTPD Scripter
Join Date: Jan 2003
Posts: 179
|
i added a "quick" fix for sfv+zip dirs ... before they don't work .. so maybe zip's are shown as bad there but this isn't true. i will fix this next time a better way
|
|
|
04-18-2003, 06:27 AM
|
#183
|
Senior Member
ioFTPD Registered User
Join Date: Feb 2003
Posts: 327
|
where do we download the "quick fix" now that website seems down for good?
|
|
|
04-20-2003, 04:21 PM
|
#184
|
Senior Member
ioFTPD Scripter
Join Date: Jan 2003
Posts: 179
|
new mirror atm is:
http://pzs.gotroot.ca
there will be a new version in the next few days!
|
|
|
04-21-2003, 03:10 AM
|
#185
|
Member
Join Date: Mar 2003
Posts: 75
|
when i delete the .sfv file can it be possible that the script deletes all missing, bad files and the progress bar ??
Because when a upload is ****ed up i cant find anyway to let ZS recheck it correctly.
|
|
|
04-26-2003, 01:42 PM
|
#186
|
Senior Member
ioFTPD Scripter
Join Date: Jan 2003
Posts: 179
|
u can rescan using ioA's rescanall function
|
|
|
05-01-2003, 04:05 PM
|
#187
|
Senior Member
ioFTPD Registered User
Join Date: Feb 2003
Posts: 327
|
development dead??
long time since any updates - or am i mistaken?
|
|
|
05-02-2003, 05:24 AM
|
#188
|
Senior Member
ioFTPD Scripter
Join Date: Aug 2002
Posts: 529
|
as you can see we all are waiting about a new version of ioftpd to continue our work
|
|
|
05-02-2003, 05:38 AM
|
#189
|
Senior Member
ioFTPD Registered User
Join Date: Feb 2003
Posts: 327
|
indeed...
imho - one should focus on fixing bugs in ioftpd - before shfting resources to http admin....
neat feature - but definately not critical
|
|
|
05-03-2003, 07:21 AM
|
#190
|
Senior Member
ioFTPD Scripter
Join Date: Jan 2003
Posts: 179
|
i am still on coding on zs .. but atm it's hard to find time for it .. but there will be a new version soon
|
|
|
05-04-2003, 04:30 PM
|
#191
|
Senior Member
Join Date: Feb 2003
Posts: 102
|
Hi again, I'm still getting the ****ing sfv error, when I disable the sfv_dupecheck I get diferent sfvs with more errors, it copy/paste from the error to the end of the file all the sfv data, example:
etcsi107.r21 d17e0bfb
etcsi107.r22 dd897477
etcsi107.r23 8e16da0f
etcsi107.rar 486c17b5
csi107.r22 dd897477
etcsi107.r23 8e16da0f
etcsi107.rar 486c17b5
I have the source sfv raped by the original linux zipscript-c and I realized that sfvs aren't in the normal txt format, when I opened it with ultraedit it asked me if I want to see it in DOS format, when I answer no I see "?" at the end of each line, there could be the problem with bad processed characters??
Thx one more time.
|
|
|
05-11-2003, 08:18 AM
|
#192
|
Senior Member
ioFTPD Foundation User
Join Date: Nov 2002
Posts: 220
|
moin,
ive got a problem with
pre dir .. i set up #define group_dirs "/PRE/"
thats all ok but the zs makes message files (race stats) into the pre dir.... thats no ok.:::..
how to fix?
cya
|
|
|
05-12-2003, 08:05 AM
|
#193
|
Senior Member
ioFTPD Scripter
Join Date: Jan 2003
Posts: 179
|
i will check it @ prolucky
|
|
|
05-14-2003, 12:14 PM
|
#194
|
Junior Member
Join Date: Feb 2003
Posts: 15
|
do you mean it outputs it to the sitebot, or do you mean it makes a .ioftpd.message, in which case that's design.
|
|
|
05-27-2003, 06:12 AM
|
#195
|
Senior Member
ioFTPD Scripter
Join Date: Jan 2003
Posts: 179
|
for ppl sometimes getting 0byte files which don't get deleted by zs try folowing:
edit cldn.script.c. move to the last lines.. they looks like:
/*return 0 to ioFTPD*/
debug_log("Exiting now with %i\n",exit_value);
printf("!detach %i\n",exit_value);
exit(0);
}
change this to:
/*return 0 to ioFTPD*/
debug_log("Exiting now with %i\n",exit_value);
printf("!detach %i\n",exit_value);
fflush(stdout);
exit(exit_value);
}
|
|
|
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
|
|
|
All times are GMT -5. The time now is 03:24 PM.
|