PDA

View Full Version : nxAutoNuke v2.2.0


neoxed
10-12-2005, 09:18 PM
Changes for the AlcoBot & nxTools Edition
NEW: Moved to the modified BSD license.
CHG: Removed dZSbot support, only AlcoBot is supported now.
FIX: Convert the list of nuked users into a string when logging them
FIX: The script failed if a section had the wrong number of options.
Changes for the ioA & ioBanana/dZSbot Edition
NEW: Moved to the modified BSD license.
NEW: Included a custom init.itcl without the nxTools libraries.
FIX: The script failed if a section had the wrong number of options.
Download:

http://www.inicom.net/pages/en.ioftpd-scripts.php?id=79

PlutoniC
10-12-2005, 09:40 PM
awesome :)

MidasKing
10-14-2005, 10:37 AM
#### ioA/ioB Settings ######################################
#
# - Path to the ioA and ioBanana executables.
# - If you are not using ioBanana, set the value to "".
#
set misc(IoAPath) "../scripts/ioA/ioA.exe"
set misc(IoBPath) "../scripts/ioBanana/ioBanana.exe"
ioBanana.exe no more exists in ioBanana2-release1 :confused:

neoxed
10-14-2005, 02:39 PM
ioBanana.exe no more exists in ioBanana2-release1 :confused:
I forgot about that, but it doesn't seem to matter anymore. :)

The older ioBanana (v20) had a KICKNUKE function that was called before nuking, however the new ioBanana (v2.0-release1) no longer has this KICKNUKE function. In other words, this option can safely be ignored by setting misc(IoBPath) to an empty string. For example:

#### ioA/ioB Settings ######################################
#
# - Path to the ioA and ioBanana executables.
# - If you are not using ioBanana, set the value to "".
#
set misc(IoAPath) "../scripts/ioA/ioA.exe"
set misc(IoBPath) ""

MidasKing
10-14-2005, 02:51 PM
Ok Neoxed...

Changes done... working perfectly!!!!


Thanks... :D