View Full Version : project-zs for ioFTPD
caladan
02-01-2003, 08:16 AM
Hiho,
i did a version of project-zs that works under windows with ioFTPD.
At the moment it's beta... but if u wanna help testing join #cala-zs
... kind regards ...
Caladan
bounty
02-01-2003, 11:20 AM
yes please we need all your help to debug and improve the project ;)
have fun
bounty
ROuGGy
02-07-2003, 07:25 PM
ok we goo :p
kainskind
02-08-2003, 06:57 AM
perhaps you could post your files here...
greetz,
kainskind
danielth
02-08-2003, 08:28 AM
Originally posted by kainskind
perhaps you could post your files here...
greetz,
kainskind
http://www.project-zs.tk
ROuGGy
02-08-2003, 02:08 PM
the best i have seen for ioFTPD congrats :p
caladan
02-08-2003, 05:33 PM
hehe thx ROuGGy
if there any scripter which wanna help us with different kind of scripts .. u are all welcome.
malexx
02-09-2003, 02:50 PM
ähm,maybe iam just stupid,but i cant create this exe files needed,i installed cygwin,and started it,went into the dir where setup.sh is located,and typed setup.sh.
but it says command not found!!!!
can you tell me where i make the mistake?
kainskind
02-09-2003, 03:17 PM
you have to make sure that you install gcc (under devel in the cygwin setup) too
/kainskind
you need to install gcc, which isn't installed by default along with cygwin. you can find it under "devel" in the install
malexx
02-09-2003, 03:20 PM
oki,thx
Gotrekk
02-09-2003, 03:25 PM
yeah it's a very cool script.. but i often get ****ed up sfv :°°° and it's so boring :|
for example i have 10 mp3 files... last one called:
blanzunz10.mp3 23sas1
now in my sfv file i see:
-----
....
blanzunz10.mp3 23sas1
unz10.mp3 23sas1
-----
and so zipscript tries to find that inexistent unz10.mp3 file and my releases are always incomplete :°
this thing sometimes happens to rar files too
Gotrekk
ROuGGy
02-09-2003, 04:15 PM
upgrade to 0054 version gotrek
Gotrekk
02-09-2003, 04:52 PM
already upgraded to 0.0.5.4 rouggy.. but still same probs :|
dunno how to resolve it and seems that other dudes have same errors :°
Gotrekk
kainskind
02-10-2003, 02:16 AM
i had the same prob with tj-zipscript....
/kainskind
DR. GiGa BYTe
02-10-2003, 02:56 AM
$ ./setup.sh
gcc: installation problem, cannot exec `cc1': No such file or directory
mv: cannot stat `./a.exe': No such file or directory
gcc: installation problem, cannot exec `cc1': No such file or directory
mv: cannot stat `./a.exe': No such file or directory
Hi,
if i try to compile zipscript i get this error... who can help me... what ist cc1?!?
thx
DR.GB
kainskind
02-10-2003, 08:19 AM
Originally posted by malexx
ähm,maybe iam just stupid,but i cant create this exe files needed,i installed cygwin,and started it,went into the dir where setup.sh is located,and typed setup.sh.
but it says command not found!!!!
can you tell me where i make the mistake?
"./setup.sh" should work. dont forget cygwin is an unix enviroment ;P
/kainskind
malexx
02-10-2003, 01:21 PM
i cant get this script to work,everytime i want to compile it gives me all kind of errors.
When you compile this,what it does exactly??it creates the exe.
Can you use this exe on every computer?or is just for you config???
Please dont blame me,iam not a linuxfreak!
Is it possible that someone can pass me this exe files??or evne better,explain me how to xsetup this stuff?
i installed cygwin,with the gcc package,gcc is located in bin after.
After i start bash,change in my zipscript dir where setup.sh is,and type ./setup.sh
but it always says command not avaible or some stuff not found!!
Would be nice if someone can explain this to a noob in this!
i liked toreally test this script!!!
caladan
02-10-2003, 04:49 PM
if some stuff is missing u should be sure to install most packages under "devel" section in cygwin
for user which have some sfv probs: select unix as default text style. if this still causes this errors, try dos
NeoRanga
02-10-2003, 08:18 PM
I recently installed cygwin with 3 or 4 gcc compilers included in the list of installable packets and then I executed every command in the setup.h file(reading it with text editor) and it worked fine :D
PD: I selected dos as text style
bounty
02-12-2003, 02:18 PM
yo m8s
if there any C coders which wanna help us with different kind of scripts .. u are all welcome.
have fun
bounty
kainskind
02-13-2003, 02:28 AM
hey,
how can i tell zipscript-c to delete an old progressbar, when a new one is created? ATM it leaves all progress bars in the dir... which doesnt look so good ;-)
BTW, a little howto for the settings in conf.h would be kewl. (at least for those who dont know project-zs already like me)
/kainskind
iono-
02-13-2003, 06:55 AM
#define progressmeter "[EE] - %3.0p%% Complete - [EE]"
#define del_progressmeter "\\[EE] - ...% Complete - \\[EE]"
make sure the del_progressmeter is set up correctly, otherwise the script doesn't know what to delete.
NeoRanga
02-13-2003, 09:19 AM
Very nice script, but I've a problem, when I delete a file uploaded or a complete release postdel.exe show errors and don't let me delete this files until the sfv is deleted.
Any idea?
Thx for this great skript
MadCowAss
02-13-2003, 09:00 PM
I think postdel is in alpha version...
script is really cool !
i found some bugs:
when i up 0-days and its only one file and smaller then 1 mb then the complete dir looks like [XX] - ( 0 , its cutted or something...
someone know how to fix that ?
DBX
Lunatik
02-14-2003, 03:11 PM
Progress bar Suggestion. Since windows does not allow you to use colons in the filename or directory name I played around and found a good one to use to allow the progress meter bar to work properly.
in convert.h change
/*
* Modified: Unknown
*/
void buffer_progress_bar(struct VARS *raceI) {
int n;
raceI->misc.progress_bar[14] = 0;
for ( n = 0 ; n < (raceI->total.files - raceI->total.files_missing) * 14 / raceI->total.files ; n++) raceI->misc.progress_bar[n] = '#';
for ( ; n < 14 ; n++) raceI->misc.progress_bar[n] = ':';
}
to
/*
* Modified: Unknown
*/
void buffer_progress_bar(struct VARS *raceI) {
int n;
raceI->misc.progress_bar[14] = 0;
for ( n = 0 ; n < (raceI->total.files - raceI->total.files_missing) * 14 / raceI->total.files ; n++) raceI->misc.progress_bar[n] = '#';
for ( ; n < 14 ; n++) raceI->misc.progress_bar[n] = '_';
}
in config.h change
#define progressmeter "[tR] - %3.0p%% Complete - [tR]"
#define del_progressmeter "\\[tR] - ...% Complete - \\[tR]"
to
#define progressmeter "[%V] - %3.0p%% Complete - [CN]"
#define del_progressmeter "\\[..............] - ...% Complete - \\[CN]"
Zer0Racer
02-14-2003, 04:18 PM
Ooh nice one Lunatik. My progress bar works now.
But hmm.. I can't use my site tag infront of the progress bar (I think).. it leaves me with a lot of progress bars (doesn't delete it properly)
#define progressmeter "[SITE] - [%V] - %3.0p%% Complete - [SITE]"
#define del_progressmeter "\\[SITE] - [..............] - ...% Complete - \\[SITE]"
Maybe I'm doing something wrong.. or this isn't supposed to work?
this is my setting :
#define progressmeter "[INCOMPLETE]-[%.0p%%]"
#define del_progressmeter "\\[INCOMPLETE]-\\[.*]"
maybe u need " \\ " in front of "["
Zer0Racer
02-14-2003, 05:59 PM
Yes, my wrong..
#define del_progressmeter "\\[SITE] - \\[..............] - ...% Complete - \\[SITE]"
The extra \\ infront of [..............] should do it. Tnx :)
Lunatik
02-14-2003, 06:23 PM
Glad to help out :)
i changed the code, but still have problems with the cutted complete dirs ...
[XX] - ( 0
only when the file is smalled then 1 MB..
DBX
edit
fixed it...
#define zip_completebar "[XX] - ( %.0mM %fF - COMPLETE ) - [XX]"
to:
#define zip_completebar "[XX] - ( %.1mM %fF - COMPLETE ) - [XX]"
works now..
hi, i got a problem when i mount network HDD ( like X:\ ) (ps. it wont happen on local HDD)
if i make the
#define sfv_cleanup TRUE
the *.sfv file will become " .tmpsfv " .....
it also can pass the check , but just the SFV file name wont rename back...
if i make the
#define sfv_cleanup FALSE
it wont happen...
:confused: :confused: :confused:
fairfai
02-15-2003, 06:35 AM
Hi :)
I got problem
i can't auto del -missing file when file uploaded
anyone can help solve ?
Thank !!!!
moin,
for the imdb script in last zipscript c version you will need to install cygwin on the SITE/SERVER with PERL<- modul! after installed that you have to run cygwin and install / config PERL under cygwin or imdb script woudnt work!
detailed installation instructions coming soon;) when i've time for this shit^
cya
bounty
02-15-2003, 07:57 AM
yes please
explain us how to install this imdb script to work with project-zs & also with the lastest dZSbot
would be really appreciate
thx
have fun
bounty
MadCowAss
02-15-2003, 08:45 PM
I've got a stackdump exception when imdb.exe is used .....
So you have to keep the original fonction of nfourl of DzSBot...
MadCowAss
02-15-2003, 11:12 PM
And postdel.exe always make stackdump exception
caladan
02-17-2003, 07:06 PM
just to mention: sitewho binary is avail on
http://www.project-zs.tk
... prints out bw idlers uploaders etc .. etc .. for use with dZSbot and Project-ZS ...
...without that lame ftplib!!!
bounty
02-17-2003, 07:14 PM
yep m8s
NEW version of project-zs 0.0.5.6
NEW version of dZSbot 0.0.7.0
NEW version of sitewho v1
are now online on the project-zs website
have fun
bounty
darkone
02-17-2003, 08:13 PM
Originally posted by caladan
just to mention: sitewho binary is avail on
http://www.project-zs.com
... prints out bw idlers uploaders etc .. etc .. for use with dZSbot and Project-ZS ...
...without that lame ftplib!!!
Shouldn't it be http://www.project-zs.tk/ ;)
bounty
02-17-2003, 09:31 PM
eheheh yeah thx Dark0n3 ;)
caladan
02-18-2003, 10:07 AM
just to mentioned:
actual sitewho.exe ONLY WORKS ON XP(with sp1) OR Windows .NET Server!!!
NeoRanga
02-18-2003, 10:17 AM
Thx guys for this fantastic script, I'm testing the new version and I find a bug in
set location(GLLOG) "path"
I noticed that you changed this var in the script with IOLOG but not in the declaration, I simply changed it on the declaration and it worked fine.
Nice work and sorry for my english :p
bounty
02-18-2003, 01:48 PM
hi m8s
here a minor update: dZSbot 0.0.7.1 downloadable here: http://www.project-zs.tk/
!!! read changelog !!!
have fun
bounty
Pichento
02-18-2003, 04:40 PM
Need some help here.
I cant get the bot to announce race?
running it with Project-zs v 0.0.5.6 and i only get new dir and nfo announce - but no race stats?
any clues to why?
caladan
02-18-2003, 05:05 PM
edit the config.h and look carefully @ sfv_dirs AND zip_dirs !!! edit the settings to fit ur needs and recompile ... for more nifo's or help come to #cala-zs on EFNET
-=DoBBeR=-
02-18-2003, 09:44 PM
I've got a small issue with this script. It deletes all files I upload :D ,any ideas why it does that? I've gone through the config file like 10 times, and still cant seem to find out why it does this to me. When I remove OnUploadComplete = zipscript-c.exe uploading works great again, but then I have no sfvcheck or zipcheck etc.
MadCowAss
02-19-2003, 02:00 AM
Are you uploading this files without a SFV ?
In this case, you had to compile zscript with option sfv first ....
caladan
02-19-2003, 03:15 AM
i guess he forgot to copy cygwin1.dll into x:\ioFTPD\system
-=DoBBeR=-
02-19-2003, 04:56 AM
well, I didnt forget about the .dll but I had a different version of that dll running in my 2 eggdrops, thats what caused the problem :) reinstalled *drops and everything worked fine.
tnx for quick response.
shorrty
02-20-2003, 08:29 AM
Hiho
i got there a serious problem ... i tested the zipscript-c with some zip files ... there was only a diz in the zip but zipscript always makes a stackdump error like :
Exception: STATUS_ACCESS_VIOLATION at eip=0040219B
eax=00000001 ebx=00000000 ecx=00000088 edx=00000088 esi=00000000 edi=0040D230
ebp=0022FA48 esp=0022F990 program=D:\ioftpd\system\zipscript-c.exe
cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
Stack trace:
Frame Function Args
0022FA48 0040219B (00410050, 0A0412E8, 0A041368, 00000001)
0022FA78 004075E0 (06465DE0, 00410050, 0A0412E8, 0A041368)
0022FE20 0040B2DD (00000004, 0A040FD8, 0A040328, 00000001)
0022FF40 610073E8 (610C39E8, FFFFFFFE, 000007E8, 610C390C)
0022FF90 610076CD (00000000, 00000000, 00000001, 00000000)
0022FFB0 0040CC62 (00409B5A, 037F0009, 0022FFF0, 77E614C7)
0022FFC0 0040103C (006E0065, 00720065, 7FFDF000, EF6B8CF0)
0022FFF0 77E614C7 (00401000, 00000000, 78746341, 00000020)
End of stack trace
any idea?
------
edit:
ok now it deletes everything :(
caladan
02-20-2003, 05:22 PM
could it be that u have defined more than one zip_dir?? and btw .. would be nice to discuss such bugs in chat .. #cala-zs @ EFnet ...
bounty
02-20-2003, 07:27 PM
hi m8s
here an update: dZSbot 0.0.7.2 downloadable here: http://www.project-zs.tk/
v0.0.7.2
+ added Plot Summary coz some imdb's movies don't have Plot Outline
+ added HideWindow - (c) 1996 Adrian Lopez - All Rights Reserved.
+ added df.exe & mkdir.exe are now win32 native binaries ! UPDATE THEM !
(ncftpls.exe is still cygwin dependent)
+ added ioZS output support for .ioFTPD.imdb
work only with ioZS v 0.91+ from Stardog !!!
+ added HTMLCODES PROC in imdb.tcl v1.3.3 (in scripts dir)
have fun ;)
bounty
did already anyone solve this problem?
$ ./setup.sh
gcc: installation problem, cannot exec `cc1': No such file or directory
mv: cannot stat `./a.exe': No such file or directory
gcc: installation problem, cannot exec `cc1': No such file or directory
mv: cannot stat `./a.exe': No such file or directory
same prob here and no idea why... installed cygwin several times and allways the same... would be glad if anyone could help...
caladan
02-21-2003, 09:07 AM
plz reinstall cygwin and check most pkg's under DEVEL section ... tis should help
nope...didn't... i even installed whole cygwin with all packets... still nothing :/ that's why I'm asking... i'm using 2k-latest-sp. perhaps there's a prob?
KeNNeN
02-21-2003, 01:23 PM
i got same error
try diffrent download server
some of them have missing paks
bounty
02-21-2003, 05:11 PM
hi m8s
here an update: dZSbot 0.0.7.3 downloadable here: http://www.project-zs.tk/
v0.0.7.3
+ !!! FULL ioZS support now (all binaries are now win32 natives) !!!
+ removed all cygwin dependences for dZSbot (ncftpls not needed anymore)
+ added new bnctest.exe (win32 native binary) by StarDog (c) 2003
(delete ncftpls binary & replace by this one)
+ fixed BNC PROC to use new bnctest.exe
have fun
bounty
thewarden
02-22-2003, 01:23 AM
Originally posted by gulu
nope...didn't... i even installed whole cygwin with all packets... still nothing :/ that's why I'm asking... i'm using 2k-latest-sp. perhaps there's a prob?
Same here - 2k - same errors?
But as of the latest 2K updates, I as well noticed within
MS programs (have you) that CUT N PASTE craps out when
you use it from ex: Ultra Edit to a MS program.
Maybe it's MS and another few new bugs.
TW
DR. GiGa BYTe
02-22-2003, 01:44 AM
Hi,
me again... installed cygwin xx times from >5 different mirrors and everytime i got this f***** "cannot exec cc1" error... where is the difficulty in installing cygwin?!?!
I just start the setup.exe, leave every package defalt, only "devel" set to install... and thats all?!?
mmhhh nearly getting nutty i installed the whole (yeah really everything!) cygwin package (178MB)... and what happend?!? I still get this $&§//&"!§ error...
Please give me some hints what i did wrong?! btw. i use Win2k Pro SP4 RC4.36...
Thanx
DR.GB
Pichento
02-22-2003, 04:45 AM
You need to search for the files (cc*) and manually copy them to your zipscript/src dir (and maybe others).
Otherwise it will not work.
The developers shoud include those files in the package..
caladan
02-22-2003, 02:07 PM
no that's not right ... he only have to check all packages under DEVEL section ...
Originally posted by caladan
no that's not right ... he only have to check all packages under DEVEL section ...
no he hasn't... i tried at least 3 different mirrors and allwas had the same error... so i don't think it's a mirror problem... i'll try to copy what Pichento saif but standard-installing is not working 4 me...
caladan
02-22-2003, 07:46 PM
then ur install is wron .. because path should be set to /bin in ur user ... and there r all .exe
thewarden
02-22-2003, 08:13 PM
Originally posted by gulu
no he hasn't... i tried at least 3 different mirrors and allwas had the same error... so i don't think it's a mirror problem... i'll try to copy what Pichento saif but standard-installing is not working 4 me...
I had the same problem -
DO a full deletion of all cygwin - reboot -
Then do the internet install with dev area -
Works fine under 2k
I found for some weird reason - the LOCAL did not install???
Who knows, maybe it's some other program causing the
problem, I as well disabled all TRAY programs before
I did the internet setup.
TW
bounty
02-22-2003, 09:46 PM
hi m8s
another day ... another shit
here an update:
Sitewho v0.2 & dZSbot 0.0.7.4 downloadable here: http://www.project-zs.tk/
v0.0.7.4
+ !!! USE LATEST SITEWHO V0.2 BINARY from Caladan !!!
+ added new df.exe win32 binary v1.3 !!! UPDATE IT !!!
+ fixed !free proc to work with new df.exe (v1.3)
+ fixed multiple output on !speed <user> when user idle with 2+ connections
have fun
bounty
caladan
02-24-2003, 06:01 AM
and just to mention: sitewho still runs only on WinXp (Sp1) OR .NET Server...
btw.. if u need some new functions in sitewho .. just tell it :)
Pichento
02-24-2003, 06:41 AM
Heya Caladan.
First thanks for a great port and improvements over the original.
Some cookies are not working tho.
Top stats (DayUp %D, WeekUp %W, MonthUp %M and AllUp %A) will give 0 in user race stats.
And postdel.exe crashes over 50% of the times I call it.
Running on .Net server RC2.
caladan
02-24-2003, 09:45 AM
dayup weekup etc are currently not implemented, but will be in future rlzes. postdel.exe crashs because it's still alpha .. but f u really need it goto postdel.c and look for a line like: printf("!putlog %s",gllog); put // before this line. save . and recompile. should now work better
bounty
02-24-2003, 09:40 PM
hi m8s
here a new update:
dZSbot 0.0.8.0 downloadable here: http://www.project-zs.tk/
v0.0.8.0
+ changed a little the output for: !uploader !leecher !idler & !speed
+ added new procedures & announces for ioA !nukes & !unnukes channel cmds
+ added new procedure & announce for !affils groups
+ added new procedure & announce for !banned groups
+ fixed %idlers wasn't added in %totalusers variable for !bw cmd
+ fixed a basic security flaws in !idler cmd
+ added new procedure & announce for !news channel cmd
+ added new procedure & announce for !rules channel cmd
+ added lots of disable() settings for announces
have fun
bounty
caladan
02-26-2003, 02:10 AM
nice work b0unty ;))))
Zer0Racer
02-26-2003, 03:36 AM
Good work B0unTy! :)
I'm still stuck with 0.0.7.2. Alot of changes after that has been for the sitewho.exe part. I'm on win2k so I think I'll wait a while longer before I upgrade. The one I'm using is working very good.
caladan
02-26-2003, 09:43 AM
zer0 .. some new functions in the latest dzsbot can be usefull even if u have no sitewho ..
Zer0Racer
02-26-2003, 09:59 AM
I know.. I know.. :)
I'm gonna upgrade.. soon..
caladan
02-27-2003, 02:02 AM
btw ppl, i'm thinking about a new pre script .. only for preeing but with sveral needed features like: giving credz after pre (to the one who uped a file .. or optional to the one who preed), put files of rel into dupechecker/dupelogger db, run IMDB info after pre etc etc.. what do u guys think about ...? any suggestions?
phrode
02-27-2003, 04:03 AM
Sounds nice :D
Pichento
02-27-2003, 04:12 AM
But plz work on the postdel.exe problem first :)
caladan
02-27-2003, 04:44 AM
sure i'don't forget this ;)))
caladan
02-28-2003, 01:35 AM
again a question .. : which things are missing in the current project-ZS release ..(except postdel) ??? any suggestions ?
Pichento
02-28-2003, 03:58 AM
1. Stat cookies.
2. MP3 genre check (does not work in current release)
Thats at least what I found.
Gotrekk
02-28-2003, 04:40 AM
what about a nonfo/nosfv tag outside release dir ? i think it should be very very nice :)
caladan
02-28-2003, 05:58 AM
gotrek: sure, i didn't forget u ;)
pichento: stat cookies = wkup wkdn etc?
2. genre check worked last i tested it .. u really sure?
Pichento
02-28-2003, 06:55 AM
yes caladan.
genre check does not work here...
but using dated dirs in that section. might be the reason.
re stats : yep wkup etc. in announce
bounty
02-28-2003, 04:09 PM
hi m8s
here a new update:
dZSbot 0.0.8.1 downloadable here: http://www.project-zs.tk/
v0.0.8.1
+ !!! NEED NEWDIR v2.0 to use !new cmd !!!
+ fixed a case problem in !affils & !banned procs
+ rewrited procedure & announce for channel cmd !new (NEWDIR v2.0)
have fun
bounty
caladan
02-28-2003, 05:36 PM
and btw ... sitewho is updated (but still same version number)
private dirs works now!
caladan
03-03-2003, 09:14 AM
ok i added now:
- no_nfo incomplete link
- stats
(mp3 will be fixed)
any other ideas what i should add?
Zer0Racer
03-03-2003, 10:49 AM
.ioFTPD.imdb gets created (0-byte file) in every new upload even if no imdb-data was found.
caladan
03-03-2003, 03:24 PM
this should be a b0unty thing ... because his bot creates this
Zer0Racer
03-03-2003, 03:31 PM
Umm.. sorry.. why didn't I think of that?! :)
Well.. one question for you Cala..
Is it possible for zs to totally ignore dirs in #define nocheck_dirs ?
.ioFTPD.debug and .ioFTPD.racedata still appears. The debug will not be created if I disable debugging, I know. But the others? Picky picky me.. :)
caladan
03-03-2003, 05:24 PM
hmm i'll check if i can do this
bounty
03-03-2003, 08:54 PM
Originally posted by Zer0Racer
.ioFTPD.imdb gets created (0-byte file) in every new upload even if no imdb-data was found.
i'm not sure that 0-byte file come from my script
have fun
bounty
Naiepain
03-04-2003, 12:30 AM
When i compile from cygwin the zscript.. return the follow error:
$ sh setup.sh
In file included from cldn.script.c:26:
stats.h: In function `updatestats':
stats.h:43: warning: passing arg 1 of `bzero' from incompatible pointer type
Some sugestion?
Thanks
PLS help me, Iam in hell. I downloaded Cygwin, installed and same problem with command not understood. Or something loke this. I can not find gcc install :-((( PLS help me, how install cygwin, how install gcc and how to compile zipscript. I saw this script in action, wonderful, but very hard for me to compile :-((( PLS help me ;) THX
Sorry sorry for my post, now it is working :-)))
caladan
03-04-2003, 02:12 PM
Naiepain: reedit config.h ... u did something wrong ..
@all: For the ppl who wanna have genre check working .. edit config.h this way:
#define banned_genres "Christian,Rap"
important is the "," between genres
SomeoneWhoCares_2
03-04-2003, 10:21 PM
but 'Christian Rap' is an actual genre :p
caladan
03-05-2003, 06:41 AM
was just for demonstrating ;)))
caladan
03-05-2003, 02:52 PM
Zer0racer had probs with a .sfv which contains more than 120 files ... if u have this error too here is the way to fix:
open functions.h and look for 2 lines like:
#if ( sfv_dupecheck == TRUE )
char *fname[120];
change the number in the [] to the number of files u think your .sfv can contain ..
recompile .. ready
bounty
03-08-2003, 02:09 PM
hi m8s
here a new minor update:
dZSbot 0.0.8.2 downloadable here: http://www.project-zs.tk/
v0.0.8.2
+ fixed -useragent in IMDBCALL PROC (some eggdrop crash w/o useragent)
+ added 6 disable() settings for sitewho announces
+ added new procedure for !undupe (msg bot) (require +f flag in bot)
+ added disable() setting for !undupe
have fun
bounty
caladan
03-08-2003, 05:50 PM
and again: nice work
NeoRanga
03-09-2003, 07:26 AM
thx again, I l0ve this bot :D
PD: In the next version can you include a txt with the upgrade instructions to quickly update without need to reconfigure all?
NeoRanga
03-09-2003, 07:49 AM
bounty what is http.tcl? Is new in the scripts dir but I haven't se any info about it on the instructions :confused:
Thx again
bounty
03-09-2003, 01:55 PM
then read the Install.Instructions.txt again ;)
NeoRanga
03-09-2003, 05:59 PM
jejeje, thx I haven't seen the BIG words :p, sorry guy ;)
NeoRanga
03-10-2003, 08:07 AM
Now I have a problem with the imdb function, sometimes(very often) when I make a imdb search the bot crash and other times with the same search it shows the results. I test it with the new http.tcl script(and without it). I have no error logs of the bot or any info about the crash :(
Any suggestion?
Thanks, and sorry for my english;)
bounty
03-10-2003, 08:26 AM
hmm sorry m8 but i have no idea why it crash sometimes on some computers
have fun
bounty
bobby89
03-10-2003, 10:30 AM
any clue as to why on some sends the .nfo is deleted and "zipscript-c.exe.stackdump" is left in place of it?
caladan
03-10-2003, 03:54 PM
try deleting imdb.exe in ioftpd\system dir .. and edit config.h and set enable_accept_script to false
bobby89
03-10-2003, 04:54 PM
thank you
caladan
03-11-2003, 06:05 PM
and another quickfix for powerusers:
if u want to use %V cookie in progressbar there is one thing to change in source:
edit convert.h
line 434
change:
for ( ; n < 14 ; n++) raceI->misc.progress_bar[n] = ':';
to:
for ( ; n < 14 ; n++) raceI->misc.progress_bar[n] = '-';
have fun
Caladan
ps.: fix will be included in next rlz
(remember: free source rocks :p )
azert
03-12-2003, 03:47 AM
yup,super, but ...
[--------------] - 0% Complete - [XX]
[#######-------] - 50% Complete - [XX]
[XX] - ( 19M 2F - COMPLETE - Trance 2003 ) - [XX]
... stay all dirs :(
in conf.h ->>
#define progressmeter "[%V] - %3.0p%% Complete - [XX]"
any idea?
azert
03-12-2003, 05:09 AM
he's OK :)
in conf.h
I'm forget >>
#define del_progressmeter "\\[.*] - ...% Complete - \\[XX]"
sorry :)
Unique
03-12-2003, 02:28 PM
Originally posted by NeoRanga
Now I have a problem with the imdb function, sometimes(very often) when I make a imdb search the bot crash and other times with the same search it shows the results. I test it with the new http.tcl script(and without it). I have no error logs of the bot or any info about the crash :(
Any suggestion?
Thanks, and sorry for my english;)
yupyup, that imdb script is ****ed up.
On another w2k adv server is crashes bot in like 80% of all imdb requests.
On my own comp its more like once a 15 imdb request.
1 thing is for sure: its not stable.
caladan
03-12-2003, 04:06 PM
for the ppl who have my old imdb script still on HDD it maybe a solution to use this on w2k server ...
have fun
Caladan
caladan
03-12-2003, 04:16 PM
btw .. i'm still open for suggestions for the new version of zipscript ... anything u really really want to have?
cdrips
03-13-2003, 06:44 AM
How about a version of zs which you don't have to compile yourself? Not sure if possible, just wondering.
caladan
03-13-2003, 08:21 AM
sure it's possible ... i'll inlcude 3-4 standard binarys next rlz. so ppl who wanna have this settings only need to copy the bin into ioftpd dir. i hope this makes it more interesting for non cygwin ppl
sounds nice
if zipscript will be working on those binaries just without cygwin-install-doh-stuff I WILL change my script to p-zs :)
Pichento
03-13-2003, 11:16 AM
But dont remove the option to compile yourself.. I wanna be able to customize output :)
caladan
03-14-2003, 05:47 AM
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
Zer0Racer
03-14-2003, 07:34 AM
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. :D 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.
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:
unsigned long long size;
Now the announce was 4482.3MB :D
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
caladan
03-14-2003, 07:51 AM
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
03-14-2003, 11:46 AM
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?
malexx
03-14-2003, 12:35 PM
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!
NeoRanga
03-14-2003, 03:24 PM
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 :D
caladan
03-14-2003, 03:54 PM
@ 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
03-14-2003, 04:12 PM
and btw .. ppl which can't acces our webpage @ hhtp://project-zs.tk can use our mirror:
http://project-zs.ioftpd.net/
NeoRanga
03-14-2003, 04:40 PM
I forgot to mention if exist any possibility to see the witewho runing in older windows without .NET ??
Thx :)
caladan
03-14-2003, 05:02 PM
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
03-15-2003, 06:48 AM
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?
malexx
03-15-2003, 10:32 AM
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;)
caladan
03-15-2003, 06:23 PM
zipscript is running on all systems (at least it should be ;)) ..
bounty
03-16-2003, 05:13 PM
hi m8s
here is a little update
grab it here: http://project-zs.ioftpd.org/download/dZSbot.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
caladan
03-17-2003, 03:47 AM
and again: nice work ;)
NeoRanga
03-17-2003, 08:35 AM
Nice work again. Is possible to see a command in the bot that shows the nfo of a selected release??
Thx :)
NeoRanga
03-17-2003, 09:24 AM
Now I have a problem with zipscript-c, when I resume the upload zpscript always marks it as wrong, is a problem of configuration or the zipscript doesn't support upload resume?
Thx.
caladan
03-17-2003, 01:35 PM
this looks more as a ioFTPD prob. because zipscript get's CRC from ioFTPD. but i would advice to add zipscript-c to:
[Events]
OnUploadError = zipscript-c.exe
too. this deletes the incomplete file. that's much better than resuming and will solve this prob.
caladan
03-17-2003, 05:44 PM
finaly there is a DirDupeLogger for ioFTPD made by poci
DirDupelogger v1.0 is avail on
http://www.project-zs.tk
or
http://project-zs.ioftpd.net
THX POCI!!!!!!
TjyvTompa
03-17-2003, 09:48 PM
#define require_nfo_for_complete 0
How would that work on movies that are 2 or more CD´s, there are usually only a nfo in the root dir, not the CD1, CD2... dirs when it Ã*s pre´d.
ROuGGy
03-18-2003, 02:13 AM
caladan second url doesnt work for me.
Is it for u ?
caladan
03-18-2003, 04:21 AM
@TjyvTompa: of cause this works with morecd rels too. i find a "lame" way to do this. leet coders will laughing about this ..
but it works .. and that's all what counts ;)
btw .. i used the same for the ../../(incomplete)-(no-nfo)-rlzname-(CD?) function.
@ROuGGy: both are working fine for me.
NeoRanga
03-18-2003, 10:15 AM
About dirDupelogger, I wan't to denegate the creation of a dir if it has been logged, if I put
mkd = ..\scripts\dupediradd.exe
in PRE instead of POST in the io ini then the user can create this dir like dupecheck does???
Thx and sorry for my english ;)
caladan
03-18-2003, 04:42 PM
this feature is not build in in current version. plz wait for the next rel to have this.
caladan
03-20-2003, 02:08 AM
for ppl whho ask themselves if ZS works in the new version:
yes it works, but there will be asap a new version with symlink support and many new features. so plz be a little bit patient :)
kind regards
Caladan
caladan
03-22-2003, 09:06 AM
This is called a "pre"-rlz because postdel.exe is still not working and some features i wanna build in are not build in atm. but for ppl which don't need postdel but symlinks this rlz is nice to test :)
zipscript-c 0.0.5.7-pre-rlz:
--------------------
+ added different incomplete tag if no nfo is present
->this is customizeable .. but .. better left it as is!
+ added NO NFO logging for announcin in bot if no nfo is present on special timers(on halfway and complete)
->if u don't want this, edit the announces!
+ added a new option for banned genre/bitrate/year
-> now u can choose if u want to deny ( = del after upload) or warn only if a banned genre/bitrate/year mp3 is uploaded
-> if u choose to warn only, bot will announce this in chan!!!
+ added #define max_sfv_files 120 to config.h
->with this option u set the max files a .sfv can contain. better leave it untouched .. (zer0racer needed it ;) )
+ added release size check(rar only). if release size is less than the required, zipscript warns (output via bot) users.
-> this feature is disabled by default! be sure to enable it!!
-> for further informations on use, see install.instructions.txt
-> added %i Cookie -> this is the required size the rlz must have
-> added #define rar_update_wrong_size -> this is used instead of #define rar_update if rlz size is to less.
-> added several new settings for this in config.h.
+ added symlinking function for sorted.by.* Mp3's
-> be sure to edit the pathes in config.h!
+ added symlinking function for incomplete link
-> be carefull while editing the settings in config.h ...
+ changed Install.Instructions.txt
+ changed the way script check pathes ... u can now use dirs like /Request/Speedtest what is different to /Request
+ fixed the %V cookie .. it's now working perfect :)
+ fixed cookies.txt because some cookies were wrong
+ fixed crash if somebody trys to upload a .zip into a .sfv dir
get it from:
http://www.blueoptix.com/~project_zs/download/project-zs.0.0.5.7-pre-rlz.rar
have phun
Caladan
/edit on
u need at least ioFTPD 4.6.0+ regged/unregged version to use symlinks
edit off/
ROuGGy
03-22-2003, 09:22 AM
tnx cala good work :)
NeoRanga
03-22-2003, 09:49 AM
sometimes when uploading a sfv and the script cleans it and add the custom message it adds a wrong line at the end with a cutted file crc.
It exactly copys the 4 line begining from the end and pastes it at the end of the file without the 2 first characters or the line copied:confused:
caladan
03-22-2003, 10:06 AM
first: use latest zipscript version
second: use latest cygwin1.dll !!!!!!!!!
that's all
NeoRanga
03-22-2003, 10:31 AM
I was using zipscript version 0.0.5.6 and cygwin version 0.71, 1003.19.0.0, I'll try with the new pre-rls version.
caladan
03-22-2003, 10:51 AM
and plz update ur cygwin1.dll. after that this error never will occur again :)
NeoRanga
03-22-2003, 11:14 AM
Sorry, I belived that I have the lastest version when I compiled 0.0.5.6 version.
Thx master :)
caladan
03-22-2003, 02:27 PM
would be nice to get some feedback from ppl which tested the pre-rlz version :)
just to know where are still bugs :)
malexx
03-22-2003, 02:32 PM
I dont Understand why you dont put a good Doku to it,how to install this Script.
Most of users here are Winusers,and dont come from Unixsystem.
I tried many times now to install this Thing,but this cygwincrap allway gimme some failure.
For sure,if there was a good setup.txt or something like this,more People would try your Script.
PS.I am glad StarDog releases his script,cause thisone is really stable now,fast and have also nice features like imdb etc.
Not all the People have time to waste on a Zipscript,and iam sure iam not the only one who think so.
Nothing against your Script,it might be good,i just think if you Release a thing like this,ported from Linux,there should be at first a good Dokumentation!
MFG...
caladan
03-22-2003, 02:41 PM
the docu is as good as possible .. the cygwin errors u get are missing packages. nothing more.
and i really think that a zipscript is really important on a site.
and a good site has it own scripters .. and this scripters should be good enough to handle this script. if they are not .. get better scripters!
this zipscript is NOT mainly for newbies. it's for more for advanced users wich needs the power to change EVRYTHING. and that can be done with my script.
but i remember when i started this project i had 3-4 testers and this scripters were win users too ... but they were successfull with this script. and i know many other ppl which are not advanced users .. and all were successfull!
if u have probs ask in #cala-zs chan or in this thread and i'm sure u will be successfull too.
because it's only the cygwin install which is not easy.. but if u have done this once .. it's a work of seconds to recompile script on each new version.
mfg / kind regards
Caladan
NeoRanga
03-22-2003, 03:31 PM
Thx the sfv problem seems to be fixed but OnUploadError the script detects that the file has bad crc but don't rename or deletes it. Any suggestion?
PD: Symlinks seems to work perfect but without stable postdel it's so complicate to delete them.
caladan
03-22-2003, 03:43 PM
of couse i'm working on postdel :) .. so gimme some more time and i'm sure we will have this soon :)
malexx
03-22-2003, 03:50 PM
-EDIT
forgett about ,i wrote down some things that disturb me,.......but it would end in an endless discusion!!So i deleted it!!
just 2 things i want to say!
After 8xtimes downloading Cygwin from different mirrors,it works now,got it working more than fast!Really easy to setup,you dont need to be an ADVANCED USer.
Just this Cygwinstuff is a Big cake of ****.
Your Script works,its good.
But the reason i will not use it is just a simple sentence you wrote in you install.txt
-* If u really don't know what u should do here u better go and use Stardogs script-
i think things like this dont need to be in Installinstructions,and its
pretty lame!
caladan
03-22-2003, 04:16 PM
it was a joke and if u ever have used darkone's project-zs u seen a nearly similar line ... and if not .. have a look on the orignal project-zs zsconfig.h ... :p
and second reason about this comment is to inform other users about more simple scripts
and third .. it's NOT in install.instructions.txt ..
Stardog
03-22-2003, 11:20 PM
If I could just add my $.02... Each script has it plusses and minuses...Those that use my site know that I actually use a HIGHLY modified version of project-zs with glftpd(I added enhanced MySQL support as well as alot of other cool features). But that works fine for my unix system and for me, as I am a full-time unix programmer...But I figured that for running a windows site with ioFTPD, most Windows users are NOT familiar (or comfortable) with compiling everytime they need to make a change to their setup. This also makes it kinda pointless for me to release the code, not everyone has Visual Studio installed on their systems with the full Windows SDK. There is a proper tool for each task, for those that have the skill to compile changes, they would use zipscript-c, but if not, then they could use one of the other scripts like ioZS, ftpservertools, JACheck, or whatever...
NeoRanga
03-23-2003, 05:34 AM
Exist any command to do a rescan of the sfv with zipscript?
caladan
03-23-2003, 06:50 AM
@Stardog: that's why i wrote the sentence about u in the config.h
i know not evryone is familar with compiling and changing code and i never said my script is easy to setup/change. that's the good on ur script. it may be better for some/most ppl which can't code/compile
@NeoRanga: ioA is offering a nice rescan command and in future version of ioA there will be "more" project-zs support.
NeoRanga
03-23-2003, 06:08 PM
I'm still getting the problem with the corrupted sfvs with the aditional info at the end, it doesn't happen always but very often.Now the version of io is 4.6.1, zipscript 0.0.5.7 and cygwin 1003.22.0.0/0.78 version.:(
Any suggestion on where is the problem??
Thx for your support.
caladan
03-24-2003, 06:56 AM
hmm check if the .sfv from the source server is broken (it might be that the sfv script on source server ****ted it up)
caladan
03-25-2003, 04:32 AM
NeoRange: was it the sfv from the destiniation server? would be nice to get feedback ..
NeoRanga
03-25-2003, 08:26 AM
I have been looking sfvs and the source server hasen't this error on sfvs. When I transfer this sfvs from the source server I can't get this error but some of my users get it :confused:
caladan
03-25-2003, 11:37 AM
strange strange. i will keep an eye on it.
HellsAngel
03-25-2003, 01:14 PM
caladan do you have any idea when the .sfv bug will be fixed?
uploading a few rars then .sfv deletes all previous uploaded rars.
caladan
03-25-2003, 02:55 PM
i'll try to fix that too .. but atm u should ul sfv first ;)
caladan
03-25-2003, 04:54 PM
I fixed now the postdel ... it should now remove all tags which users normaly can't del ... there should be no crashes .. and of couse .. there should be an incomplete announce!
UPDATE:
+ added 0day sorted.by symlinking function
-> u can define ur own different types! see config.h for further details
+ fixed postdel little bit ;)
http://www.blueoptix.com/~project_zs/download/project-zs.0.0.5.7-pre-rlz.rar
grab it and njoy :)
Caladan
caladan
03-27-2003, 02:38 PM
would be nice to get some feedback ;) ;)
NeoRanga
03-27-2003, 04:08 PM
I'm still using the previous version without this postdel, I'll update this weekend but great job master ;)
Now I'm trying to isolate the error, it appears when I fxp sfvs with a blank line between each flie crc entry, example:
; sfv raped by zipscript-c
; sfv info
pnt-duns.r00 5eae590f
pnt-duns.r01 a0065fce
pnt-duns.r02 d3f4dc37
pnt-duns.r03 7a6aaa94
etc and after transfer it lokk like this
; sfv ruleD by SERVER
pnt-duns.r00 5eae590f
pnt-duns.r01 a0065fce
pnt-duns.r02 d3f4dc37
pnt-duns.r03 7a6aaa94
...
pnt-duns.r45 d85411f0
pnt-duns.r46 fefbb359
pnt-duns.r47 058c4131
pnt-duns.rar 0eca8261
t-duns.r45 d85411f0
thx for support ;)
NeoRanga
03-27-2003, 04:12 PM
Another corrupted example:
str-dor3.r46 bae031c9
str-dor3.r47 6dff9470
str-dor3.r48 23611439
str-dor3.rar 3b9a63e6
tr-dor3.r46 bae031c9
caladan
04-02-2003, 06:39 AM
hiho ... i'm just back from a vacation .. i hope u ppl didn't miss me to much ;)
@neo: is the sfv cleaned by my script or by another?
NeoRanga
04-02-2003, 02:28 PM
by your script, I don't made my own program to do it, but if this is the problem I can try to do it:confused:
caladan
04-09-2003, 11:33 AM
no neo, i mean is sfv script cleaned by the zs from the other site?
NeoRanga
04-09-2003, 02:17 PM
Yes, the other site has the original zipscript-zs and has no error but creates a blank line between every text line, it can be the problem?
JRule
04-14-2003, 07:43 AM
Originally posted by malexx
-EDIT
After 8xtimes downloading Cygwin from different mirrors,it works now,got it working more than fast!Really easy to setup,you dont need to be an ADVANCED USer.
Just this Cygwinstuff is a Big cake of ****.
So what did you do to get that compiling with Cygwin working?
caladan
04-14-2003, 10:02 AM
i guess he made a full install but his install breaks to often .. so try reinstall and reinstall again. (or choose a better mirror)
@neo: i dunno if the lines are a prob. i will check
iono-
04-14-2003, 01:46 PM
caladan : for me, to fix an sfv that your zs is incorrectly calculating i manually add lines between the entries and it works 100% of the time, so it's weird that this is creating errors for neo. It is always that the sfv is not cleaned by another zs that errors occour, and it seems to always create another entry at the end of the sfv file, a duplicate, with the first few characters missing from it.
b>d>>s
04-16-2003, 02:39 PM
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,
:(
caladan
04-17-2003, 03:23 PM
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
Pichento
04-18-2003, 06:27 AM
where do we download the "quick fix" now that website seems down for good?
caladan
04-20-2003, 04:21 PM
new mirror atm is:
http://pzs.gotroot.ca
there will be a new version in the next few days!
Razor
04-21-2003, 03:10 AM
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.
caladan
04-26-2003, 01:42 PM
u can rescan using ioA's rescanall function
Pichento
05-01-2003, 04:05 PM
development dead??
long time since any updates - or am i mistaken?
bounty
05-02-2003, 05:24 AM
as you can see we all are waiting about a new version of ioftpd to continue our work ;)
Pichento
05-02-2003, 05:38 AM
indeed...
imho - one should focus on fixing bugs in ioftpd - before shfting resources to http admin....
neat feature - but definately not critical :)
caladan
05-03-2003, 07:21 AM
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
NeoRanga
05-04-2003, 04:30 PM
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.
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
caladan
05-12-2003, 08:05 AM
i will check it @ prolucky
iono-
05-14-2003, 12:14 PM
do you mean it outputs it to the sitebot, or do you mean it makes a .ioftpd.message, in which case that's design.
caladan
05-27-2003, 06:12 AM
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);
}
ProlyX
05-29-2003, 03:38 PM
with io4.9.3u it delete all files after upload.. give no output nothing.. (0.0.5.7 pre-rlz...)
DoBBeR running [r] version works fine for him..
Ikaro
05-30-2003, 08:37 PM
i use latest io[u] and 57-pre zs-c
works fine.
(if any other version ever comes).. all for .ioFTPD.message output.
1) duration - exactly from hh:mm:ss -> hh:mm:ss
2) fastest / slowest file + which file that was
3) traffic - if possible to find out how many users leeched those files.. $x files leeched $y times -> $z MB down ($a total)
4) also real "race" essential thingie; counter for other races, which shows when did they join. so f.e. if user B starts the race and user C joins in after 49s, he'll have "49" as his Join value
(comes from F1 i guess - but still a good idea). so f.e.
# user join
1) B init
2) C +49s
caladan.. please.. take a look and keep improving your thingie.. its summer, lots of time to do so !! .. :)
g'work anyways
caladan
07-09-2003, 01:09 AM
i'll see if i find some time to finish my work .. ;)
tronq
07-09-2003, 01:55 PM
I get extra emtpy lines in the .sfv files..
is there something i've done wrong maybe....
like this:
xxx.r00 afb6f4a1
xxx.r01 6f260192
xxx.r02 1f93cfe7
Guardian
07-10-2003, 12:24 PM
hmm, on some races the script creates a .tmpsfv is that normal ?
cause it doesnt convert it back to original sfv name :\
caladan
08-04-2003, 03:59 PM
about the extra lines:
maybe u added a \n in the sfv rape line ...
about the tmpsfv ... this file is created only for sorting reasons.. try to disable sfv raping if u have probs
rozwellite
08-05-2003, 01:57 PM
can someone please post a updated mirror?
sure
http://pzs.gotroot.ca
or
http://www.brutalfield.com/
rozwellite
08-05-2003, 06:07 PM
thanks
rozwellite
08-05-2003, 06:49 PM
sorry about that
ioFAN
08-06-2003, 10:46 AM
I need a new mirror. Thanks :-)
I hope that my bot runs if I install the project-zs.
-ioFAN
brutalfield mirror seems to only have 0.0.5.6 of the project-z. newest version 0.0.5.7-pre seems nowhere to be found...
ioFAN
08-12-2003, 09:12 AM
[qoute]last update May 1st:
get [board] ioFTPD 4.6.2u (unregistered)
get [board] ioFTPD 4.6.1r (registered) {pay Dark0n3}
get [board] iOA 0.7.4
get [board] NEWDIR 2.1
get [board] ioZS 1.02
get [board] zipscript-c 0.0.5.6
get [board] dZSbot.0.0.8.3
get [board] ioSS v14
get [board] Sitewho binary v0.2 w/io patched
get [board] SiteStat [WIN2K] (unofficial port)
get [board] ioTRIAL318-StandAlone
get [board] Raiden2ioFTPd v1.0.4
get [board] ioMONITOR RC4
get [board] FlashFXP CMD-SET v4.6.0
ioFTPD HTTP Remote administration soon...[/quote]
Thats all.... No Project zs :(
caladan
08-13-2003, 02:52 PM
i'll see if i can find a new webspace
bobby89
08-18-2003, 10:42 AM
is there anyway i can edit the script so that it will show a line on mirc what files people are leeching? thanks
b>d>>s
09-02-2003, 06:02 PM
(*****)
-=DoBBeR=-
09-04-2003, 01:18 PM
lol
caladan
09-06-2003, 05:48 PM
new webpage for dl:
http://www.freier-koerper-kult.de
Daten
09-07-2003, 05:49 AM
Sorry but i cant download any script from this Website ;(
Daten
PS please fix it i dont want to use this shit ****ing iobanana anymore ;)
UPDATE:
I can only Download the last 3 Files the rest isn't there ;(
dircd
09-17-2003, 06:46 AM
Yup project -zs is nowhere to be found almost all URLS are down
(i can mirror it)
bounty
09-17-2003, 07:03 AM
yes all links are down we have websites problems
uprise
09-19-2003, 10:41 PM
Where can i get it??? I can put up a fast mirror , it seems needed!
ZAiNT
09-21-2003, 09:55 AM
believe me u dont wanna use it untill postdel gets fixed
Pichento
09-21-2003, 10:03 AM
postdel works just fine.
zipscript-zs is by by the fastest and most stable zipscript for io available.
uprise
09-22-2003, 03:45 PM
I have it now, was working okay at first but its full of bugs. I get tons of these stackdump errors whatever they mean..... And postdel was very buggy so im not using that...
I agree project-zs is the only thing ill use... Its the best but these bugs need fixing bad.
caladan
10-04-2003, 05:50 AM
new url:
http://freier-koerper-kult.de
updates soon. i just have many (private) probs! plz be patient!
hpolimar
10-06-2003, 10:05 AM
hi! i'm testing your script. my problem is that when a sfv is uploaded, the script create the uncomplete dir in the right section, but it puts missing files under /ioftp/system .
vfs dirs and config.h dirs are the same.
how can i fix it?
SnypeTEST
11-17-2003, 06:36 PM
for those of you who like zipscript-c for glftpd or cala-zs for ioFTPD check out php_psio_0.0.3a.zip , located in the members sections - scroll down to "iRC Foundation Scripts" , if you dont see it, paypal me $1 or higher ;) and I'll add u to the list of donators thing...
Basically this is zipscript-c , plus or minus some stuff, with nfo/diz stripper included. very nice. I will try to port psio's imdb script to work with this.
I had acouple of people test it out, they like it very much - you guys wont be dissapointed.
Anyway, join #iom0d on efnet and tell me if you find any bugs or have any suggestions. ( nick: SnypeTEST )
Is it built on the orignal or a new script which looks the same?
Pichento
11-18-2003, 05:16 AM
Members page??
Where?
Dont see it here at ioftpd.com
SnypeTEST
11-18-2003, 07:17 AM
Originally posted by Pichento
Members page??
Where?
Dont see it here at ioftpd.com
try now. donate some $$ :D
Pichento
11-18-2003, 07:36 AM
Already donted for ioftpd & ioB.
Should I really donate more?
Not a problem money-wise, but the new licance types should cover that or?
Pichento
11-18-2003, 07:39 AM
Found it thanks bro.
But using php?
i really prefer the caladan version using cygwin. its by far the fastest zipscript out there for ioftpd.
Compiling and exe with the config included is always a faster option.
You got an idea of the speed compared to caladans zipscript-zs?
SnypeTEST
11-18-2003, 10:07 AM
it depends on the speed of your computer :-/ .... on my 2.8ghz 512mb pc2100 , it goes around 20ms for regular release, and around 150ms for mp3 (with mp3 bitrate/genre/year turned on).. and 0day went for about the same speed as mp3 upload.
basically instead of having to download cygwin/compile/include the 1mb cygwin.dll , maybe a 400kb php dll , and open source php would be no difference. I was suprised on how good it turned out. Anyway, if you dont like it , dont use it. this was just going to be a private release , but I didnt it expect it to work so well.
Anyway later. got school (in school).
Stardog
11-18-2003, 02:37 PM
Originally posted by Pichento
Compiling and exe with the config included is always a faster option.
Yes its quicker to skip the step of reading config from disk, however using cygwin vs native windows code hurts its performance (sometimes by quite a bit)...
SnypeTEST
11-18-2003, 03:48 PM
well the config is sorta "included" within the code, it beats making a function to read the values when they are already set within the php :)
caladan
11-18-2003, 03:49 PM
sometimes winapi/framework code is a lot slower ... but anyway the precompiled binarys will be without cygwin.dll ...
@all: plz stay a little bit patient. i dont forget to update the script ;)
SnypeTEST
11-18-2003, 03:50 PM
Originally posted by caladan
sometimes winapi/framework code is a lot slower ... but anyway the precompiled binarys will be without cygwin.dll ...
@all: plz stay a little bit patient. i dont forget to update the script ;)
cool! :D
melsedir
11-18-2003, 04:48 PM
Caladan, an update would be awesome =)
caladan
11-25-2003, 12:46 PM
ok peeps here are some news about my progress:
i recoded the project-zs a little bit and now it works in win32 compilers (at least in my vs6 ;) ).
what means this: NO CYGWIN is needed. some functions have been replaced with win32 code -> better file/dir handling. another news: there will be less .ioftpd.* files per release ... to be exact only one file per release. i rewrote the code so it only needs one file per release where all info's are stored. of couse there are many more new features but u will get the full list if i am releasing the new code.
one thing: project-zs remains SOURCE ONLY. so no binary at this moment. but now u have the advantage to compile it in vs6 or something and u dont need a cygwin1.dll anymore.
Pichento
11-25-2003, 02:23 PM
Awsome Caladan.
I can't wait to try the new version. I've used your zipscript since the beginning and nothing even comes close still.
But will we need an external compiler to compile the code for ourselves or?
I dont wanna havce a script that has to access cfgs every time its executed and i wanna be able to customize (skin) it to my needs.
Mouton
11-25-2003, 04:19 PM
reading a configuration file takes about 1/100 of the complete time the zs runs, thus why nobody really cared to optimize that part.
plus io got memory mapping, which allows all scripts to save their config in memory.
caladan
11-25-2003, 04:21 PM
Pichento: of couse u have to compile urself.
Mouton: reading a config file evrytime is not the only reason for free source. it allows the REAL scripters to customize this script to fit COMPLETLY their needs. and if there are errors evrybody can fix them by just changing the source. and this 3 advantages are still not all on free source!
Glad to here that some still thinks free source is the way to go =) Can't wait to try it out =)
Pichento
11-25-2003, 06:12 PM
Hehe Caladan.
I got that part - but which program do I need for compiling it?
Mouton
11-25-2003, 06:32 PM
Originally posted by caladan
it allows the REAL scripters to customize this script to fit COMPLETLY their needs.REAL scripters make their own scripts! Maybe it wasn't so in gl community, but it appears that everyone with some programming knowledge in io community made his own script(s). Some release them, some don't.
I'm not against open source; i probably posted more LOC in those forums than anyone not programming tcl did. I was just stating that the points pichento mentionned are not really relevant ones in ioFTPD case.
neoxed
11-25-2003, 06:47 PM
Lets all just chillax here...there just scripts, we all know caladan brags often :p
Pichento
11-25-2003, 08:18 PM
Mouton:
I didn't know that io could handle script configs in memory. Thanks for the info.
My conclusion about script execution speeds are solely based on real life trials with all zipscrips available for ioftpd.
Caladans zipscript-zs is on my systems by far the fastest. I've done some internal testing just to see how much speed each zipscript was able to handle. but here we're are talsking of +50 mb/s transfer. Not really many systems out there can do that anyway (not counting LAN transfers).
Might be that other users have other experiences on different systems.
SnypeTEST
11-25-2003, 10:17 PM
hey pichento, can u try php_psio and give me some feedback :) thnx , I havent had a change to try it out on really good pc's , I dont have acess to the server at my old job anymore :( wouldve tested it on xeon dual processor grrr
caladan
11-26-2003, 04:09 PM
Pichento: atm i tested only with VS6 but i will test t before releasing on other relz.
caladan
11-29-2003, 12:11 PM
update: poci's dirlogger and dupelogger is now include into project-zs ...
so now u only have one .exe for 3 features:
zipscript
dir dupelogger
file dupelogger
and of couse u now have only one config :)
Guardian
11-29-2003, 01:18 PM
can't wait to test it on heavyload ftp :D
[EDiTED] bugs from old 57pre are all fixed ? tempsfv, stackdump files on 7+ racers, 50mb file races, sfv rape... ?
rAWfOX
11-29-2003, 02:03 PM
realy lookig forward for an update... any eta?
caladan
11-30-2003, 11:10 AM
[EDiTED] bugs from old 57pre are all fixed ? tempsfv, stackdump files on 7+ racers, 50mb file races, sfv rape... ?
yup. errors were caused because i didn't locked the racefile. this is done now of couse.
update: i now integrated zip/unzip direct into source! so no external unzip.exe or zip.exe is needed! ... and .. no ... i didn't use zlib or any other lib! so its not only fast ... it's hell fast ;)
edited:
are u interested in a feature like:
site make_release RELEASENAME
function:
takes all files in the current dir and put them to a zipfile, called RELEASENAME.
purpose:
for our 0day affils to create release easily
SnypeTEST
11-30-2003, 12:05 PM
sweet cant wait...... hey caladan pm me on irc :)
Guardian
11-30-2003, 02:07 PM
:cool:
that make_rls sounds/is very useful :)
Santa Caladan brings us a veeeeery nice gift ;)
(kann's kaum erwarten es zu testen :))
Pichento
11-30-2003, 06:22 PM
Yeah caladan.
Lets have it. cant wait to check out performance :)
bounty
12-01-2003, 04:04 PM
Originally posted by caladan
what means this: NO CYGWIN is needed. some functions have been replaced with win32 code -> better file/dir handling. another news: there will be less .ioftpd.* files per release ... to be exact only one file per release. i rewrote the code so it only needs one file per release where all info's are stored. of couse there are many more new features but u will get the full list if i am releasing the new code.
i like that last 7 words :D
go and release it ;)
have fun
bounty
caladan
12-01-2003, 04:48 PM
hehe bounty ;) first i wanna rewrite some code. i want to release a as clean as possible script. so stackdumps etc should be the past :)
uprise2
12-11-2003, 09:09 PM
site seems down to where i can download it, someone got a mirror url ?
uprise2
12-11-2003, 10:22 PM
HI, i have a problem... I used to use project-zs alot with no problems. Installing it with latest io on a new machine and when I upload any file it gets deleted automatically by zipscript. Yes config.h paths are correct and only 1 cygwin1.dll is present on the machine in d:\ioFTPD\system... Any ideas?? Very weird....
:(
Guardian
12-21-2003, 06:26 AM
wait for the new version ... hope it comes pretty soon :)
404error
01-03-2004, 04:12 AM
Will project-zs (even now...) compile with -mno-cygwin? I'm pretty sure I never tried it before...
Hopefully you'll include a configure script/Makefile to generate a binary with MingW/Cygwin too, along with the VS stuff :)
MaZza_Dj
01-08-2004, 06:23 PM
everyone know where i can download the last version of project-zs? and what version is?
neoxed
01-08-2004, 06:50 PM
Originally posted by MaZza_Dj
everyone know where i can download the last version of project-zs? and what version is?
I wouldn't use the old version...way to unstable. Wait for the new version.
bounty
01-11-2004, 10:47 AM
ehehe and take your time ;) it can be long ;)
if you want VBR support on project-zs, i make a modified version of this, and now test
let me check if work fine for released it..
:D
neoxed
01-21-2004, 12:19 AM
The patched project-zs on GOD-EMPEROR's site has VBR support, as well as a few other things.
http://www.linkrox.net/~god-emperor/
if you want VBR support on project-zs, i make a modified version of this, and now test
let me check if work fine for released it..
:D
Originally posted by NeoXed
The patched project-zs on GOD-EMPEROR's site has VBR support, as well as a few other things.
http://www.linkrox.net/~god-emperor/
its for glFTPd project
neoxed
01-21-2004, 12:55 AM
Using Caladan's project-zs port? Or porting one yourself?
Since you didn't specify if you would be modding the official one or someone elses, I assumed the official one.
Using caladan project for ioFTPD and work fine
:cool:
MadCowAss
01-22-2004, 01:39 PM
Originally posted by MjS
if you want VBR support on project-zs, i make a modified version of this, and now test
let me check if work fine for released it..
:D
Yeah !! Good Idea !! :banana:
bounty
02-09-2004, 08:40 AM
well for ppl who wanna try the old project-zs 0.57-PRE
here is a download point !!
since caladan have lots of inet probs and don't come anymore
and our old p-zs website is down since long time now
here is the latest OLD devel of the project (still need cygwin)
i hope caladan will come back soon with some news ;)
have fun
bounty
rAWfOX
02-09-2004, 08:58 AM
oh.. u tricked me there.. allmost thought it was a new version out :D
But thanx for the old one... have been looking for it... :p
caladan
02-18-2004, 04:24 AM
hi peeps,
this is just a "i am still alive" message ;) ... currently i dont have internet so its hard to do some things ... but anyway i'll release a new version in some days ... there are just a few things to fix and a few things to check!
any suggestions for the new version?
Originally posted by caladan
any suggestions for the new version?
yeah... hurry up m8 *ggg*
thx in advance for sharing caladan!!!
bobby89
02-18-2004, 09:41 AM
holy sh**, good to knwo a new version comin soon, thought you died
caladan
04-26-2005, 01:38 AM
ok guys hopefully i get my i-net back today ... thx to the ****ing german t-com ... (i hate ya guys!)....
looks like me and esmandil are working on a new version .. be suprised ...
greetz cala
caladan
04-28-2005, 03:04 PM
hmm?
godlike
08-01-2005, 02:17 AM
Would be great to get this zs again, from the ioftpd page, please post it there :rolleyes:
anetacz
08-02-2005, 09:36 AM
Cala or esmandil ...you can fix id3 tag in code ? i have still problem with *of Unknown from 0000* ...
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.