PDA

View Full Version : Doesn't Announce .nfo and imdb


Nitr0
05-16-2004, 10:39 AM
I installed ioFTPD 5.8.4 with ioA 1.1.3 and dZsbot 1.15 + ioZs 1.08 running with windrop 1.6.13.

The problem is that when i upload .nfo, it doesnt announce or show the info in ftp nor irc from imdb etc.., what could be wrong, and how could i fix it?

OssieB
05-26-2004, 10:02 AM
same problem here, cant get it to announce new .nfo and imdb info.
im pretty sure i set everything to the correct settings in dzsbot.tcl

set disable(IMDB) 0
set disable(NFO) 0

and this:

set disable(IMDBANNOUNCE) 0 ; # announce imdb infos in channel
set disable(IMDBURL) 0 ; # create imdb .url link in dir
set disable(IMDBTAG) 0 ; # create a tag in dir with imdb infos
set disable(IMDBMSG) 0 ; # create file(s) with imdb infos stored in dir

any1 that can tell me how to fix it?

Harm
05-26-2004, 11:07 AM
You have nfourl.itcl installed, haven't you ?

OssieB
05-26-2004, 11:28 AM
yeah i got that file, where do i put it? :)

OssieB
05-26-2004, 11:38 AM
yeah, i found it :D
needed to put that nfourl.itcl in /scripts dir, and .chanset +imdb the channel.
works great :D

thnx Harm

Nitr0
05-27-2004, 11:07 PM
Yes, it worked because i forgot to add to Events... Stupid mistake, thanks for the help :)

IceCube_2
06-12-2004, 11:40 PM
I'm having the same problem... It should work like this right...

[Events]
OnUploadComplete = EXEC php.exe -q C:\ioFTPD\scripts\php_psio\zipscript-c.php
OnUploadComplete = TCL ..\scripts\nfourl.itcl
OnUploadError = EXEC php.exe -q c:\ioFTPD\scripts\php_psio\zipscript-c.php
OnFtpLogIn = EXEC ..\scripts\ioA\ioA.exe logon

Mine announces the imdb, but not the nfo :(