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 04-28-2003, 01:36 AM   #16
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

whats wrong here, when i do site who all that happens is

[16:35:45] site new
[16:35:45] 200 Command Successful.
MidKnight is offline   Reply With Quote
Old 04-29-2003, 05:15 AM   #17
malexx
Senior Member
 
Join Date: Feb 2003
Posts: 104
Default

does this script support the new io versions or not?i cant get this one to work on the newest version!
malexx is offline   Reply With Quote
Old 04-29-2003, 05:24 AM   #18
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default

i really dunno if this work with latest ioftpd
i still use 4.5.4 beta.

i wait to upgrade ioftpd untill it support all futures i need

so if someone can give some feedback it would be welcome


have fun
bounty
bounty is offline   Reply With Quote
Old 04-29-2003, 08:18 AM   #19
zpr
Senior Member
ioFTPD Foundation User
 
Join Date: Feb 2003
Posts: 170
Default

io 4.6.2u + newdir 2.1 = works great
zpr is offline   Reply With Quote
Old 04-29-2003, 09:52 PM   #20
daraz
Junior Member
 
Join Date: Mar 2003
Posts: 7
Smile werkz

MidKnight - I had same problem happening, unsure if it will be same fix as what i did though. the dox say i think to use relitive paths:
OnFtpNewDir = ..\scripts\newdir\newdirlog.itcl
setting it up like that the script seems to lie to you, says its successful however never creates / writes to the log file. Try using absolute path, example:
OnFtpNewDir = c:\ioftpd\scripts\newdir\newdirlog.itcl

I did this only for the EVENTS and PRE, the script line i left as relitive.
hope that solves your problem!

( Using the Registered version )
- DaRaz
daraz is offline   Reply With Quote
Old 04-29-2003, 09:58 PM   #21
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

nope didn't seem to work either. does this look right?

[Events]
;OnUploadError =
;OnUploadComplete =
;OnResume =
;OnUpload =
;OnFtpNewDir = C:\Program Files\ioFTPD\scripts\newdir\newdirlog.itcl
;OnFtpDelDir =
;OnFtpLogIn = ..\ioA\ioA.exe logon
;OnTelnetLogIn =
;OnHttpLogIn =
;OnServerStart =
;OnServerStop =



[Pre]
;stor = C:\Program Files\ioFTPD\scripts\newdir\banfile.itcl
;mkd = C:\Program Files\ioFTPD\scripts\newdir\bandir.itcl
;mkd = C:\Program Files\ioFTPD\scripts\premkd.itcl
MidKnight is offline   Reply With Quote
Old 04-29-2003, 10:25 PM   #22
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

take off the comment tag. ";" on the evens that you need.

[events]
OnFtpNewDir = C:\Program Files\ioFTPD\scripts\newdir\newdirlog.itcl
OnFtpLogIn = ..\ioA\ioA.exe logon

[Pre]
stor = C:\Program Files\ioFTPD\scripts\newdir\banfile.itcl
mkd = C:\Program Files\ioFTPD\scripts\newdir\bandir.itcl
SnypeTEST is offline   Reply With Quote
Old 04-29-2003, 10:40 PM   #23
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

Doh!

anyway i done that, and still nothing

[13:38:55] site new
[13:38:55] 200 Command Successful.
MidKnight is offline   Reply With Quote
Old 04-29-2003, 10:53 PM   #24
SnypeTEST
Senior Member
ioFTPD Scripter
 
Join Date: Feb 2003
Posts: 458
Default

restarted ? created some new dirs?
SnypeTEST is offline   Reply With Quote
Old 04-29-2003, 11:00 PM   #25
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

created new dir/ - yes
restart - no, but i rehashed which should be ok shouldn't it?
MidKnight is offline   Reply With Quote
Old 04-29-2003, 11:17 PM   #26
daraz
Junior Member
 
Join Date: Mar 2003
Posts: 7
Default your path

you have it in C:\Program Files, I have never tried it in a path with spaces, it might not like spaces, try changing the path to:
OnFtpNewDir = C:\Progra~1\ioFTPD\scripts\newdir\newdirlog.itcl and yes Rehashing should be good enough move after you make changes
daraz is offline   Reply With Quote
Old 04-29-2003, 11:20 PM   #27
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

still no go
MidKnight is offline   Reply With Quote
Old 04-29-2003, 11:41 PM   #28
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

can someone post there path setup that u have set in the .itcl files. im just wanting to check the dir/ of the slashes.
MidKnight is offline   Reply With Quote
Old 04-30-2003, 12:23 AM   #29
daraz
Junior Member
 
Join Date: Mar 2003
Posts: 7
Default paths

set log "c:/ioFTPD/logs/newdir.log"

set log "c:/ioFTPD/logs/newdir.log"
set msgpath "c:/ioFTPD/text/ftp"
daraz is offline   Reply With Quote
Old 04-30-2003, 12:32 AM   #30
MidKnight
Senior Member
FlashFXP Beta Tester
ioFTPD Registered User
 
Join Date: Oct 2001
Posts: 857
Default

well this really sux. everything looks ok, everything i've tried, just dont work
MidKnight 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:18 AM.

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