Go Back   FlashFXP Forums > ioFTPD Forum > ioFTPD > Scripting > NeoXed's scripts

NeoXed's scripts nxAutoNuke, nxTools, etc.

Reply
 
Thread Tools Rate Thread
Old 04-05-2006, 07:38 PM   #1
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,364
Default nxTools v1.0.3

Changes:
  • NEW: Display pre areas on multiple lines if necessary (word wrapping).
  • NEW: SITE SEARCH, same as SITE DUPE but with simpler output.
  • CHG: Updated nxHelper to v2.3.0, new global-interp key functions.
  • FIX: Possible crashes using "SITE OPEN/CLOSE" due to ioFTPD's buggy global-interp "var get/set" command.
  • FIX: The unnuke command failed when unnuking a directory without a nuke prefix.
  • FIX: Update the nuke record for the new and old directory names if the rename fails.
Download:

http://www.inicom.net/pages/en.ioftpd-scripts.php?id=78
neoxed is offline   Reply With Quote
Old 04-20-2006, 05:06 PM   #2
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,364
Default

It was brought to my attention that "SITE PRE STATS" no longer works. The latest version of SQLite changed the behavior of the SUM() command. All sums are returned as floating point, even if the operation is performed on a column of integers.

Open nxPre.tcl in your favourite text editor and replace:
Quote:
round(sum(Files)) AS Files
with:
Quote:
CAST(SUM(Files) AS INTEGER) AS Files
neoxed is offline   Reply With Quote
Reply
Create a free account to browse our forums without ads



Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 06:52 PM.