10-14-2005, 02:39 PM
|
#4 |
| Too much time... FlashFXP Beta Tester ioFTPD Scripter
Join Date: May 2003
Posts: 1,364
| Quote: |
Originally Posted by MidasKing ioBanana.exe no more exists in ioBanana2-release1  | 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: Code: #### 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) "" |
| |