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-14-2003, 05:17 AM   #91
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

lunatik fix ... isn't offical fix .... and i'm not sure that fix is really needed !! (apply that fix @ your own risks !!)

please newdir users ... let me know if you all have any probs with newdir 2.4 & ioftpd 5.1.8r !!

big thx & have fun
bounty
bounty is offline   Reply With Quote
Old 10-14-2003, 05:20 AM   #92
SomeoneWhoCares_2
Member
 
Join Date: Sep 2002
Posts: 87
Default

no problems with newdir and io 5.1.8 here
SomeoneWhoCares_2 is offline   Reply With Quote
Old 10-14-2003, 07:50 AM   #93
Fireport
Junior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 18
Default

i have probs with Site NEW 2.4 and IOFTPD 5.1.8!!
Fireport is offline   Reply With Quote
Old 10-14-2003, 08:23 AM   #94
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by Fireport
i have probs with Site NEW 2.4 and IOFTPD 5.1.8!!
can you maybe explain more what's your problem ??
bounty is offline   Reply With Quote
Old 10-14-2003, 08:26 AM   #95
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by NalgeNunc
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
ok finaly i have removed the -nocase in these files ... so it's not a bug

but if you need it you are free to add it yourself

for myself i need case sensitive on bans .. it's more precise for what i want to do

have fun
bounty
bounty is offline   Reply With Quote
Old 10-16-2003, 05:51 AM   #96
ddeca
Member
ioFTPD Foundation User
 
Join Date: Aug 2003
Posts: 73
Default Tjohooo

I was just wondering if onSiteWipe shoudnt remove that dir from newdir.log

If so i might have a bug or iam totaly wasted..

OnFtpDelDir works and removes that dir from newdir.log

----EDIT UPDATE ---

I took the arg from OnFtpDelDir and put it in onSiteWipe and now it works

You might want to look in to that
----EDIT UPDATE ---
damn it didnt work

//DDECA
ddeca is offline   Reply With Quote
Old 10-18-2003, 08:16 PM   #97
DaemonEye
Member
 
Join Date: May 2003
Posts: 37
Default

remove wipe dir from newdir.log dont work for me, any ideas?

Code:
wipe = EXEC ..\ioA\ioA.exe wipe
wipe = TCL ..\scripts\newdir\OnSiteWipe.itcl
DaemonEye is offline   Reply With Quote
Old 10-19-2003, 01:45 PM   #98
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

Quote:
Originally posted by DaemonEye
remove wipe dir from newdir.log dont work for me, any ideas?

Code:
wipe = EXEC ..\ioA\ioA.exe wipe
wipe = TCL ..\scripts\newdir\OnSiteWipe.itcl
if you wipe subdirs like datedirs 1017 1018 1019 ...etc...
wipe 2.4 don't work

i'm busy with newdir 3.0 this will support wipe for datedirs
but need to reset newdir.log coz the format have changed in v3.0

have fun
bounty
bounty is offline   Reply With Quote
Old 10-28-2003, 11:43 AM   #99
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default newdir v3.0 out

here we go m8s

the new version of my script is out !!

you can DL it on he 1st post

have fun
bounty
bounty is offline   Reply With Quote
Old 10-28-2003, 03:37 PM   #100
MadCowAss
Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 77
Default

That's a Major Update !!! Try this tomorrow

THX for your work B0unty
MadCowAss is offline   Reply With Quote
Old 10-28-2003, 04:18 PM   #101
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default newdir 3.0.1 out

sorry for this fast update but i forgot something important

+ deny files to be logged in dupefile.log (in some case like admin dir)

you can DL new version in 1st post

update from 3.0 to 3.0.1

just copy & setup ND_CONFIG.itcl again
just copy all new scripts in /newdir dir

have fun
bounty
bounty is offline   Reply With Quote
Old 10-29-2003, 10:01 AM   #102
jannat
Junior Member
 
Join Date: Jul 2003
Posts: 19
Default converting 2.x newdir.log to 3.x

"2- Setup a temp. SITE CMD to run that script 1 time to update your logs"

can u explain this to me ?
want to you mean with a "temp. site cmd"
jannat is offline   Reply With Quote
Old 10-29-2003, 10:19 AM   #103
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default Re: converting 2.x newdir.log to 3.x

Quote:
Originally posted by jannat
"2- Setup a temp. SITE CMD to run that script 1 time to update your logs"

can u explain this to me ?
want to you mean with a "temp. site cmd"
well you should setup a temporary site cmd = you choose the name of your site cmd yourself.
this name isn't so important coz you'll need to use it 1 time in your live and remove it just after !!

exemple: add under [scripts]

blabla = TCL ..\updatelogs.tcl

then do SITE BLABLA to update logs

then delete blabla = TCL ..\updatelogs.tcl


have fun
bounty
bounty is offline   Reply With Quote
Old 10-29-2003, 10:26 AM   #104
jannat
Junior Member
 
Join Date: Jul 2003
Posts: 19
Default

OK, didn't read you edited things.

did it like you said, he said succesfull, but when i type site new,
he still only says succesfull :-(


I've also added
%[execute(TCL ..\scripts\newdir\OnSiteNew.itcl)]


in login msg (with the right path) but nothing happens on login
jannat is offline   Reply With Quote
Old 10-30-2003, 03:42 AM   #105
Optixxx
Junior Member
ioFTPD Registered User
 
Join Date: Mar 2002
Posts: 26
Default

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

Bounty

nice work,but i really dont like file duping
lots of ppl also have problems with file duping

is ther an option 0/1 for duping/non-duping files?


cheers
Optixxx 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 11:18 AM.

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