i want to put count in login page for active and host user ip hotspot active print count-only
ip hotspot host print count-only
can any help how to input in html login pages ???
the wifi internet is free and i want any user know how used the wifi
so can i put in login pages :
A. now we have xx active user
B. in wifi are connected xx user last week
any help ???
there can have something to make this happened…
but i don’t see any purpose for this…
if you want to track and to shown the report to somebody instead of the end user…
then you can get the oid from the mikrotik and put into your mrtg or prtg for the active user monitoring…
Create a rule that will add IP (the user) to the ActiveUsers list when the IP is not already on the list. Do that every 100 packet using nth and have list entries expire in 10 minutes.
Resulting ActiveUsers list will have all active users in the last 10 minutes.