PDA

View Full Version : Site Cookies


joe
10-14-2002, 06:35 PM
cookies for the whole site would be very nice...kinda disappointed that there's no way (that i see) to report total users logged in, total site speed, etc.

darkone
10-15-2002, 04:04 AM
Originally posted by joe
cookies for the whole site would be very nice...kinda disappointed that there's no way (that i see) to report total users logged in, total site speed, etc.

System statistics cookies will be implemented some time later.

joe
10-16-2002, 07:08 PM
any idea how long down the road this is? its kind of a basic thing that youre used to seeing and using...i'm gonna be putting of using ioftpd until this is implemented...its just so basic i just assumed it was in there already when i started setting things up.

darkone
10-17-2002, 08:05 AM
In io such things are more complicated to implement due to private paths & multiple protocols (telnet/ftp/http).
Total bandwidth cookie needs atleast 3 options: http & ftp & both - adding option to make private paths hidden would add count to 6. 'users online' cookie needs 7 options (2^3 - 1 [ftp on/off][http on/off][telnet on/off]). Latter is very easy to implement, but I have no intension to add it yet (All server statistics cookies will be added at the same time).