Old 08-14-2007, 02:05 PM   #1
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default ioNiNJA ALPHA

https://oss.azurewebsites.net/forum/new-sc...8-ioninja.html

this thread is dead, no more support on old versions. use new thread and new alpha

Last edited by o_dog; 12-03-2011 at 08:38 PM.
o_dog is offline   Reply With Quote
Old 08-14-2007, 05:30 PM   #2
pointBreak
Junior Member
 
Join Date: Nov 2004
Posts: 18
Default

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.
pointBreak is offline   Reply With Quote
Old 08-15-2007, 03:36 AM   #3
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

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.
o_dog is offline   Reply With Quote
Old 08-15-2007, 04:11 AM   #4
zidnuss
Junior Member
 
Join Date: Mar 2007
Posts: 3
Default

After The update it works, testing it now
zidnuss is offline   Reply With Quote
Old 08-15-2007, 11:47 AM   #5
pointBreak
Junior Member
 
Join Date: Nov 2004
Posts: 18
Default

hi, if i delete a 100% completed release i get this (incomplete)-release-name
it happen if delete a incomplete release too
pointBreak is offline   Reply With Quote
Old 08-15-2007, 12:33 PM   #6
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

Fixed,

To update:
replace ioNiNJA.itcl

Last edited by o_dog; 08-15-2007 at 12:45 PM.
o_dog is offline   Reply With Quote
Old 08-20-2007, 01:28 PM   #7
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

any bugs or suggestions for added features?
o_dog is offline   Reply With Quote
Old 08-22-2007, 10:36 AM   #8
rolan
Member
 
Join Date: Jul 2006
Posts: 72
Default

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.
rolan is offline   Reply With Quote
Old 08-22-2007, 11:51 AM   #9
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

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.
o_dog is offline   Reply With Quote
Old 08-23-2007, 01:05 AM   #10
rolan
Member
 
Join Date: Jul 2006
Posts: 72
Default

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 {* " " ' ' " ' & & [ ( \ / ] ) { ( } ) ¡ ?¢ ?£ ?¤ ?¥ ?¦ ?§ ?&#168..."
(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.
rolan is offline   Reply With Quote
Old 08-23-2007, 01:17 AM   #11
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

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.
o_dog is offline   Reply With Quote
Old 08-23-2007, 01:22 AM   #12
rolan
Member
 
Join Date: Jul 2006
Posts: 72
Default

The 08-22 version can't log NJ_NEWDIR and NJ_DELDIR into ioFTPD.log? So bot can't announce the NEWDIR and DELDIR.
rolan is offline   Reply With Quote
Old 08-23-2007, 01:27 AM   #13
rolan
Member
 
Join Date: Jul 2006
Posts: 72
Default

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
rolan is offline   Reply With Quote
Old 08-23-2007, 01:32 AM   #14
o_dog
Senior Member
 
Join Date: May 2007
Posts: 692
Default

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.
o_dog is offline   Reply With Quote
Old 08-23-2007, 01:36 AM   #15
rolan
Member
 
Join Date: Jul 2006
Posts: 72
Default

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.
rolan is offline   Reply With Quote
Reply

Tags
alpha, dead, support, thread, versions

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 04:47 AM.

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