Old 01-20-2004, 02:24 AM   #286
Xn3t
Member
 
Join Date: Dec 2003
Posts: 50
Default

thx 4 ur help fobban, i'll revise my config. But i thought that it could be 4 my router, because i don't have any port open (except ftp, telnet and http), but if dZSbot don't join to ftp, i don't believe it.

thx
Xn3t is offline   Reply With Quote
Old 01-20-2004, 03:33 AM   #287
Xn3t
Member
 
Join Date: Dec 2003
Posts: 50
Default

ioZS have some cmd for create newday? 'site newdate'?


*******SOLVED********
Xn3t is offline   Reply With Quote
Old 01-24-2004, 01:44 AM   #288
Del
Junior Member
 
Join Date: Oct 2003
Posts: 21
Default imdb not announcing after nfo upload?

Hi I am having a slight problem. Bot does not announce imdb info after an nfo is uploaded? The .url and imdb.nfo is created in the folder just fine. But the bot does not announce the imdb info, like genre and budget and what not.

Running:
ioFTPD 5.3.9u, ioA 1.06, dzsbot 1.09b, ioZS 1.08

It works fine running on another system:
ioFTPD 5.3.9r, ioA 1.06, dzsbot 1.05, ioZS 1.08

Any suggestions?

Tnx.
Del
Del is offline   Reply With Quote
Old 01-24-2004, 02:56 AM   #289
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default Re: imdb not announcing after nfo upload?

Code:
############################################
# IMDB CONFIG: ENABLE=0 or DISABLE=1       #
# work only if "set disable(IMDB) 0"       #
############################################
set disable(IMDBANNOUNCE)	0  ; # announce imdb infos in channel
Set it to 1.
neoxed is offline   Reply With Quote
Old 01-26-2004, 05:16 PM   #290
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Exclamation dZSbot v1.10 out !!!

DL link & changelog on 1st post

have fun
bounty
bounty is offline   Reply With Quote
Old 01-27-2004, 03:37 AM   #291
Xn3t
Member
 
Join Date: Dec 2003
Posts: 50
Default

good j0b bounty!

nice,
Xn3t is offline   Reply With Quote
Old 01-27-2004, 09:18 AM   #292
mapis
Senior Member
 
Join Date: May 2003
Posts: 106
Default

and what about my problem??

01-27-2004 15:17:04 "..\scripts\nfourl.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
couldn't open "d:/ftp/upload/DIVX/Waynes.World.1992.DVDRip.XviD.INTERNAL-ApL/wnw-apl.nfo": no such file or directory
while executing
"open $ppath r"
(procedure "proc_nfourl" line 19)
invoked from within
"proc_nfourl"
(file "..\scripts\nfourl.itcl" line 82)
------------------------------------------------------------------
mapis is offline   Reply With Quote
Old 01-27-2004, 05:29 PM   #293
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default ioA 1.07 config and latest dZSbot

if you use ioA 1.07 and latest dZSbot

you should fix the Newdate_Log:

replace (original): Newdate_Log = ""%area" "%vfs" "%desc" "%phys""

by this: Newdate_Log = ""%vfs" "%desc" "%phys""

have fun
bounty
bounty is offline   Reply With Quote
Old 02-01-2004, 11:11 AM   #294
kraxdaz
Member
ioFTPD Foundation User
 
Join Date: Jun 2003
Posts: 86
Default

when i try to use !getnfo rlzname command
my eggdrop say this in the PL:

[17:07] Tcl error [proc_getnfo]: invalid command name "dccsend"

is it a config problem?
kraxdaz is offline   Reply With Quote
Old 02-01-2004, 11:12 AM   #295
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by kraxdaz
when i try to use !getnfo rlzname command
my eggdrop say this in the PL:

[17:07] Tcl error [proc_getnfo]: invalid command name "dccsend"

is it a config problem?
add transfer module in your eggdrop.conf
bounty is offline   Reply With Quote
Old 02-01-2004, 05:24 PM   #296
Jet-St0rm
Junior Member
 
Join Date: Dec 2003
Posts: 1
Default

hello

after installing dzsbot 1.10
and setting up the imdb script

i tried this in the channel

!imdb <movie>

and i get this error

Tcl error [proc_imdb]: char map list unbalanced

what does it mean?
and how do i fix it?
thanks
Jet-St0rm is offline   Reply With Quote
Old 02-01-2004, 07:02 PM   #297
Lathieza
Junior Member
 
Join Date: Jan 2003
Posts: 13
Default

found a small "bug" in irc-stats:

search for:
-------------
append stats_output "\[[lindex $line 0]. [lindex $line 1] %bold[lindex $line 4]%boldM\] "

and replace it with:
------------------------
append stats_output "\[[lindex $line 0]. [lindex $line 1] %bold[lindex $line 5]%boldM\] "

now it announces the correct groupstats
Lathieza is offline   Reply With Quote
Old 02-01-2004, 08:53 PM   #298
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by Lathieza
found a small "bug" in irc-stats:

search for:
-------------
append stats_output "\[[lindex $line 0]. [lindex $line 1] %bold[lindex $line 4]%boldM\] "

and replace it with:
------------------------
append stats_output "\[[lindex $line 0]. [lindex $line 1] %bold[lindex $line 5]%boldM\] "

now it announces the correct groupstats

the correct fix is:

replace the 2nd line with:
append stats_output "\[[lindex $line 0]. [lindex $line 1] %bold[lindex $line 3]%boldM\] "

and in ioGroups dzsbot template groupstats.body.nfo:
you need to remove %(description)

the line should looks like this:
%(index,2,R,0) %(groupname) %(files_selected) %(bytes_selected) %(speed_selected)

thx anyway for the report
it will be fixed in next rls

have fun
bounty
bounty is offline   Reply With Quote
Old 02-02-2004, 05:03 PM   #299
epoke
Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 60
Question

did someone know how to disable a group
from alldn allup stats ,is there a way with dzsbot or only figure it with ioftpd (iogroup or in ioftpd.ini NoStats= ??)

tia

thx for the great script Bounty
epoke is offline   Reply With Quote
Old 02-02-2004, 11:35 PM   #300
BlkSupraTT
Junior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 12
Default

it gets better and better everyday good job buddy!
BlkSupraTT is offline   Reply With Quote
Reply

Tags
bounty, dzsbot, fun, link, update

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 03:23 AM.

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