Thread: Nuke misconfig?
View Single Post
Old 04-26-2005, 10:07 PM  
djdeluxe76
Member
 
Join Date: Mar 2005
Posts: 43
Default

hmmm.... I already have this entry in my ioA.cfg...

But isnt Pre_Run_Script = "C:\ioFTPD\scripts\ioBanana.exe imdbpre"
meant for replacing Pre_Run_Script = "C:\ioFTPD\scripts\imdb.exe"
which is in PRE section of ioA.cfg ?

Because replacing the Nuke_Run_Script entry in NUKE section of ioA.cfg
is not mentioned in the whole ioBanana manual.

Code:
ioBanana.ini (excerpt)

Step 6. Change ioA.cfg:

========================================
Pre_Run_Script = "C:\ioFTPD\scripts\ioBanana.exe imdbpre"
========================================


also in ioA.cfg:

========================================
[Newdate]
Newdate_Log = ""%vfs" "%area" "%desc" "%phys""

[PRE]
Pre_Log = ""%user" "%group" "%type" "%vfs" "%desc" "%.2mb" "%.0files" "%release" "%genre" "%kbit" "%year""

[Credits]
Credits_Log = ""%user" "%group" "%mb" "%target""

[Wipe]
Wipe_Log = ""%vfs" "%release" "%user" "%group" "%.0files" "%.0dirs" "%.0mb""

[Invite]
Invite_Log = ""%user" "%group" "%ircnick""

[Request]
Request_Log = ""%user" "%group" "%request""
Reqfilled_Log = ""%user" "%group" "%request""
Reqdel_Log = ""%user" "%group" "%request""
Request_Wipe_Log = ""%release" "%.0dirs" "%.0files" "%.1mb""

[Nuke]
Nuke_Log = ""%vfs" "%user" "%group" "%nukee" "%nukeegroup" "%.0multi" "%.2size" "%reason""

[Unnuke]
UnNuke_Log = ""%vfs" "%user" "%group" "%nukee" "%nukeegroup" "%.0multi" "%.2size" "%reason""
========================================
well, I have this in

Code:
my ioA.cfg 

[Nuke]
...
Nuke_Run_Script = "C:\ioFTPD\scripts\ioA\ioA.exe nuke %user %.0size %.0multi"
...
for Nuke section because I didnt understand in default config that
comes with ioA what the following entry was for...

Code:
default ioA.cfg

[Nuke]
...
Nuke_Run_Script = "d:\script.exe nuke %user %.0size %.0multi"
...

... and since I couldnt see a script.exe coming with ioA I thought
maybe you mean your ioA.exe by script.exe so I specified my path to ioA.exe...


I think I know now what is wrong with my config.
I need to put the something else but the ioA.exe for Nuke_Run_Script.

Or maybe I will just leave the entry empty, if you just wanted to
demonstrate how to call external scripts and which variables can be
speciefied as args when calling external scripts after Nuke
command....


Thanks again for your support and help!

Cheers
DJ
djdeluxe76 is offline   Reply With Quote