View Full Version : [Fixed] ioB2 doesn't parse the NUKE reason
epoke
09-09-2005, 06:51 AM
hi harm,
Thx for the great job .
I just try iobv2 and all work perfectly , but i notice that reason for a nuke isn't parse ,bot always say no reason for a nuke. i hope it'll help you.
@+
EwarWoo
09-09-2005, 10:04 AM
Make sure you've editted your log format lines in ioA.cfg as per the set-up instructions in ioB.
Personally dont use ioB, but I certainly can't see Harm letting a bug like that sit there so prolly a config issue somewhere, most likely that one.
epoke
09-09-2005, 12:21 PM
you're rigth ,i've juste forgot "%nukee@%nukeegroup" old format .thx
are you talking about the new version EwarWoo ?
it's the first public rlz so for sure there are some bug even if harm is a great codeur ;)
EwarWoo
09-10-2005, 02:50 AM
Didn't realise there was a new version out, thought he'd just reupped the old 1 whilst waiting for new ioFTPD.
As I say, I don't use it :)
InvisiGod
02-05-2006, 08:39 AM
I have got the same problem and I didn't get this fixed. The bot always displays no.reason on IRC.
However the file which is created in the nuked folder displays the nuke-reason correctly.
Could anyone tell me, how to fix that?
This is the way I am nuking: SITE NUKE release factor reason
Here is my ioA config:
################################################## ##############################
[Nuke]
Nukes_Header = "-[Nukes]---------------------------------------------------------------------\n|
Nuker | Nukees | Size | Reason |"
Nuke_Splitter = " "
Nuke_Exist = " Nuke already exist. Remove it and try again"
Nuke_Source_Not_Found = " Unable to find directory to nuke"
Nuke_Other_Groups = " You are not allowed to nuke other groups"
Nuke_Verify_Group = " Unable to verify group\n Does release contain -<groupname> at the end?"
Nuke_Head = "[Nuked]-%directory"
Nuke_Empty_Nuke = 50
Nuke_Empty_Nuke_Text = " Applying emptynuke with %mbMB to user %user@%group"
Nuke_Empty_Nuke_Text_NA = " Emptynuke is not enabled. No punishment will be given"
Nuke_Empty_Dirowner_NA = " Unable to find owner of directory"
Nuke_Log = ""%vfs" "%user@%group" "%nukee@%nukeegroup" "%.0multi %.2size" "%reason""
Nuke_Create_Message_File = 1
Nuke_Create_Nuke_Tag = 2
Nuke_Tag = "[NUKED]-[%.0multix]-[by %user@%group]-[%reason]"
Nuke_Group_Flag = Z
Nuke_Log_File = c:\ioFTPD\scripts\ioA\ioA.nuke.log
Nuke_Output_Line = " %-15user | %-15group | %10.2sizeMB | %10.2mbMB"
Nuke_Output_Total = "-----------------------------------------------------------------------------\n
Total bytes: %10.2sizeMB Total credits: %10.2mbMB"
Nuke_Run_Script = "c:\script.exe nuke %user %.0size %.0multi"
Nuke_File_Filter_0 = *.ioFTPD*
Nuke_Message_File = .ioFTPD.message
Nuke_Message_File_Src = c:\ioFTPD\scripts\ioA\ioA.nuke.message.msg
Nuke_Single_Nukees_Log_Line = 0
# Following line is for one-line nukelogging
#Nuke_Log = ""%vfs" "%user" "%group" "%.0multi" "%.0size" "%reason" "%nukees""
################################################## ##############################
[Unnuke]
UnNuke_No_Record_of_Nuke = " No record of nuke found"
UnNuke_Output_Line = " %user Bytes: %.2sizeMB Credits back: %.2mbMB"
UnNuke_Run_Script = "c:\script.exe unnuke %user %size %credits"
UnNuke_Output_Total = " Total bytes: %.2sizeMB Total credits: %.2mbMB"
#UnNuke_Log = ""%vfs" "%user@%group" "%nukee@%nukeegroup" "%.0multi %.2size" "%reason""
UnNuke_Log_File = c:\ioFTPD\scripts\ioA\ioA.unnuke.log
UnNuke_Create_Message_File = 1
UnNuke_Message_File_Src = c:\ioFTPD\scripts\ioA\ioA.unnuke.message.msg
# Following line is for one-line unnukelogging
UnNuke_Log = ""%vfs" "%user" "%group" "%.0multi" "%.0size" "%reason" "%nukees""
################################################## ##############################
[Nukes]
Nukes_Output = " Nuke: %-75nuke\n Nuker: %-10nuker | Multi: %4multi | Size: %5sizeMB | Date:
%date\n Nukees: %-30nukees\n Reason:
%-20reason\n----------------------------------------------------------------------------"
################################################## ##############################
[Unnukes]
Unnukes_Output = " Nuke: %-75nuke\n Nuker: %-10nuker | Size: %5sizeMB | Date: %date\n Nukees:
%-30nukees\n Reason: %-20reason\n-----------------------------------------------------------------------------"
You're right, it's the same problem. It's the same solution too. You forgot to edit your ioA.cfg.
Nuke_Log = ""%vfs" "%user@%group" "%nukee@%nukeegroup" "%.0multi %.2size" "%reason""
That's the default line but it's not the one expected by the sitebot.
It should be:
Nuke_Log = ""%vfs" "%user" "%group" "%nukee" "%nukeegroup" "%.0multi" "%.2size" "%reason""
InvisiGod
02-05-2006, 03:44 PM
thx a lot, harm. works fine now.
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.