PDA

View Full Version : nxTools v1.0.7


neoxed
01-09-2008, 12:46 AM
Changes:
CHG: Updated ignore lists to include new common directories.
CHG: Updated SQLite to v3.5.4.
FIX: All parent symlinks would be removed on nuke and wipe.
FIX: Force NFO/SFV/Sample was not working properly.
FIX: Properly terminate switches to the glob function.
Download:

See attachment.

Flow
01-09-2008, 06:33 PM
Hi neoxed, thanks for the update. nxClose error seems to be gone now. Nice :)

I have a issue here with on upload it add stuff to right section defined, but when I do site rebuild, some defined section goes listed as "default" section in the login msg.

Display 15 latest releases:
%[execute(TCL ..\scripts\nxTools\nxDupe.tcl)(NEW -max 15)]

That line, display defined section when using site rebuild to "default"...uuughh... i dunno exactly howto explain this...

neoxed
01-12-2008, 02:23 PM
Hi neoxed, thanks for the update. nxClose error seems to be gone now. Nice :)I haven't changed any code in nxClose. Like I've said a thousand times already, the bug is/was in ioFTPD.

https://oss.azurewebsites.net/forum/showpost.php?p=68806&postcount=9
https://oss.azurewebsites.net/forum/showpost.php?p=68788&postcount=5

I have a issue here with on upload it add stuff to right section defined, but when I do site rebuild, some defined section goes listed as "default" section in the login msg.

Display 15 latest releases:
%[execute(TCL ..\scripts\nxTools\nxDupe.tcl)(NEW -max 15)]

That line, display defined section when using site rebuild to "default"...uuughh... i dunno exactly howto explain this...
The dupe database doesn't keep track of the sections. nxTools gets the section information from ioFTPD.ini.

magicman2008
01-20-2008, 10:23 AM
I cant get site NUKE to work.
[L] 200 Command successful.
[L] site nuke This.nice.Releae 1 get.proper
[L] 200-.-[Nuke]-----------------------------------------------------------------.
[L] 200-| You are not allowed to nuke other groups. |
[L] 200-'------------------------------------------------------------------------'

im still using nxTools v.1.0.6

but i dont think thats my problem ?

UPDATED to v.1.0.7 now its working i dont know if it was because of the v1.0.6 :-)

gastonCZ
01-21-2008, 07:10 AM
neoxed, you can add to dupe log wipe date?
site dupe Test.2008-IND
200-01182008 Test.2008-IND
200-01182008 Test.2008-IND wiped by STAFF 19/01/2008 at 16:32


I have one problem, if i wipe some dir, so is deleted from dupe db..its bad
any chance to disable it? thx

MaSTeRsans
01-21-2008, 08:20 AM
how do I create Weekly dirs ?

in my config I have

{*** {New ***} {/***/week_%W} {e:/site/***/week_%W} {c:/ioFTPD/site/***_weekly} True 0 0 0 777}

but it dont work, what have I done wrong ?

hukker
01-23-2008, 12:53 PM
If you havent you should add this under SCHEDULER in ioftpd.ini... make sure time zone settings are correct etc...

nxNewDate = 1 0 * 6 TCL ..\scripts\nxTools\nxUtilities.tcl NEWDATE

MaSTeRsans
01-23-2008, 12:58 PM
Yeah I have the scheduler bit in, i forgot to mention, im using it for daily newdirs as well on mp3, which works fine, hence left me a bit confused when the weekly dir dident work :)

neoxed
01-23-2008, 08:11 PM
Yeah I have the scheduler bit in, i forgot to mention, im using it for daily newdirs as well on mp3, which works fine, hence left me a bit confused when the weekly dir dident work :)

Check "ioFTPD\logs\nxError.log" for clues. The "SITE NEWDATE" command is also useful for troubleshooting.

MaSTeRsans
01-23-2008, 08:55 PM
Check "ioFTPD\logs\nxError.log" for clues. The "SITE NEWDATE" command is also useful for troubleshooting.

I've found the problem, I put the code back in and ran site newdate, it linked to week_3, time and date is fine on the rig, and when I first ran the script it linked to week_1 which left me confused, but now its obvious its running 1 week behind, anyhow I've set +7 days on the offset and its linking now to week_4, hopefully sunday it will change to week_5

:)