active and host count

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 ???

just wonder know what’s the purpose for this?

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 ???

thx
br

if you offered the free services which no need any advertisement page…
you can create the dhcp server will do and set the pcq for it…

or the other way is, you can make us of the “Trial” feature…

The user login as trial user but I want in first page the counters.
Is there solution for it ???
What is the pcq ???

Many thx
Br

if you want to show how many user been use your services…
may be u can put a counter on 3rd party website and link it to you login page…

just to make sure your wallgarden have by pass the counter page will do…

Thx for repl
I have counter for its, is continuous
Can I have counter for active users ???

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…

Thx,
How can get oid ??
Sory but iam new in mikrotik

Perhaps this can get you started:

chain=forward action=add-src-to-address-list src-address= src-address-list=!ActiveUsers address-list=ActiveUsers address-list-timeout=10m nth=100,1

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.

thx for re
but can this to pun in login html page ?
thx


any help ??? pleaase