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 02-08-2004, 08:23 PM   #226
bobby89
Junior Member
 
Join Date: Feb 2003
Posts: 29
Talking

bobby89 is offline   Reply With Quote
Old 02-17-2004, 11:47 AM   #227
hycks
Member
 
Join Date: Dec 2003
Posts: 36
Default

Quote:
Originally posted by MaZza_Dj
excuse me bounty i have this mess in error log:


02-02-2004 19:58:00 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
expected boolean value but got ""
while executing
"if { [string match -nocase $ndsection [lindex $tmpline 2]] == 1 || [string match -nocase $ndsection "all"] == 1 } {
iputs " \[[format %02d $cnt]\] ..."
(procedure "nd_onsitenew" line 53)
invoked from within
"nd_onsitenew"
(file "..\scripts\newdir\OnSiteNew.itcl" line 70)
------------------------------------02-02-2004 19:58:04 "..\scripts\newdir\OnPreList.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
expected boolean value but got ""
while executing
"if { [string match -nocase $ndsection [lindex $tmpline 2]] == 1 || [string match -nocase $ndsection "all"] == 1 } {
iputs " \[[format %02d $cnt]\] ..."
(procedure "nd_onsitenew" line 53)
invoked from within
"nd_onsitenew"
(file "..\scripts\newdir\OnSiteNew.itcl" line 70)
------------------------------------02-02-2004 19:58:06 "..\scripts\newdir\OnPreList.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
expected boolean value but got ""
while executing
"if { [string match -nocase $ndsection [lindex $tmpline 2]] == 1 || [string match -nocase $ndsection "all"] == 1 } {
iputs " \[[format %02d $cnt]\] ..."
(procedure "nd_onsitenew" line 53)
invoked from within
"nd_onsitenew"
(file "..\scripts\newdir\OnSiteNew.itcl" line 70)
------------------------------------02-03-2004 00:35:33 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
couldn't open "../logs/newdir.log": no such file or directory
while executing
"open $ND_IOLOG/newdir.log r"
(procedure "nd_onsitenew" line 29)
invoked from within
"nd_onsitenew"
(file "..\scripts\newdir\OnSiteNew.itcl" line 70)
------------------------------------------------------------------
02-03-2004 00:35:54 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
------------------------------------------------------------------

what is the problem? one my config?
i have the same problem :
02-17-2004 08:30:04 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
syntax error in expression "(1077035404 - 1077026767)": character not legal in expressions
while executing
"expr ($now - $oldtime)"
(procedure "nd_onsitenew" line 41)
invoked from within
"nd_onsitenew"
(file "..\scripts\newdir\OnSiteNew.itcl" line 70)
------------------------------------------------------------------
02-17-2004 08:30:50 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
syntax error in expression "(1077035450 - 1077026767)": character not legal in expressions
while executing
"expr ($now - $oldtime)"
(procedure "nd_onsitenew" line 41)
invoked from within
"nd_onsitenew"
(file "..\scripts\newdir\OnSiteNew.itcl" line 70)
------------------------------------------------------------------
02-17-2004 08:30:50 "..\scripts\newdir\OnSiteNew.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
syntax error in expression "(1077035450 - 1077026767)": character not legal in expressions
while executing
"expr ($now - $oldtime)"
(procedure "nd_onsitenew" line 41)
invoked from within
"nd_onsitenew"
(file "..\scripts\newdir\OnSiteNew.itcl" line 70)
------------------------------------------------------------------

is there a solution, and if yes, what is ?

thx =)

I use the last version of newdir 3.5
hycks is offline   Reply With Quote
Old 02-18-2004, 07:54 AM   #228
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

there are always a solution

do you use latest ioftpd reged with latest tcl dll ?
are you sure the config is good ?
respect the case sensitivity of your sections

well m8s it's hard to help w/o basic infos
copy/past error log can help a little but more infos are needed

MaZza_Dj: it seems your problem come from the tcl dll

hycks: you should check your newdir.log to see if you don't find any character not legal
(syntax error in expression "(1077035404 - 1077026767)": character not legal in expressions)

sorry m8s can't help much
you should find by yourself or get a good scripter in your staff

have fun
bounty
bounty is offline   Reply With Quote
Old 02-25-2004, 08:07 AM   #229
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Is there an easy way to add dir-names in the dupe-dirlog without uploading anything?
I got some dirs I want to be added to dupedirlog, these dirs wasent uploaded when newdir was installed.
odd is offline   Reply With Quote
Old 03-28-2004, 03:09 PM   #230
killer
Junior Member
 
Join Date: Nov 2003
Posts: 3
Question Error

Working perfect but sometime i seen in SystemError.log
------------------------------------------------------------------
03-28-2004 16:20:15 "newdir\OnPreList.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------

while executing
"vfs flush $path"
(procedure "iorefresh" line 3)
invoked from within
"iorefresh "
invoked from within
"if { $ND_DISABLE(cache) == 0 } { iorefresh }"
(file "newdir\OnPreList.itcl" line 13)
------------------------------------------------------------------
killer is offline   Reply With Quote
Old 03-28-2004, 03:41 PM   #231
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

killer: you might be using an old version of ioFTPD that doesn't support 'vfs flush'.
Harm is offline   Reply With Quote
Old 03-28-2004, 03:49 PM   #232
killer
Junior Member
 
Join Date: Nov 2003
Posts: 3
Arrow Error

I using ioFTPD 5.8.4 version & newdir 3.5.0...
killer is offline   Reply With Quote
Old 03-28-2004, 04:49 PM   #233
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

I get that weird error too sometimes in my nuke itcl script. Sometimes, vfs flush of vfs read just return an empty error.
Probably a bug somewhere in dark's vfs itcl implementation.
If anyone feel like trying to reproduce it and post in bugs forum, feel free.
Mouton is offline   Reply With Quote
Old 03-29-2004, 06:37 AM   #234
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by Mouton
I get that weird error too sometimes in my nuke itcl script. Sometimes, vfs flush of vfs read just return an empty error.
Probably a bug somewhere in dark's vfs itcl implementation.
If anyone feel like trying to reproduce it and post in bugs forum, feel free.
i have the same probs sometimes but w/o any reason and i can't reproduce it ...

bounty
bounty is offline   Reply With Quote
Old 04-06-2004, 05:23 PM   #235
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default suggestion to newdir

Got a suggestion that could be cool.

By useing .ioFTPD.MESSAGE files in your sections(dir1 dir2 dir3) dirs add cookies for newdir to support latest output in its section dir. So when u enter dir1 on your ftp newdir will show like top5 or top10 uploaded dirs in section dir1.

Instead of typing "site new" everytime u logg in to the server u will only have to enter dir and look in your status(ffxp) to see latest dirs in this section. This would tho require ppl to do their own ioFTPD.MESSAGE.

What do u think?
odd is offline   Reply With Quote
Old 04-08-2004, 02:05 PM   #236
Zer0Racer
Senior Member
ioFTPD Scripter
 
Join Date: Oct 2002
Posts: 703
Default Re: suggestion to newdir

Quote:
Originally posted by odd
Got a suggestion that could be cool.

By useing .ioFTPD.MESSAGE files in your sections(dir1 dir2 dir3) dirs add cookies for newdir to support latest output in its section dir. So when u enter dir1 on your ftp newdir will show like top5 or top10 uploaded dirs in section dir1.

Instead of typing "site new" everytime u logg in to the server u will only have to enter dir and look in your status(ffxp) to see latest dirs in this section. This would tho require ppl to do their own ioFTPD.MESSAGE.

What do u think?
This has been possible for a very long time. Just put your own .ioFTPD.message in whatever section put something like this in the message file to show 10 latest uploads in mp3 section:
Code:
%[execute(TCL ..\scripts\newdir\OnSiteNew.itcl)(10 mp3)]
If the output shows without ftp reply code use a third parameter ie:
Code:
%[execute(TCL ..\scripts\newdir\OnSiteNew.itcl)(10 mp3)(250-)]
Use 250- and not only 250 as it would limit output to ~1 line per sec. The dash means line part of multiline output.
Zer0Racer is offline   Reply With Quote
Old 04-08-2004, 03:16 PM   #237
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

thank u
odd is offline   Reply With Quote
Old 04-09-2004, 07:18 AM   #238
test123
Junior Member
 
Join Date: Oct 2003
Posts: 29
Default

hi, i have a prob with latest race/pre symlinks, when i enable

set ND_DISABLE(symlink) 0 ; # latest race/pre symlinks in root

in the init.itcl.

After this come by every MKD (DIR)
550 /test/test-dir: Action blocked by external script..

when I disable the latest link then its all okay and i can create dirs...but without the symlink^^
test123 is offline   Reply With Quote
Old 04-09-2004, 03:59 PM   #239
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Action blocked by external script.. msg don't come from newdir
bounty is offline   Reply With Quote
Old 04-09-2004, 04:34 PM   #240
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

The "Action blocked by external script." is a default ioFTPD error message. Usually the only time you it is when a script crashes on a pre event. You may want to check SystemError.log...
neoxed 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:20 PM.

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