Go Back   FlashFXP Forums > > > >

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

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-25-2003, 08:23 AM   #166
MaistroX
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Jul 2002
Posts: 221
Question

only .exe file to update this time or... ?
MaistroX is offline   Reply With Quote
Old 10-25-2003, 08:25 AM   #167
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

- replace ioGui.exe
- install ioGuiWho.exe (file + ioftpd.ini settings)
- optionally remove sitewho.exe setting in ioGui.ini
- no changes in ioGuiExt
ADDiCT is offline   Reply With Quote
Old 10-25-2003, 08:33 AM   #168
MaistroX
Senior Member
FlashFXP Registered User
ioFTPD Registered User
 
Join Date: Jul 2002
Posts: 221
Thumbs up

:banana:

Ps. can u add in "batch processing" in User settings so one allso can mark say 5 users and have there BW limitations set in batch mode to ?

+

latest version, dont seem to show either "Home Path" or "VFS File:" in User settings ! PLEASE FIX


+ ioGuiWho crashes with the info ->
AppName: ioguiwho.exe AppVer: 0.0.0.0 ModName: ioguiwho.exe
ModVer: 0.0.0.0 Offset: 00001435

!
MaistroX is offline   Reply With Quote
Old 10-26-2003, 01:08 AM   #169
SlimCrazy
Junior Member
ioFTPD Registered User
 
Join Date: Aug 2002
Posts: 8
Default Error

error in ioGuiWho reporting thru gui.. some Error in WReceiveFTP() at line 188: object variable with block not set shit... dunno and ya the home path / vfs file isn't showing in users either.

and ya.. the $wipe cookie dont work and i think the %(path) cookie causes a runtime error 5 thingy too
SlimCrazy is offline   Reply With Quote
Old 10-26-2003, 03:29 AM   #170
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

- try this in the custom batch command textbox:
Code:
site change %(user) speedlimit 20 30
- Yes, it crashes when a user is logging in.
No, i'm not a c++ wizard.
If anyone wants to fix it, i'd be very happy: http://home.no.net/addict99/files/ioGuiWho.cpp

- home path/vfs file is showing correctly on my version...
do this command in the FTP console:
Code:
9:23:42 > site iogui userinfo ioFTPD
and tell me what these lines say:
Code:
9:24:27 200-(uinfo) 0   | vfsfile    | ..\etc\admin.vfs
9:24:27 200-(uinfo) 0   | homepath   | /
- Error in WReceiveFTP() at line 188: object variable with block
i'm trying to reproduce this error... anything special u were doing? fast refreshrate for the activity list?

- u are right, there is no $wipe command, that's my mistake. Put this instead:
Code:
menu_browser = wipe                      | site wipe %(pwd)%(name)
- i'll see what i can find out about the %(path) cookie (this one only exists in the ioGuiWho menu, and i think i disabled it)
ADDiCT is offline   Reply With Quote
Old 10-26-2003, 12:11 PM   #171
SlimCrazy
Junior Member
ioFTPD Registered User
 
Join Date: Aug 2002
Posts: 8
Default

this:

menu_browser = wipe | site wipe %(pwd)%(name)

doesn't work.. instead use:

menu_browser = wipe | site wipe %(name)

------------

9:23:42 > site iogui userinfo SlimCrazy

works but doesn't show a vfsfile or a homepath line.
SlimCrazy is offline   Reply With Quote
Old 10-26-2003, 01:57 PM   #172
romracer
Junior Member
 
Join Date: Oct 2003
Posts: 25
Default

i think its not showing a vfs or homedir because you don't have one set. you're assuming there is a "default" on each user account and i don't think there is. there is merely a default overall vfs. try setting one on a single user account and then reload the userlist and see if its there.
romracer is offline   Reply With Quote
Old 10-26-2003, 02:13 PM   #173
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

his problem was an outdated set of ioGuiExt templates (and exe)
ADDiCT is offline   Reply With Quote
Old 10-27-2003, 11:29 AM   #174
toki
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 221
Default

sorting by speed in the "who" menus will result in sorting by first number of speed so lets say 500k is faster than 2500k. possible to fix in next version?
toki is offline   Reply With Quote
Old 10-30-2003, 09:09 AM   #175
toki
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 221
Default

got another one...

in ioGuiwho the transfered column displays what? KB and displays MB or MB and a "." or "," is missing between the numbers. something seems wrong.
toki is offline   Reply With Quote
Old 11-02-2003, 05:27 PM   #176
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

updates in 1.1.21:
- Activity list: sorting on speed; display of current transfer in MB
- crash-free ioGuiWho.exe (in C++, based on darkone's latest example in the programming forum)
- ?? dunno if there was anything else, been coding on too many different things this last week...

update ioGui.exe & ioGuiWho.exe
(no changes for ioGuiExt or .ini file)
ADDiCT is offline   Reply With Quote
Old 11-02-2003, 09:05 PM   #177
wooolF[RM]
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 411
Default

thanx for the update, apreciatted
wooolF[RM] is offline   Reply With Quote
Old 11-03-2003, 03:46 PM   #178
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default

Hi ..

I have a small problem.. I am "remote" controlling my ioFTPD server ( that is not at my home ) with your ioGui ( from home ) and i can't get ioGuiWho to work..

Everything else is working smooth ..

MUST ioGui be runned from localhost machine ?

// Scull
scull is offline   Reply With Quote
Old 11-03-2003, 04:00 PM   #179
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

I can only test & develop it whilest working on the same machine, but there should be no limits whatsoever to use it on a remote machine.
Have u "installed" ioGuiWho.exe correctly ? That is: put the line ioguiwho = EXEC ..\scripts\ioGuiWho.exe in the ioftpd.ini config file, followed by a site config rehash ?
If yes, what output does the command site ioguiwho give u ?
ADDiCT is offline   Reply With Quote
Old 11-03-2003, 04:10 PM   #180
scull
Senior Member
ioFTPD Scripter
 
Join Date: May 2003
Posts: 159
Default

Yes .. i have that one right.
I don't get ANY output att all ..

site ioguiwho
200 Command Successful.

Strange ! .. It finds the command BUT nothing is returned back ..

I have tested both with and without EXEC before , and yes i did REHASH ..

AND i even restarted the ioFTPD! ..

// Scull
scull is offline   Reply With Quote
Reply

Tags
ftp, list, server, service, users

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 10:18 AM.

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