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 10-05-2003, 08:24 AM   #76
Optixxx
Junior Member
ioFTPD Registered User
 
Join Date: Mar 2002
Posts: 26
Default

********************************************


Solved!!!

%[execute(TCL ..\scripts\newdir\newdir.itcl)(10 TOOLS)]

Thx,[unique] for chan-help

well done

Optixxx
Optixxx is offline   Reply With Quote
Old 10-05-2003, 10:52 AM   #77
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally posted by bounty
hi m8s

i would like to know if NEWDIR's users are interested if i try to add a dupecheck (files) in itcl for next rls ?

please let a feedback about this.

thx
bounty
Absolutely
neoxed is offline   Reply With Quote
Old 10-06-2003, 09:05 AM   #78
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

here we go m8s

a new update of my newdir script

ofcoz DL link is on 1st post

have fun
bounty

PS: only 1 person want dupecheck ... so i added in my todo list but not hurry
bounty is offline   Reply With Quote
Old 10-06-2003, 12:33 PM   #79
MadCowAss
Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 77
Default

Good Job !!!
Even if it is a minor update, it's always good to see that a script is up to date
MadCowAss is offline   Reply With Quote
Old 10-07-2003, 07:05 AM   #80
NalgeNunc
Junior Member
ioFTPD Registered User
 
Join Date: Jan 2003
Posts: 29
Default

heya bounty,

good job with v2.4.

Theres one bug with OnPreStor & OnPreMkd which allows to create banned dirs/files when using Capitals.
Seems u forgot -nocase

Shouldnt it be like that in .itcl ?

if { [string match -nocase $line $dirname] == 1 }


Thanx for your script
Keep it Up

Cheers
NalgeNunc is offline   Reply With Quote
Old 10-07-2003, 11:23 AM   #81
-=DoBBeR=-
Senior Member
ioFTPD Registered User
 
Join Date: Oct 2002
Posts: 298
Default

Quote:
Originally posted by bounty
PS: only 1 person want dupecheck ... so i added in my todo list but not hurry
I wand dupecheck too hehe
-=DoBBeR=- is offline   Reply With Quote
Old 10-07-2003, 04:25 PM   #82
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

bleh
bounty is offline   Reply With Quote
Old 10-07-2003, 04:26 PM   #83
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by -=DoBBeR=-
I wand dupecheck too hehe
eheh then you are already 2

i'll check what i can do for you

have fun
bounty
bounty is offline   Reply With Quote
Old 10-08-2003, 12:40 PM   #84
Blackthunder
Junior Member
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 21
Default

<<3 peoples>>
GoGo dupecheck GoGo
*G*
Blackthunder is offline   Reply With Quote
Old 10-08-2003, 01:40 PM   #85
kraxdaz
Member
ioFTPD Foundation User
 
Join Date: Jun 2003
Posts: 86
Default

thx for all bounty it's a great script !
kraxdaz is offline   Reply With Quote
Old 10-09-2003, 10:35 AM   #86
fobban
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jan 2003
Posts: 186
Default

i just say, keep up the good work, awwweeeeeesome
fobban is offline   Reply With Quote
Old 10-09-2003, 11:52 AM   #87
b>d>>s
Senior Member
 
Join Date: Feb 2003
Posts: 488
Default

also, u dont need ==1 in
Code:
if { [string match -nocase $line $dirname] == 1 }

to,

if { [string match -nocase $line $dirname] }
will work fine
b>d>>s is offline   Reply With Quote
Old 10-09-2003, 12:00 PM   #88
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

ehe oki it's noted

thx b>d>>s
bounty is offline   Reply With Quote
Old 10-13-2003, 09:11 PM   #89
Lunatik
Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Nov 2002
Posts: 40
Default newdir 2.4 and ioftpd 5.1.8

Something has changed that causes newdir not work work properly. Posted is a fix for those who upgrade to 5.1.8 using newdir 2.4.

Stuff marked in bold is what needs to change.

In the file OnFtpNewDir.itcl:
OLD
# get release name
set num [string length $vpath]
set result [string last "/" $vpath $num]
set release [string range $vpath [expr $result + 1] end]
if { $release == "" } { return }

NEW
# get release name
set num [string length $vpath]
set ioresult[string last "/" $vpath $num]
set release [string range $vpath [expr $ioresult + 1] end]
if { $release == "" } { return }

In The File OnFtpDelDir.itcl
OLD
# get release name
set num [string length $vpath] ; incr num -2
set result [string last "/" $vpath $num]
set release [string range $vpath [expr $result + 1] end-1]
if { $release == "" } { return }

NEW
# get release name
set num [string length $vpath] ; incr num -2
set ioresult [string last "/" $vpath $num]
set release [string range $vpath [expr $ioresult + 1] end-1]
if { $release == "" } { return }
Lunatik is offline   Reply With Quote
Old 10-14-2003, 02:24 AM   #90
NalgeNunc
Junior Member
ioFTPD Registered User
 
Join Date: Jan 2003
Posts: 29
Default

Quote:
Something has changed that causes newdir not work work properly.
What exactly do you mean by not working properly?
Seems to work fine here on Win2k.

Edit: Have you changed this in ioFTPD.ini? Worker_Thread_Count = 10 # Number of worker threads


Have phun
NalgeNunc 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 12:01 AM.

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