Old 04-05-2006, 07:38 PM   #1
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
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
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
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

Tags
command, directory, download, fix, site

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

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