Go Back   FlashFXP Forums > > > >

Caladan's scripts project-zs, sitewho

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
Old 03-14-2003, 05:47 AM   #121
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

sure i'll include the source in the normal way.
i only add about 3-4 standard binarys .. (if there are suggestions for the settings... tell me)


but skilled users (or user who wanna learn something) still have the option to compile themselfes


so this should fits evryone needs

kind regards
Caladan
caladan is offline   Reply With Quote
Old 03-14-2003, 07:34 AM   #122
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Thumbs up BIG release sizes *fix*

To make a short story long long

I began uploading a very big release yesterday, 94x50MB, but my dZSbot announced expected release size as 386.3MB. Not dZSbot's fault though cause zipscript-c logged it as that amount.

I thought it was fixed in 0.0.5.6 but I think someone in #cala-zs said that this was broken, even if it had worked in one the previous releases. I asked Caladan and Dark0n3 and WarC about how to fix this. Tried all that they said and tested to upload sfv + first file, announce was till 386.3MB. Dammit!

Finally WarC told me it should only be some changes in objects.h so I checked and found something that could just be the problem.
Code:
struct current_file {
 char *name;
 long long speed;
 unsigned long size;
 char compression_method;
 
};
The thing that did the trick for me was to change the unsigned long size; to:
Code:
 unsigned long long size;
Now the announce was 4482.3MB


I've spoken to Caladan about this, and his version already had this changed so this is kind of already fixed. You ppl out there still experiencing this problem and want to fix it easily just add that extra "long" as shown above, recompile and you're done.

!!! Remember I'm not a programmer at all. So it's funny that I managed to find this without any programming skills. Well.. the tips from cala, d1 and warc sure helped. They revealed the root of the problem, something should be unsigned long long

Can't wait for next version of zipscript-c.. and dZSbot and ioFTPD of course. Want those symlinks and more =)

/Zer0Racer
Zer0Racer is offline   Reply With Quote
Old 03-14-2003, 07:51 AM   #123
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

as u see it isn't so hard to code something )


but nice work and i'm sure it helps ppl a lot until i rlz a new version of zipscript.

/joke on

call 0800 Microsoft maybe they need somebody who fix their bugs ))

/joke off


have fun

Caladan
caladan is offline   Reply With Quote
Old 03-14-2003, 11:46 AM   #124
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

btw .. i really wonder why there are no real suggestions for next release of zipscript ( except postdel.exe ).

is zipscript-c working so perfect or has it all it needs?
caladan is offline   Reply With Quote
Old 03-14-2003, 12:35 PM   #125
malexx
Senior Member
 
Join Date: Feb 2003
Posts: 104
Default

as said before,would be cool if you dont need to compile this stuff,cause i didnt get it to work.And i really like to test this script!
malexx is offline   Reply With Quote
Old 03-14-2003, 03:24 PM   #126
NeoRanga
Senior Member
 
Join Date: Feb 2003
Posts: 102
Default

It's almost perfect Now can you help me to understand how imdb.exe works and what it exactly does?

PD: Stable version of postdel would complete the perfect script

PD2: I'm so happy with the compilable version, source code r0cks
NeoRanga is offline   Reply With Quote
Old 03-14-2003, 03:54 PM   #127
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

@ malexx : wait for next rel ) i will include precompiled bins

@NeoRanga:

1. imdb.exe was only a small "hack" for the "old" imdb script (getnfo modified) and is not needed anymore. will be removed next rel

2. i really will try

3. yeah sure
caladan is offline   Reply With Quote
Old 03-14-2003, 04:12 PM   #128
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

and btw .. ppl which can't acces our webpage @ hhtp://project-zs.tk can use our mirror:


http://project-zs.ioftpd.net/
caladan is offline   Reply With Quote
Old 03-14-2003, 04:40 PM   #129
NeoRanga
Senior Member
 
Join Date: Feb 2003
Posts: 102
Default

I forgot to mention if exist any possibility to see the witewho runing in older windows without .NET ??
Thx
NeoRanga is offline   Reply With Quote
Old 03-14-2003, 05:02 PM   #130
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

atm there is now way ... but i'm sure if u come to #cala-zs chan on efnet u'll see other ways to use this .. actual nobo is coding a special version .pl based as i remember
caladan is offline   Reply With Quote
Old 03-15-2003, 06:48 AM   #131
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

new version of zipscript is now nearly done .. but i'm still thinking of some other options to add. what do u guys think about an option like:

#define require_nfo_for_complete 0

if this option is set to 1 rlz are only marked as complete if a nfo is uploaded.


how do u like this?
caladan is offline   Reply With Quote
Old 03-15-2003, 10:32 AM   #132
malexx
Senior Member
 
Join Date: Feb 2003
Posts: 104
Default

sounds good...........btw,is your script only running on .net?or it supports winnt or 2k too????..............please dont tell me only .net,and if yes i know what you can change for the next release
malexx is offline   Reply With Quote
Old 03-15-2003, 06:23 PM   #133
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

zipscript is running on all systems (at least it should be ) ..
caladan is offline   Reply With Quote
Old 03-16-2003, 05:13 PM   #134
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Exclamation NEW dZSbot 0.0.8.3 OUT !!!

hi m8s

here is a little update

grab it here: http://project-zs.ioftpd.org/downloa...ot.0.0.8.3.rar

v0.0.8.3
+ added WARN announce support for latest project-zs & ioZS
+ fixed a bug with space char in PROC_NEWS

have fun
bounty
bounty is offline   Reply With Quote
Old 03-17-2003, 03:47 AM   #135
caladan
Senior Member
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 179
Default

and again: nice work
caladan is offline   Reply With Quote
Reply

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

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


All times are GMT -5. The time now is 10:42 PM.

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