hi,
could the webpage be changed? i think much people
would like it better this way:
page1 - daily stats.
a table with the ips and send/received data, and the
sum of those, the total. then a button to open up a
popup screen that holds info about the ports, eg:
www/ftp/p2p and more.
also a line that says : gathering between 00.00hrs and
24.00hrs, last update xx.xxhrs
page2 - weekly stats.
a table that holds the sum of all daily stats per ip.
the same way as above. and here also the line to show
when the gathering started to make clear what time
reflects the data.
page3 - monthly stats
same as above (only monthly)
page3 - monthly stats
guess what :)
its now very hard to see what time period the gathered
stats reflect.
i tryed to do it myself but the only thing i can program in
is the html code, c programming just isnt my thing :(
Logged In: YES
user_id=353668
Currently the HTML code is "hardcoded" in the C source.
Maybe an idea to use HTML templates with special tags in the
comments like <!-- TABLE HERE -->, <!-- DAILY GRAPH -->,
etc.