Hotspsot Page Customizing

Hello,
I am using Mikrotik RouterOS v5.2. I am running PPPoE and Hotspot. All are working fine. But can anyone help me for Displaying Started Date and Expiry Date in the Hotspot Status Page through Usermanager Database.

Hi there,
I need help. I wanna know how to add Started Date and Expiry date of users in Hotspot Status Page.

http://wiki.mikrotik.com/wiki/Manual:Customizing_Hotspot#List_of_available_variables

See above link for hotspot variables. You are going to want to use combinations of session-time-left and uptime to calculate there times.

Hello,
Is there anyway to show Usermanagaer Database in Hotspot Staus Page. If there is a way please reply.

Please post the script to show Started Date and Expiry Date in Hotspot Status Page. I am using Usermanager as Radius Server. I only manage users via Usermanager.

.:: ACE HomeNet ::. $(if refresh-timeout) $(endif) \ \ \ \
\ \
\ \ $(if login-by == 'trial')
Welcome trial user!

$(elif login-by != 'mac')
Welcome $(username)!

$(endif) $(else) \ \ \ \
Download: Time Left: Upload:
$(bytes-out-nice) $(session-time-left) $(bytes-in-nice)
IP: $(ip)
MAC: $(mac)
$(if login-by-mac != 'yes')
$(endif)
\ \
\ \ This is my Hotspot Status Page. But it doesn't shows the session time left for users who have one month validity. Can anyone suggest?

Hello alphahawk,

can you explain your idea (guideline)…because I have try to think about usage of session-time-left and Uptime but value is restored on logout.
And second issue is that user profile is shared with other user (this means also the value of session-time-left).