08-14-2007, 05:30 PM
|
#2
|
Junior Member
Join Date: Nov 2004
Posts: 18
|
nice! testing it here
I'm getting this error
also all rar files get deleted as soon they are uploaded
Code:
--------------------------- ErrorInfo ----------------------------
can't read "ioNJ(show_user_info)": no such element in array
while executing
"if {$ioNJ(show_user_info)} {
append message $ioNJ(realtime_user_header)
foreach {rtop raceuser racegroup racesize racespeed racefiles racepercen..."
(procedure "outstats" line 254)
invoked from within
"outstats $newracer $newleader $announce "
(procedure "ZiPSCRIPT" line 203)
08-15-2007 02:32:49 "..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
Last edited by pointBreak; 08-14-2007 at 07:43 PM.
|
|
|
08-15-2007, 03:36 AM
|
#3
|
Senior Member
Join Date: May 2007
Posts: 692
|
sorry, fixed now
dl the new version and change the .cfg file
or add
#
# Write Complete stats
#
set ioNJ(show_user_info) 1
set ioNJ(show_group_info) 1
to your current one
Last edited by o_dog; 08-15-2007 at 03:47 AM.
|
|
|
08-15-2007, 04:11 AM
|
#4
|
Junior Member
Join Date: Mar 2007
Posts: 3
|
After The update it works, testing it now
|
|
|
08-15-2007, 11:47 AM
|
#5
|
Junior Member
Join Date: Nov 2004
Posts: 18
|
hi, if i delete a 100% completed release i get this (incomplete)-release-name
it happen if delete a incomplete release too
|
|
|
08-15-2007, 12:33 PM
|
#6
|
Senior Member
Join Date: May 2007
Posts: 692
|
Fixed,
To update:
replace ioNiNJA.itcl
Last edited by o_dog; 08-15-2007 at 12:45 PM.
|
|
|
08-20-2007, 01:28 PM
|
#7
|
Senior Member
Join Date: May 2007
Posts: 692
|
any bugs or suggestions for added features?
|
|
|
08-22-2007, 10:36 AM
|
#8
|
Member
Join Date: Jul 2006
Posts: 72
|
Thx, its a nice job. but a little bug:
ioFTPD 6.2.1, io.dZSbot.v0.1.2.BETA-2007-06-13 and ioNINJA.ALPHA.2007-08-16
1. Can't make a IMDB tag dir, and chan not announce the IMDB info...
2. If a release have 2 CDs ,then incomplete tag will change to (incomplete)-CD1 and (incomplete)-CD2, it should be (incomplete)-releasename-CD1 or (incomplete)-releasename-CD2.
|
|
|
08-22-2007, 11:51 AM
|
#9
|
Senior Member
Join Date: May 2007
Posts: 692
|
use the sitebot included in the package.
and if it can't create the imdb tag it's because either you didn't setup the paths correctly where to check for imdb or you messed up the tagline in theme. the incomplete symbold are fixed in new version. just change the itcl.
|
|
|
08-23-2007, 01:05 AM
|
#10
|
Member
Join Date: Jul 2006
Posts: 72
|
Those BIN file had moved to ioFTPD's script dir, remain can't create imdb tag and announce to channel, and SystemError.log show this:
08-23-2007 09:04:39 "..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
char map list unbalanced
while executing
"string map {* " " ' ' " ' & & [ ( \ / ] ) { ( } ) ¡ ?¢ ?£ ?¤ ?Â¥ ?¦ ?§ ?¨..."
(procedure "htmlcodes" line 2)
invoked from within
"htmlcodes [::http::data $token]"
(procedure "get_imdb_info" line 21)
invoked from within
"get_imdb_info $imdbs
and that:
08-23-2007 09:27:56 "..\scripts\ioNiNJA\ioNiNJA.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
while executing
"vfs chattr [resolve pwd "$pwd"] 11 [clock seconds]"
(procedure "newdeldir" line 10)
invoked from within
"newdeldir"
invoked from within
"if {[regexp -nocase $ioNJ(skipdirs) $pwd]} {
return
} elseif {[lindex $args 0] == "RESCAN"} {
rescan
} elseif {[lindex $args 0] == "MKD"} {
..."
(file "..\scripts\ioNiNJA\ioNiNJA.itcl" line
So ioFTPD always can't login when the second error log is maked.
|
|
|
08-23-2007, 01:17 AM
|
#11
|
Senior Member
Join Date: May 2007
Posts: 692
|
i have no idea what tha hell you've done, but you must have done something wrong, i get neither of thoose faults. the bin files have nothing todo with the script. only the sitebot. Check over config again. And then check over the ioftpd.ini and make sure you've put down the right things in the right places.
Last edited by o_dog; 08-23-2007 at 01:25 AM.
|
|
|
08-23-2007, 01:22 AM
|
#12
|
Member
Join Date: Jul 2006
Posts: 72
|
The 08-22 version can't log NJ_NEWDIR and NJ_DELDIR into ioFTPD.log? So bot can't announce the NEWDIR and DELDIR.
|
|
|
08-23-2007, 01:27 AM
|
#13
|
Member
Join Date: Jul 2006
Posts: 72
|
oh, i know the reason, i install the ioFTPD to d driver, so i must change c:/ioftpd/logs/ioftpd.log to d:/ioftpd/logs/ioftpd.log at 2140 line in ioNiNJA.itcl
|
|
|
08-23-2007, 01:32 AM
|
#14
|
Senior Member
Join Date: May 2007
Posts: 692
|
fixed that (newdir). i have no idea what tha hell is wrong wih your imdb though. it works jsut fine here on 3 computers.
change to new ioNiNJA.itcl to fix the logging problem
Last edited by o_dog; 08-23-2007 at 01:40 AM.
|
|
|
08-23-2007, 01:36 AM
|
#15
|
Member
Join Date: Jul 2006
Posts: 72
|
Always log to c:/ioftpd/logs/ioftpd.log? I don't find the ioftpd.log at C driver. Will fix this?
BTW: change c:/ioftpd/logs/ioftpd.log to d:/ioftpd/logs/ioftpd.log at 2140 line in ioNiNJA.itcl , It works fine.
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:27 PM.
|