Go Back   FlashFXP Forums > > > >

bounty's scripts BQUOTA, NEWDIR, BTRIAL, OCSCRIPT, VERSION SCRIPT, IMDB.TCL

Reply
 
Thread Tools Rating: Thread Rating: 3 votes, 3.67 average. Display Modes
Old 11-10-2003, 12:11 PM   #121
dudu
Junior Member
ioFTPD Registered User
 
Join Date: Jul 2003
Posts: 17
Default

bounty

First of all, congrats 4 yer great script, everyone knows its really kewl

I would like to enlighten you about one very special character on this new version NEWDIR 3.0.6

Its just impossible to create dirs (MKD):
[L] MKD test
[L] 421 Timeout (120 seconds): closing control connection.

And look what i got in SystemError.log:

Code:
11-10-2003 14:52:42 "..\scripts\newdir\OnPreMkd.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "ND_NoRoot": no such variable
    while executing
"if { $ND_NoRoot == 1 && $pwd == "/" } {
	set ioerror 2
	iputs "550 Requested action not taken. MKD not allowed in Root dir."
	return
}"
    (file "..\scripts\newdir\OnPreMkd.itcl" line 12)
------------------------------------------------------------------
Keep the good work
Cya

Editing:

Well i've tried to remove this line from ioFTPD.ini

mkd = TCL ..\scripts\newdir\OnPreMkd.itcl

and then what i got in SystemError.log:

Code:
------------------------------------------------------------------
11-10-2003 15:22:40 "..\scripts\newdir\OnFtpNewDir.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "ND_NOLOG(ND)": no such variable
    while executing
"foreach deny $ND_NOLOG(ND) {
		if { [string match -nocase $deny $vpath] != 0 } { incr nolognd ; break }
	}"
    (procedure "onftpnewdir" line 7)
    invoked from within
"onftpnewdir"
    (file "..\scripts\newdir\OnFtpNewDir.itcl" line 48)
------------------------------------------------------------------
dudu is offline   Reply With Quote
Old 11-10-2003, 01:13 PM   #122
romracer
Junior Member
 
Join Date: Oct 2003
Posts: 25
Default

make sure and fully update all the files when you upgrade to a new version of newdir. the first error is a missing variable in your init.itcl, ND_NoRoot which determines whether you can make dirs in / or not. the second error is another missing variable. did you put init.itcl in the right place?
romracer is offline   Reply With Quote
Old 11-10-2003, 01:35 PM   #123
dudu
Junior Member
ioFTPD Registered User
 
Join Date: Jul 2003
Posts: 17
Default

Quote:
Originally posted by romracer
make sure and fully update all the files when you upgrade to a new version of newdir. the first error is a missing variable in your init.itcl, ND_NoRoot which determines whether you can make dirs in / or not. the second error is another missing variable. did you put init.itcl in the right place?
Ok:

That was not an upgrade, was a clean install...
init.itcl is exactly the same way as original, just configured..
I follow exactly the instructions on install so i guess the script is in right place...

Editing:

OK, the thing is:
YOU HAVE TO RESTART ioFTPD.exe, not only REHASH

MY FAULT, I TAKE THE BLAME
dudu is offline   Reply With Quote
Old 11-10-2003, 06:39 PM   #124
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

ok i fixed the typo in the readme.install file

now it's : RESTART your ioFTPD (not rehash) !!!

thx for the typo report

have fun
bounty
bounty is offline   Reply With Quote
Old 11-13-2003, 09:12 AM   #125
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

How do you undupe files/dirs? If ive deleted something by mistake I cant upload it again becuse then it will be a dupe. Only thing that Ive figure out is to delte the dupe newdirs logs. But then I will get some error like this.

Quote:
11-11-2003 22:15:18 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
syntax error in expression "(1068585318 - )": unexpected close parenthesis
while executing
"expr ($now - $oldtime)"
(procedure "onsitenew" line 40)
invoked from within
"onsitenew"
(file "..\scripts\newdir\OnSiteNew.itcl" line 68)
------------------------------------------------------------------
so that seems like not such a good idea :P
odd is offline   Reply With Quote
Old 11-13-2003, 09:31 AM   #126
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

odd: You should have tried SITE UNDUPE.

Code:
SITE UNDUPE <filename(s)>
 -> support multiple files selection: <01234> or <0-9> or <abcd> or <a-z>
 -> "ex.: SITE UNDUPE file.r0<0123>" will undupe .r00 .r01 .r02 .r03 files @ once
 -> "ex.: SITE UNDUPE file2<abc>.zip" will undupe file2a.zip file2b.zip file2c.zip files @ once
	 
SITE UNDUPE -d <dirname>
 -> "ex.: SITE UNDUPE -d SOMEDIR-RLS" will undupe dir named SOMEDIR-RLS
Note: those examples are extracted from the readme file.
Harm is offline   Reply With Quote
Old 11-13-2003, 09:32 AM   #127
Guardian
Senior Member
 
Join Date: May 2003
Posts: 131
Default

site undupe <filename>
site undupe -d <dirname>

... like explained in install instructions
Guardian is offline   Reply With Quote
Old 11-13-2003, 10:54 AM   #128
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Your right guys, damn Im sorry for the stupid post.
odd is offline   Reply With Quote
Old 11-14-2003, 02:55 PM   #129
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default Emptry lines

Heya Bounty.

I've been using newdir 2.x for ages and didnt really need to upgrade to 3.x. But i had so spare time and I did this afternoon.

After configuring and customizing it to my taste I discovered that the old "empty lines" bug i seems to be back in 3.x (using 3.0.6).

Hope you fix this soon.
Pichento is offline   Reply With Quote
Old 11-14-2003, 03:07 PM   #130
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

ok m8 i'll fix it in next rls

i hope i found the problem

have fun
bounty
bounty is offline   Reply With Quote
Old 11-14-2003, 08:11 PM   #131
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default NEWDIR 3.0.7 out!!

here is an update of newdir script

DL link & changelog in 1st post

have fun
bounty
bounty is offline   Reply With Quote
Old 11-14-2003, 08:46 PM   #132
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Havent tryed the new one out but Im sure I will like it.

A thought, is it maybe possible to get a undupe options which undupes a hole release includeing all files and dirs inside?
odd is offline   Reply With Quote
Old 11-15-2003, 03:56 AM   #133
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by odd
Havent tryed the new one out but Im sure I will like it.

A thought, is it maybe possible to get a undupe options which undupes a hole release includeing all files and dirs inside?
no it will not be possible
bounty is offline   Reply With Quote
Old 11-16-2003, 04:41 PM   #134
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Iam tired of this error now that keeps showing up everytime. I have no clue what it is but im sure its some newbie problem that Ive caused. Is there someone that know what causes this error and what ive could do to fix it. Appreciate your help.


11-16-2003 22:12:54 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
syntax error in expression "(1069017174 - )": unexpected close parenthesis
while executing
"expr ($now - $oldtime)"
(procedure "onsitenew" line 40)
invoked from within
"onsitenew"
(file "..\scripts\newdir\OnSiteNew.itcl" line 68)
------------------------------------------------------------------


Oh and I got about the same error msg when ive used ioA wipe once upon a time. But still no clue who is causing this.
odd is offline   Reply With Quote
Old 11-17-2003, 08:28 PM   #135
ddeca
Member
ioFTPD Foundation User
 
Join Date: Aug 2003
Posts: 73
Lightbulb Idé

Just come to think about something...

would be nice if each section could have it's own BANDIR.CFG and BANFILE.CFG


LIKE BAN 2002, 2001, 2000 etc. in /MP3 but not in /DiVX or soo

REGARDS Bounty... love your script and the support u give...

//ddeca
ddeca is offline   Reply With Quote
Reply

Tags
bounty, dupechecker, fun, link, m8s

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
GuildFTPd command set (import) Jesper Custom Commands 4 07-29-2011 12:41 AM


All times are GMT -5. The time now is 06:51 AM.

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