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 12-19-2003, 07:54 AM   #181
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by odd
12-19-2003 13:18:00 "..\scripts\newdir\newdir\OnSitePre.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
no files matched glob pattern "*.nfo"
while executing
"glob -directory $ppath2 *.nfo"
(procedure "onsitepre" line 37)
invoked from within
"onsitepre"
(file "..\scripts\newdir\newdir\OnSitePre.itcl" line 111)
------------------------------------------------------------------


Dunno what ive doing wrong but ive get that error Useing 3.4.3 and another thing that is probably related.
well this error come when you pre a dir w/o nfo inside
it's my fault i need to add a checker there when i prepare my variables for nfourl

Quote:
When preing something the rls gets pred to the specified dir and it ends up in site new cmd. But It looks like the dir of the rls dosent get added in dupe-dir-log. Becuase I can still upload same dir name of the rls and it will be created when it should be denied because its a dupe.
if you want dirs/files in predir to be logged in dupedir.log & dupefile.log
you should remove the */_pre/* path from: ND_NOLOG(DIRS) & ND_NOLOG(FILES) in init.itcl

i'll fix the 1st probs soon
thx for the report
bounty
bounty is offline   Reply With Quote
Old 12-19-2003, 08:11 AM   #182
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default !!! NEWDIR 3.4.4 OUT !!!

another fast new update of newdir with a bug fix (thx odd for the report)

DL link & changelog on 1st post

have fun
bounty
bounty is offline   Reply With Quote
Old 12-19-2003, 08:59 AM   #183
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

12-19-2003 14:55:50 "..\scripts\newdir\newdir\OnPreMkd.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
couldn't open "../scripts/newdir/bandir.cfg": no such file or directory
while executing
"open $ND_PATH/bandir.cfg r"
(procedure "check_bandir" line 3)
invoked from within
"check_bandir $section"
invoked from within
"if { $ND_DISABLE(bandir) == 0 } {
set section "none"
foreach temploop $ND_SECTIONS {
if { [string match */$temploop/* $pwd] == 1 } { s


Iam getting this on the newest version now, just before Iam gona upload anything.
odd is offline   Reply With Quote
Old 12-19-2003, 11:11 AM   #184
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by odd
12-19-2003 14:55:50 "..\scripts\newdir\newdir\OnPreMkd.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
couldn't open "../scripts/newdir/bandir.cfg": no such file or directory
while executing
"open $ND_PATH/bandir.cfg r"
(procedure "check_bandir" line 3)
invoked from within
"check_bandir $section"
invoked from within
"if { $ND_DISABLE(bandir) == 0 } {
set section "none"
foreach temploop $ND_SECTIONS {
if { [string match */$temploop/* $pwd] == 1 } { s


Iam getting this on the newest version now, just before Iam gona upload anything.
looks like a bad config on your side
bounty is offline   Reply With Quote
Old 12-19-2003, 11:46 AM   #185
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Yeah it was a bad config just forgot to add something.

Quote:
well this error come when you pre a dir w/o nfo inside
it's my fault i need to add a checker there when i prepare my variables for nfourl
A Question.
Ive get this thing now. when I pre.
200-.nfo not found on pre
Its nothing wrong with anything its working perfect I think, but I was just courius what it mean because there is a .nfo there when I pre so why is it saying nfo not found?.
odd is offline   Reply With Quote
Old 12-19-2003, 02:16 PM   #186
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by odd
Yeah it was a bad config just forgot to add something.


A Question.
Ive get this thing now. when I pre.
200-.nfo not found on pre
Its nothing wrong with anything its working perfect I think, but I was just courius what it mean because there is a .nfo there when I pre so why is it saying nfo not found?.
looks like a bad config on your side again

i just tested when an nfo is inside the dir it don't announce 200-.nfo not found on pre
bounty is offline   Reply With Quote
Old 12-19-2003, 04:48 PM   #187
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default !!! NEWDIR 3.4.5 OUT !!!

another fast new update of newdir

DL link & changelog on 1st post

have fun
bounty
bounty is offline   Reply With Quote
Old 12-20-2003, 01:13 AM   #188
bong
Junior Member
 
Join Date: Jul 2003
Posts: 6
Default

i have a problem with this script i confed everything after reading
readme, but i got always that error

12-20-2003 07:12:16 "..\scripts\newdir\OnFtpNewDir.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------

while executing
"vfs chattr "$p_root/Last_race_($section)_$release" 1 "$pwd$release""
(procedure "onftpnewdir" line 42)
invoked from within
"onftpnewdir"
(file "..\scripts\newdir\OnFtpNewDir.itcl" line 58)

the dir is created but its not linked :/

thx for help
bong is offline   Reply With Quote
Old 12-20-2003, 04:25 AM   #189
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by bong
i have a problem with this script i confed everything after reading
readme, but i got always that error

12-20-2003 07:12:16 "..\scripts\newdir\OnFtpNewDir.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------

while executing
"vfs chattr "$p_root/Last_race_($section)_$release" 1 "$pwd$release""
(procedure "onftpnewdir" line 42)
invoked from within
"onftpnewdir"
(file "..\scripts\newdir\OnFtpNewDir.itcl" line 58)

the dir is created but its not linked :/

thx for help
witch version of ioftpd are you using ??
bounty is offline   Reply With Quote
Old 12-20-2003, 12:11 PM   #190
bong
Junior Member
 
Join Date: Jul 2003
Posts: 6
Default

ioFTPD 5.2.*
dZSbot 1.05
Eggdrop 1.6.13
ioA 1.0.3+
bong is offline   Reply With Quote
Old 12-20-2003, 09:45 PM   #191
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by bong
ioFTPD 5.2.*
dZSbot 1.05
Eggdrop 1.6.13
ioA 1.0.3+
retry with ioftpd 5.3.*
bounty is offline   Reply With Quote
Old 12-26-2003, 09:32 AM   #192
kraxdaz
Member
ioFTPD Foundation User
 
Join Date: Jun 2003
Posts: 86
Default

Is there an option to desactive "Last_*_(section)_rlz" Symlinks?
kraxdaz is offline   Reply With Quote
Old 12-26-2003, 11:01 AM   #193
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Quote:
Originally posted by kraxdaz
Is there an option to desactive "Last_*_(section)_rlz" Symlinks?
Have you tried to disable race/pre symlinks in init.itcl ?




BTW
Has anyone tried 5.4.3r with newdir? I get nothing when uploading in site new. Nothing in the error logs and It logs all files in dupefile.log but it doesnt log anything in the dupedir.log and newdir.log.
odd is offline   Reply With Quote
Old 12-26-2003, 11:36 AM   #194
kraxdaz
Member
ioFTPD Foundation User
 
Join Date: Jun 2003
Posts: 86
Default

thx odd

have u correctly update your ioftpd.ini?

make sure you'd replace OnFtpNewDir = by OnNewDir =
and the others:

;OnResume =
;OnUpload =
;OnNewDir =
;OnDelDir =
;OnLogIn =


bye
kraxdaz is offline   Reply With Quote
Old 12-26-2003, 01:52 PM   #195
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Missed to update OnNewDir and OnDelDir.
thanks kraxdaz
odd 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 03:45 PM.

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