Go Back   FlashFXP Forums > > > >

Harm's scripts ioBanana, Readd script, ioVote

Reply
 
Thread Tools Rate Thread Display Modes
Old 09-09-2005, 06:51 AM   #1
epoke
Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 60
Default [Fixed] ioB2 doesn't parse the NUKE reason

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.

@+
epoke is offline   Reply With Quote
Old 09-09-2005, 10:04 AM   #2
EwarWoo
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 462
Default

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.
EwarWoo is offline   Reply With Quote
Old 09-09-2005, 12:21 PM   #3
epoke
Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 60
Default

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
epoke is offline   Reply With Quote
Old 09-10-2005, 02:50 AM   #4
EwarWoo
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 462
Default

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
EwarWoo is offline   Reply With Quote
Old 02-05-2006, 08:39 AM   #5
InvisiGod
Member
ioFTPD Foundation User
 
Join Date: Aug 2004
Posts: 32
Default

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:

Code:
################################################################################

[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-----------------------------------------------------------------------------"
InvisiGod is offline   Reply With Quote
Old 02-05-2006, 11:24 AM   #6
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

You're right, it's the same problem. It's the same solution too. You forgot to edit your ioA.cfg.

Quote:
Originally Posted by InvisiGod
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""
Harm is offline   Reply With Quote
Old 02-05-2006, 03:44 PM   #7
InvisiGod
Member
ioFTPD Foundation User
 
Join Date: Aug 2004
Posts: 32
Default

thx a lot, harm. works fine now.
InvisiGod is offline   Reply With Quote
Reply

Tags
bot, bot, notice, nuke, parse, reason, iob2, [fixed]

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 09:12 AM.

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