PDA

View Full Version : Announce on IRC When rls upload is complete...


RuFuSs
05-15-2007, 04:49 PM
Hi !!

I'm using dZSbot + iojZS + ioftpd + windrop... but i don't understand how the zipscript know the chan IRC to announce everything....

How can i do to announce on IRC rls complete & rls NFO ?


Everything is fine ... but not this 2 things :(




Help me please !!!!

jeza
05-16-2007, 12:45 AM
iojZS is writing to ioFTPD.log a line when release is complete (date time COMPLETE: virtula path ....).
dzsbot is reading ioFTPD.log every second or something like that and checks if something new is writen.
when it founds a new line it extracts a section name from the virtual path and checks if this section should be anounced and if yes and wich chan

RuFuSs
05-16-2007, 02:34 PM
I have just found it ^^


Thanks !!


Hmm, another question :

How can i announce this on irc : " [MP3] | NFO MP3_2007-RLZ is Hip-Hop from 2007 at 178kbps with 44100Hz in Joint Stereo VBR " ?

jeza
05-17-2007, 12:41 AM
edit UPDATE for mp3 anounce in iojZS.config and compile again

RuFuSs
05-17-2007, 10:14 AM
Ooooooooooooooooooooooh niiiiiiccccccceeeeeeeeeeeeeeeeeeeeeeeeeee !!!!!!!!!!!!



Very good job !!!!

RuFuSs
05-17-2007, 10:49 AM
another detail :D

rar on rls complete.... don't work apparently...

#define iojZS_rar_on_rls_complete "k:\\unrar\\unrar.exe x -o+ %a\\*.rar k:\\MP3\\" , how does it work ?

jeza
05-21-2007, 05:41 AM
it searches for first file with *.rar extension and try's to extract it to chosen destination.

RuFuSs
05-29-2007, 07:19 PM
Okay ! it doesn't make .rar archive ... it just extracts *.rar ... OKAY !


Thanks !

RuFuSs
06-02-2007, 01:48 PM
If i put

#define iojZS_rar_on_rls_complete "k:\\ngteam\\unrar\\rar.exe a %a\\ k:\\MP3\\"

%a = path_rls ?


I found how to make a rar archive on line command ! and i want to make RAR of RLS_COMPLETE ! How can i do ?