View Single Post
Old 12-24-2003, 06:23 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default Basic Site Who Replacement

Here is a small site who replacement for ioFTPD v5.4.x

Features:
- Users/groups/paths can be hidden from normal users.
- Siteops can see all hidden users.
- A '*' is prefixed to your username, to tell which is you.

Installation:
- Add the following to the ioFTPD.ini and copy the tcl to /scripts.

[FTP_Custom_Commands]
who = TCL ..\scripts\Who.itcl who

[FTP_SITE_Permissions]
who = !A *

Output:
Code:
200-.---------------------------------------------------------------------------.
200-|    User    |   Group    |  Info           |  Action                       |
200-|---------------------------------------------------------------------------|
200-| *neoxed    | SiteOps    | Retarded?       | IDLE for 00m 44s              |
200-| sitebot    | SiteOps    | SiteBot         | IDLE for 00m 07s              |
200-|---------------------------------------------------------------------------|
200-| Up: 0@0KB/s           | Dn: 0@0KB/s           | Total: 2@0KB/s            |
200-'---------------------------------------------------------------------------'
neoxed is offline   Reply With Quote