View Single Post
Old 03-01-2004, 05:23 AM  
jeza
Senior Member
 
jeza's Avatar
 
Join Date: May 2003
Posts: 530
Default

Limit

Code:
UserInfo
========
UID             : %[$uid]
User            : %[$user]
GID             : %[$gid]
Group           : %[$group]
Groups          : %[group]
Allowed IP      : %[ip]
Flags           : %[$flags]
Tagline         : %[$unfo]
Ratio           : %[ratio]
Home            : %[$home]
Credits         : %[credits]
Stats           : %[dayup] %[daydn] %[wkup] %[wkdn] %[monthdn] %[monthup] %[allup] %[alldn]
Include         : %[include]
Exec            : %[execute]
Current time    : %[time]

Limit           : %[limit(ftp_logins)] %[limit(telnet_logins)] %[limit(http_logins)] %[limit(up_speed)] %[limit(dn_speed)]

is there maybe also a cookie to show VFS file that can be used in UINFO?
Code:
.---------------------------------+---------------------------------.
| User.......: %-18[$user] | UserID.....: %13[$uid]      |
| Group......: %-18[$group] | GroupID....: %13[$gid]      |
| Ratio......: %-18[ratio] | Credits....: %13.1[credits(mega)] MB   | 
| Flags......: %-18[$flags] |                                 |
|---------------------------------+---------------------------------|
| Groups.....: %-52[group] |
| Home.......: %-52[$home] |
| Tagline....: %-52[$unfo] |
| VFS........:                                                      |
|---------------------------------+---------------------------------|
| FTP Logins....: %-15[limit(ftp_logins)] | Upload LiMiT....: %8[limit(up_speed)] kB/s |
| TELNET Logins.: %-15[limit(telnet_logins)] | Download LiMiT..: %8[limit(dn_speed)] kB/s |
| HTTP Logins...: %-15[limit(http_logins)] |                                 |
|---------------------------------+---------------------------------|
| DayUp......: %13.1[dayup(bytes)(mega)] MB   | DayDn......: %13.1[daydn(bytes)(mega)] MB   |
| WkUp.......: %13.1[wkup(bytes)(mega)] MB   | WkDn.......: %13.1[wkdn(bytes)(mega)] MB   |
| MonthUp....: %13.1[monthup(bytes)(mega)] MB   | MonthDn....: %13.1[monthdn(bytes)(mega)] MB   |
| AllUp......: %13.1[allup(bytes)(mega)] MB   | AllDn......: %13.1[alldn(bytes)(mega)] MB   |
|---------------------------------+---------------------------------|
| Ip1. %-60[ip(1)] |
| Ip2. %-60[ip(2)] |
| Ip3. %-60[ip(3)] |
| Ip4. %-60[ip(4)] |
| Ip5. %-60[ip(5)] |
| Ip6. %-60[ip(6)] |
| Ip7. %-60[ip(7)] |
| Ip8. %-60[ip(8)] |
'---------------------------------+---------------------------------'
jeza is offline   Reply With Quote