Go Back   FlashFXP Forums > > > >

NeoXed's scripts nxAutoNuke, nxTools, etc.

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-19-2006, 11:51 AM   #1
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

hey neoxed, nice work on the new fixes/addons

ioA.2.0.7
AlcoBot-v0.7.0a
ioFTPD 5-8-5r

I got a small problem, the announce on the nuke line when useing ioA, ive replaced the nuke_log with the one you have in readme.txt, ive done everything accordinly but theres a lil problem with the announce like I said... here take a look

SITE NUKE release 3 test
[MP3] release was nuked 3x by hukker/group for 207. Nukees: hukker (0KB)

Notice the reason...

there was the same problem with the unnuke output, but I kinda looked at the nuke_log you had in the readme and changed the unnuke log according to that, and that one works fine

SITE UNNUKE [NUKED]-release testing
[MP3] release was unnuked 3x by hukker/group for testing. Nukees: hukker (0KB)

theres also a problem with the !nukes / !unnukes output in chan...

Nukes:
[01] release nuked 3x by hukker/%(group) for test.

Unnukes:
[01] release unnuked 3x by hukker/%(group) for testing.

the group stuff... also notice that the reason is correct here
hukker is offline   Reply With Quote
Old 02-19-2006, 02:36 PM   #2
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally Posted by hukker
there was the same problem with the unnuke output, but I kinda looked at the nuke_log you had in the readme and changed the unnuke log according to that, and that one works fine
You're right, I forgot to include the required UnNuke_Log value in the readme. But yes, it's the same value as Nuke_Log in the readme.

Quote:
Originally Posted by hukker
theres also a problem with the !nukes / !unnukes output in chan...

Nukes:
[01] release nuked 3x by hukker/%(group) for test.

Unnukes:
[01] release unnuked 3x by hukker/%(group) for testing.

the group stuff... also notice that the reason is correct here
You have to edit the theme entries for use with ioA, since ioA does not log the same nuke information as nxTools does (ioA doesn't log the group name).

Quote:
Originally Posted by readme.txt
################################################## ##########
# ioa #
################################################## ##########

FTPD: ioFTPD
Info: Announce log events and query log files used by ioA.
Path: modules/generic/ioa

1. Add "ioa" to the module list in AlcoBot.conf.
2. Configure the [Module::IoA] section in AlcoBot.conf.
3. Edit the theme entries for use with ioA, see "variables.txt" for a list of cookies.
4. Reload AlcoBot by entering the command ".alcobot reload" in a DCC chat session.
neoxed is offline   Reply With Quote
Old 02-19-2006, 03:39 PM   #3
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

neo thx for quick reply, ill remove the group value not needed imo anyway...
but what about the "reason" error, on site nuke release 1 testtest
its doesnt announce the real reason but some numbers instead, if you take a look here...
command: SITE NUKE release 3 test
announce: [MP3] release was nuked 3x by hukker/group for 207. Nukees: hukker (0KB)

Notice the reason..
hukker is offline   Reply With Quote
Old 02-19-2006, 03:54 PM   #4
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

seems its takeing the size of the release and outputs that instead of the reason
(21:53:20) [2] 200--[Nuke]-------------------------------------------------------------------------
(21:53:20) [2] 200- hukker | groupname | 108.65MB | 0.00MB
(21:53:20) [2] 200------------------------------------------------------------------------------
(21:53:20) [2] 200- Total bytes: 108.65MB Total credits: 0.00MB
(21:53:20) [2] 200---------------------------------------------------------------------------[ioA]-

[MP3] RELEASENAMEFOLDER was nuked 2x by hukker/STAFF for 108. Nukees: hukker (0KB)

Nuke_Log = ""%vfs" "%user" "%group" "%.0multi" "%reason" "%.3size" "%nukees""
hukker is offline   Reply With Quote
Old 02-19-2006, 04:42 PM   #5
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

It appears to be a bug introduced in ioA v2.0.7, because v2.0.6 works fine.

ioA v2.0.6:
Quote:
02-19-2006 14:22:28 NUKE: "/0DAY/My.Test.Release" "neoxed" "STAFF" "3" "testing" "0.113" "neoxed STAFF 0"
02-19-2006 14:49:16 NUKE: "/0DAY/Another.Test.Release" "neoxed" "STAFF" "3" "testing" "racer iND 19"
ioA v2.0.7 (note the extra item and missing quote at the end):
Quote:
02-19-2006 14:38:15 NUKE: "/0DAY/My.Test.Release" "neoxed" "STAFF" "3" "0" "testing" "neoxed STAFF 0
02-19-2006 14:49:16 NUKE: "/0DAY/Another.Test.Release" "neoxed" "STAFF" "3" "3" "testing" "racer iND 19
Relevant portions of my ioA.cfg:
Quote:
[Nuke]
...
Nuke_Log = ""%vfs" "%user" "%group" "%.0multi" "%reason" "%.3size" "%nukees""
Nuke_Single_Nukees_Log_Line = 1
neoxed is offline   Reply With Quote
Old 02-19-2006, 05:04 PM   #6
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

ahh ok, was actually looking for the previous version to test on that one but only one available on site is 2.0.7
hukker is offline   Reply With Quote
Old 02-19-2006, 10:39 PM   #7
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

WarC said he would look into it, so use ioA v2.0.6 for the time being.
neoxed is offline   Reply With Quote
Old 02-22-2006, 03:23 AM   #8
WarC
Senior Member
ioFTPD Scripter
 
Join Date: Sep 2002
Posts: 426
Default

2.0.8 fixes this
WarC is offline   Reply With Quote
Old 02-22-2006, 12:38 PM   #9
hukker
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jun 2004
Posts: 165
Default

Quote:
Originally Posted by WarC
2.0.8 fixes this
quick fix warc, nice
hukker is offline   Reply With Quote
Reply

Tags
nuke, problem, release, testing, unnuke

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:13 AM.

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