How to - own "user manager"??

Hello,
I have to write my own “user manager”.
I wanted to ask if someone can try to resolve that kind of problem.
I want to create a website.

At the beginning, I have a problem. How take any MT function and “put” it on the website?

Thank you in advance for your help.

I’ve no idea of you can ‘hack’ User-Manager.

I suggest the way to go is to use the RouterOS RADIUS server accounting backup facility to get backup accounting reports sent to an Open Source RADIUS server like FreeRADIUS linked to MySQL, and then pull the information you need from MySQL. You can manipulate it as much as you want then.

I don’t want to hack UM. I wanna create my own “User Manager”. My task is to create application which is better than User Manager.

I don’t know how to pull information from MikroTik.
Later I want to to use some kind of CMS application.

You’re making me think of a old friend who planned on writing a “better” version of Windows 98…

I have the need for many functions which no off-the-shelve RADIUS products implement. If I had sufficient PHP and Web coding skills, I would have considered creating my own based on FreeRADIUS and DialupAdmin (the popular GUI).

My current solution is using UserManager and running some very powerful scripts I wrote. I managed to script certain functions which no off-the-shelve RADIUS product give by default. The only drawback is that I can’t execute my scripts from the UM GUI..yet.

If you could give us a list of reasons (like functions needed) for having to write your “own User Manager”, perhaps we can assist you in your decision. G

user manager is basically a RADIUS server. you can either use any other available RADIUS server, or write your own.

it’s all standard RADIUS commands.