Go Back   FlashFXP Forums > > > >

NeoXed's scripts nxAutoNuke, nxTools, etc.

Reply
 
Thread Tools Rate Thread Display Modes
Old 08-20-2007, 10:37 PM   #1
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default nxTools v1.0.6

Changes:
  • NEW: Option to define the allowed sample extensions (e.g. JPG, MPG, VOB).
  • NEW: Option to require the "-r" switch to recursively wipe a directory.
  • CHG: Updated SQLite to v3.4.2.
  • FIX: [Sections] compatibility with the new optional "share section" in ioFTPD v6.x.
  • FIX: "SITE PRE" compatibility with VFS files in ioFTPD v6.x.
  • FIX: "SITE RESETSTATS" the alldn statistic type would not reset.
  • FIX: "SITE SIZE" and "SITE WIPE" reported zero files and directories.
Download:

http://www.inicom.net/pages/en.ioftpd-scripts.php?id=78
neoxed is offline   Reply With Quote
Old 08-26-2007, 12:10 PM   #2
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

There was a logic error in the RemoveParentLinks function, which caused all parent symlinks to be removed on nuke or wipe.

Replace nxLib.tcl with the one in the attached ZIP file and restart ioFTPD.

Last edited by neoxed; 01-09-2008 at 12:48 AM.
neoxed is offline   Reply With Quote
Old 09-05-2007, 07:12 AM   #3
Pretone
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Aug 2004
Posts: 109
Default

I can't see ver 1.06 on the link you give ..

PS

I'm sorry I find it
Pretone is offline   Reply With Quote
Old 09-15-2007, 10:53 AM   #4
isteana
Senior Member
 
Join Date: Mar 2006
Posts: 110
Default

i sugguest one
it still exists nuked dir tag if i unnuke that folder
it should be delete nuked dir tag, or change tag dir name to unnuked with unnuked reason when that specific dir unnuked
isteana is offline   Reply With Quote
Old 10-02-2007, 10:19 AM   #5
l.d.m
Member
 
Join Date: Feb 2007
Posts: 31
Default

force(SfvFirst) True
don't work for me
my problem or a bug?

Last edited by l.d.m; 10-02-2007 at 10:24 AM.
l.d.m is offline   Reply With Quote
Old 12-11-2007, 10:14 AM   #6
rolan
Member
 
Join Date: Jul 2006
Posts: 72
Default

hi,neoxed, always dupe directory, when sub is made. must be type site undupe -d sub.
can fix this?
rolan is offline   Reply With Quote
Old 12-11-2007, 08:24 PM   #7
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally Posted by rolan View Post
hi,neoxed, always dupe directory, when sub is made. must be type site undupe -d sub.
can fix this?
Yes, add */sub to dupe(IgnoreDirs) in nxTools.cfg.

Code:
set dupe(IgnoreDirs)    {*/[0-9][0-9][0-9][0-9] */cd[0-9] */dis[ck][0-9] */dvd[0-9] */codec */cover */covers */extra */extras */sample */sub */subs */vobsub */vobsubs}
neoxed is offline   Reply With Quote
Old 12-12-2007, 08:22 AM   #8
rolan
Member
 
Join Date: Jul 2006
Posts: 72
Default

good, thx...
rolan is offline   Reply With Quote
Old 12-28-2007, 11:12 AM   #9
l.d.m
Member
 
Join Date: Feb 2007
Posts: 31
Default

Quote:
Originally Posted by l.d.m View Post
force(SfvFirst) True
don't work for me
my problem or a bug?
set force(NfoFirst)
set force(SfvFirst)
set force(SampleFirst)

all don't work in nxTools v1.0.6 !!!

if you replace code of proc ForceCheck from nxDupe.tcl v1.0.5 then they work again
l.d.m is offline   Reply With Quote
Old 01-04-2008, 06:52 PM   #10
daddoso
Junior Member
 
Join Date: Nov 2007
Posts: 9
Default

Hi,
i've got a problem with the newdate, i set it up in scheduler, and at 0:00 it announces the creation of the new dir, but it creates the same day! If today is 0104, at 0:00 it should create 0105, instead it says "[newdate][MP3] /MP3/0104 was just created in MP3" and no new day! I tried to do "site newdate" through site cmd at 0:10, but no way to get it working! It seems like newdate has its own setting about the time!

EDiT: At 1:00, if i do "site newdate" it really creates the newdate!

Last edited by daddoso; 01-04-2008 at 07:02 PM.
daddoso is offline   Reply With Quote
Old 01-04-2008, 07:10 PM   #11
razoor
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2006
Posts: 163
Default

well since it´s winter time you have to set the sheduled newdate to 0 23 * *
__________________
ioFTPD 7.0.3 nxTools ioNiNJA ioJM http://ioftpd.zapto.org /
razoor is offline   Reply With Quote
Old 01-04-2008, 07:14 PM   #12
daddoso
Junior Member
 
Join Date: Nov 2007
Posts: 9
Default

Quote:
Originally Posted by razoor View Post
well since it´s winter time you have to set the sheduled newdate to 0 23 * *
It's already in that way xD
daddoso is offline   Reply With Quote
Old 01-04-2008, 07:32 PM   #13
razoor
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2006
Posts: 163
Default

changed to UTC time in the script then?
__________________
ioFTPD 7.0.3 nxTools ioNiNJA ioJM http://ioftpd.zapto.org /
razoor is offline   Reply With Quote
Old 01-05-2008, 03:53 AM   #14
daddoso
Junior Member
 
Join Date: Nov 2007
Posts: 9
Default

Quote:
Originally Posted by razoor View Post
changed to UTC time in the script then?
It was set to true, now i changed to false, so now it should work with my local time as written in the conf!

Thanks man for the help!
daddoso is offline   Reply With Quote
Old 01-08-2008, 06:41 PM   #15
teeone
Junior Member
FlashFXP Registered User
 
Join Date: Jun 2005
Posts: 7
Default Need new download links!

neoxed, your download links don't work to inicom site since its being re-vamped. And it appears your alcoholicz site (on both port 80 and port 8000) is offline! Need new download links please!
teeone is offline   Reply With Quote
Reply

Tags
download, fix, ioftpd, option, 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 07:57 AM.

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