Webpage to display daily guest account

I’m working with this wiki article http://wiki.mikrotik.com/wiki/Enable/Disable_new_guest_user_account_daily

The author mentioned they publish the daily account on their share point site. I’d like to do something similar on a simple php page located on the router its self, that shows the active guest account and password.

I’ve very limited php knowledge and would like to know if anyone has some working code or a good sample to get me going. Im willing to figure it out, just need a starting point.

Thanks!

further to this, I’ve enlisted the help of a web developer to work out the web coding portion.

Can anyone point me to where they can access the users table?

Are the users and their respective passwords located in an accessible csv/txt file or do I need to perform a daily task to export the users/passwords to a txt file that can then be accessed?

Thanks!

I ended up using a scheduled script on an xp machine to accomplish this.

All is working now.

So far I’m very impressed with the mikrotik/routerboard