Go Back   FlashFXP Forums > > > >

ADDiCT's scripts sitewho.exe, ioGroups, ioGui, ioLimitTransfers, ioSecureAdduser

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 3.00 average. Display Modes
Old 12-04-2003, 12:50 PM   #61
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

this also happens with my ioGuiExt for ioGui, showing NOOP as last command.
i think it's some delay in ioftpd... my programs are showing the data as it comes from ioftpd
ADDiCT is offline   Reply With Quote
Old 12-04-2003, 02:00 PM   #62
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default progress counter

Addict:

Would be neat if you could add suppport for a progress counter and not only percentage.

ie:

########## - 100 %
######### - 90 %

etc.
Pichento is offline   Reply With Quote
Old 12-21-2003, 06:24 AM   #63
Xn3t
Member
 
Join Date: Dec 2003
Posts: 50
Default

nice script
Xn3t is offline   Reply With Quote
Old 12-21-2003, 11:46 PM   #64
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

Propably has something to do with script's return value.. (if you exit with non-zero, command isn't updated by io - as it thinks that it was invalid)
darkone is offline   Reply With Quote
Old 12-22-2003, 12:22 AM   #65
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

Works great with b5.4 & new message threads
darkone is offline   Reply With Quote
Old 12-23-2003, 02:28 PM   #66
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default needed feature

Hiya Addict.

I really like your site who, but in oder to be able to skin it to my needs i really need and option to be able to specify max length. Let me explain:

%(filename,20,L) <-- i want to be able to force that part max. 20 chars. Filenames above 20 screw up site who listing completely. Normally ioFTPD cookies support that.

Cant that be done here too?
Pichento is offline   Reply With Quote
Old 12-23-2003, 02:52 PM   #67
bounty
Senior Member
ioFTPD Scripter
 
Join Date: Aug 2002
Posts: 529
Default Re: needed feature

Quote:
Originally posted by Pichento
Hiya Addict.

I really like your site who, but in oder to be able to skin it to my needs i really need and option to be able to specify max length. Let me explain:

%(filename,20,L) <-- i want to be able to force that part max. 20 chars. Filenames above 20 screw up site who listing completely. Normally ioFTPD cookies support that.

Cant that be done here too?
did you tried ? : %(filename,20,,,1) or %(filename,20,L,,1)
bounty is offline   Reply With Quote
Old 12-23-2003, 03:29 PM   #68
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

indeed. i never included the way i handle cookies, it's the same as in ioGroups:
Quote:
syntax:
-------
%(<variablename>,<length>,<alignment>,<fillchar>,< cap>)

explanation:
------------
- variablename: ...
- length: formatted length of the variable
- alignment: left, right or centered (L/R/C)
- fillchar: character that will be used to fill up empty spaces
- cap: variable will be capped at the given lenght (0/1)

default settings:
-----------------
- length = 0 (means total lenght of variable)
- alignment = L (left)
- fillchar = ' ' (a space)
- cap = 0 (no capping)
ADDiCT is offline   Reply With Quote
Old 12-23-2003, 05:20 PM   #69
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default

Thanks both of you for the swift reply.

Much appreciated.
Pichento is offline   Reply With Quote
Old 12-23-2003, 05:35 PM   #70
Pichento
Senior Member
ioFTPD Registered User
 
Join Date: Feb 2003
Posts: 327
Default

Addict:

did you see my progress-meter request?

Would be awsome..

Merry X-mas
Pichento is offline   Reply With Quote
Old 12-23-2003, 06:01 PM   #71
zENOn
Junior Member
 
Join Date: May 2003
Posts: 5
Default

ioFTPD: 5.4.2r
SiteWho: 1.0.13
dzsbot: 1.05

When ever i do !who in my chan i get a message saying ERROR: initialization failed (is ioFTPD running?), and on !bw i get the same message [BW] + Uploaders: initialization@ERROR:kb/sec - Leechers: (is@failedkb/sec - Idlers: ioFTPD - Total: @running?)kb/sec. And yes, the server is running (as a service via IOFTPD-Service).
zENOn is offline   Reply With Quote
Old 12-24-2003, 02:16 AM   #72
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

do one of the following things:
- start the bot from within ioFTPD (with a site command for example)
- install the bot as a NTService as well
- turn this option ON in the ioFTPD service settings: "allow to interact with desktop when running as a user"
ADDiCT is offline   Reply With Quote
Old 12-24-2003, 11:55 PM   #73
alturismo
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Nov 2001
Posts: 265
Default

or when installed as service, let them both

"interact with desktop" in service settings

works fine here using firedaemon
alturismo is offline   Reply With Quote
Old 12-29-2003, 05:12 AM   #74
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Any1 wanna help me out getting sitewho to work with 5.4.xr ?
Ive get command successfully only when Ive tryed to get the script to work.
odd is offline   Reply With Quote
Old 12-29-2003, 05:18 AM   #75
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

try using the full path in

who = EXEC D:\ioftpd\scripts\sitewho\sitewho.exe blabla
ADDiCT is offline   Reply With Quote
Reply

Tags
mapping, memory, output, technique, version

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


All times are GMT -5. The time now is 03:34 AM.

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