Go Back   FlashFXP Forums > > > >

Caladan's scripts project-zs, sitewho

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
Old 04-16-2003, 02:39 PM   #181
b>d>>s
Senior Member
 
Join Date: Feb 2003
Posts: 488
Default

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,


b>d>>s is offline   Reply With Quote
Old 04-17-2003, 03:23 PM   #182
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

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
caladan is offline   Reply With Quote
Old 04-18-2003, 06:27 AM   #183
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default

where do we download the "quick fix" now that website seems down for good?
Pichento is offline   Reply With Quote
Old 04-20-2003, 04:21 PM   #184
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

new mirror atm is:


http://pzs.gotroot.ca


there will be a new version in the next few days!
caladan is offline   Reply With Quote
Old 04-21-2003, 03:10 AM   #185
Razor
Member
 
Join Date: Mar 2003
Posts: 75
Default

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.
Razor is offline   Reply With Quote
Old 04-26-2003, 01:42 PM   #186
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

u can rescan using ioA's rescanall function
caladan is offline   Reply With Quote
Old 05-01-2003, 04:05 PM   #187
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default

development dead??

long time since any updates - or am i mistaken?
Pichento is offline   Reply With Quote
Old 05-02-2003, 05:24 AM   #188
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

as you can see we all are waiting about a new version of ioftpd to continue our work
bounty is offline   Reply With Quote
Old 05-02-2003, 05:38 AM   #189
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default

indeed...

imho - one should focus on fixing bugs in ioftpd - before shfting resources to http admin....

neat feature - but definately not critical
Pichento is offline   Reply With Quote
Old 05-03-2003, 07:21 AM   #190
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

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
caladan is offline   Reply With Quote
Old 05-04-2003, 04:30 PM   #191
NeoRanga
Senior Member
 
Join Date: Feb 2003
Posts: 102
Default

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.
NeoRanga is offline   Reply With Quote
Old 05-11-2003, 08:18 AM   #192
iXi
Senior Member
ioFTPD Foundation User
 
Join Date: Nov 2002
Posts: 220
Default

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
iXi is offline   Reply With Quote
Old 05-12-2003, 08:05 AM   #193
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

i will check it @ prolucky
caladan is offline   Reply With Quote
Old 05-14-2003, 12:14 PM   #194
iono-
Junior Member
 
Join Date: Feb 2003
Posts: 15
Default

do you mean it outputs it to the sitebot, or do you mean it makes a .ioftpd.message, in which case that's design.
iono- is offline   Reply With Quote
Old 05-27-2003, 06:12 AM   #195
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

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);
}
caladan is offline   Reply With Quote
Reply

Tags
beta, ioftpd, project-zs, testing, wanna


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


All times are GMT -5. The time now is 07:33 AM.

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