Page 1 of 1

Refill Card

Posted: Mon Jul 04, 2011 1:01 pm
by Alqatife
Hi,

Is there any way to allow user to refill his account with refill card?

Thanks.

Re: Refill Card

Posted: Mon Jul 04, 2011 1:04 pm
by normis
User Manager doesn't have such feature built in, you would need to look for other RADIUS based solution that works with RouterOS.

Re: Refill Card

Posted: Mon Jul 04, 2011 4:31 pm
by Alqatife
User Manager doesn't have such feature built in, you would need to look for other RADIUS based solution that works with RouterOS.
Hi,

Can you suggest any RADIUS solution for me?

Thanks.

Re: Refill Card

Posted: Tue Jul 05, 2011 1:15 pm
by aacable
User Manager doesn't have such feature built in, you would need to look for other RADIUS based solution that works with RouterOS.
Hi,

Can you suggest any RADIUS solution for me?

Thanks.
Hi,

I am using DMA-Softlab Radius Manager for refill card base services. I sell Refill cards to users, then user can use it via opening User Self care portal, create his id, and purchase service via refill card scratch number.

and about the software customer support , I must add that these guys have excellent support and respond instantly even to the dumbest of questions. It is real value for money especially for those who do not have big wallets. you can have its online free demo at http://www.dmasoftlab.com/cont/radman

Re: Refill Card

Posted: Mon Jul 11, 2011 5:34 pm
by angboontiong
User Manager doesn't have such feature built in, you would need to look for other RADIUS based solution that works with RouterOS.
Hi,

Can you suggest any RADIUS solution for me?

Thanks.
Hi,

I am using DMA-Softlab Radius Manager for refill card base services. I sell Refill cards to users, then user can use it via opening User Self care portal, create his id, and purchase service via refill card scratch number.

and about the software customer support , I must add that these guys have excellent support and respond instantly even to the dumbest of questions. It is real value for money especially for those who do not have big wallets. you can have its online free demo at http://www.dmasoftlab.com/cont/radman
hi..
i do agreed with you they support is very fast and over my expectation.

btw, just wonder know, how you refill the card under the user.php.
there is no way for me to key in the new refill card.

thanks.

ang.

Re: Refill Card

Posted: Tue Jul 12, 2011 9:23 am
by aacable
hi..
i do agreed with you they support is very fast and over my expectation.
btw, just wonder know, how you refill the card under the user.php.
there is no way for me to key in the new refill card.
thanks.
ang.
It's simple , When user Login via user.php , Goto redeem voucher, here you will enter the refill code. after entering the code, user account will be renewed on the current package he have previously selected. or he can go to PURCHASE CREDITS and select payment method INTERNAL, then the credit will be debited from his account. He can also change service plan [if you have allowed changing the service in ACP] . I have highly customized it according to my requirements.

Re: Refill Card

Posted: Tue Jul 12, 2011 4:19 pm
by angboontiong
hi..
i do agreed with you they support is very fast and over my expectation.
btw, just wonder know, how you refill the card under the user.php.
there is no way for me to key in the new refill card.
thanks.
ang.
It's simple , When user Login via user.php , Goto redeem voucher, here you will enter the refill code. after entering the code, user account will be renewed on the current package he have previously selected. or he can go to PURCHASE CREDITS and select payment method INTERNAL, then the credit will be debited from his account. He can also change service plan [if you have allowed changing the service in ACP] . I have highly customized it according to my requirements.
i am confused on the service offering like my first time hands on the mikrotik.

would you mind to print screen some services configuration and share with me?

appreciated it dude...

p/s: dma softlab support seem they have no need to rest... like 24hours a day. :o

Re: Refill Card

Posted: Wed Jul 13, 2011 8:58 am
by aacable
hi..
i do agreed with you they support is very fast and over my expectation.
btw, just wonder know, how you refill the card under the user.php.
there is no way for me to key in the new refill card.
thanks.
ang.
It's simple , When user Login via user.php , Goto redeem voucher, here you will enter the refill code. after entering the code, user account will be renewed on the current package he have previously selected. or he can go to PURCHASE CREDITS and select payment method INTERNAL, then the credit will be debited from his account. He can also change service plan [if you have allowed changing the service in ACP] . I have highly customized it according to my requirements.
i am confused on the service offering like my first time hands on the mikrotik.
would you mind to print screen some services configuration and share with me?
appreciated it dude...
p/s: dma softlab support seem they have no need to rest... like 24hours a day. :o
I guess this is not the RM support forums :lol: , but MT n RM works best with each other, so posting this info might be useful for others too.

The key point is when you create new service, set initial credit to 0, and limit its expiry to 1 month, so when user sign up new account, his account status will be immediately set to expired, due to to the initial credit set to 0 , then afterward when the user credit his account using the refill card, his account will be renewed valid for 1 month.
See the snapshots.

CREATE NEW SERVICE :
new-service-page1.png
new-service-page2.png CREATE NEW USER ACCOUNT, AND AFTER CREATING , SEE THE USER STATUS:
new-account-registration.png

Re: Refill Card

Posted: Wed Jul 13, 2011 5:54 pm
by angboontiong
Hi dude...
ok, after study on it, i understand already.

but i have another issue is, if the user forgotten to top up during the validation date, and if the account expired, for sure he cannot online anymore and top up the account.

i very interest how you manage this? and do you have create the selfcare for the user to log themself out?

appreciate for you sharing.

good night。

Re: Refill Card

Posted: Fri Jul 15, 2011 8:59 am
by aacable
Hi dude...
ok, after study on it, i understand already.but i have another issue is, if the user forgotten to top up during the validation date, and if the account expired, for sure he cannot online anymore and top up the account.
i very interest how you manage this? and do you have create the selfcare for the user to log themself out? appreciate for you sharing.
good night。
When the user account expires, user cannot login via dialer or hotspot, BUT the User can still Login to Self Care Portal to check his status, or refill his account.

I have following scenario, When the user account expires, His service plan automatically change to EXPIRED USERS SERVICE with expired ip-pool [this option can be set in Services section] , so the user will still be able to login via dialer or hotspot, but he will then be informed / redirected to "YOUR ACCOUNT HAVE BEEN EXPIRED, PLEASE RENEW AT BLAH BLAH BLAH" web page and he can only open the self care portal.
Set Next Service option in Service section, make a new service name expired users service and set ip pool to expired ip-pool and make a rule in mikrotik to deny every request coming from expired ip-pool users to local web server.

Re: Refill Card

Posted: Fri Jul 15, 2011 4:02 pm
by angboontiong
Hi dude...
ok, after study on it, i understand already.but i have another issue is, if the user forgotten to top up during the validation date, and if the account expired, for sure he cannot online anymore and top up the account.
i very interest how you manage this? and do you have create the selfcare for the user to log themself out? appreciate for you sharing.
good night。
When the user account expires, user cannot login via dialer or hotspot, BUT the User can still Login to Self Care Portal to check his status, or refill his account.

I have following scenario, When the user account expires, His service plan automatically change to EXPIRED USERS SERVICE with expired ip-pool [this option can be set in Services section] , so the user will still be able to login via dialer or hotspot, but he will then be informed / redirected to "YOUR ACCOUNT HAVE BEEN EXPIRED, PLEASE RENEW AT BLAH BLAH BLAH" web page and he can only open the self care portal.
Set Next Service option in Service section, make a new service name expired users service and set ip pool to expired ip-pool and make a rule in mikrotik to deny every request coming from expired ip-pool users to local web server.
wow...
it seem very complicated, i have to burn midnight oil to study all the related thing you mentioned here.

btw, would you like to tell more or some print scree capture.

anyhow, appreciate it and i will try for it.

have a nice day.

Re: Refill Card

Posted: Fri Jul 15, 2011 8:12 pm
by aacable
wow...
it seem very complicated, i have to burn midnight oil to study all the related thing you mentioned here.
btw, would you like to tell more or some print scree capture.
anyhow, appreciate it and i will try for it.
have a nice day.

You are specifically asking for RM related configuration on mikrotik support forum, which is ethically not right IMHO. Kindly either email me or use the rm support :)

Re: Refill Card

Posted: Sun Dec 18, 2011 12:25 pm
by kembiet
Nice topic
hehe

Re: Refill Card

Posted: Thu Mar 08, 2012 8:38 pm
by cylent
this is a great product and it puts usermanager to shame. of course who was expecting usermanager to be anything but a toy is in for a surprise.

still though what other products are there to compete with RADman?

Re: Refill Card

Posted: Tue Mar 27, 2012 3:27 pm
by neandero
on DMA site there are packages like:

Max. number of CMTS
Max. number of DOCSIS accounts

each with different price list... so what exactly they are..

thanks,

Re: Refill Card

Posted: Wed Jul 04, 2012 8:03 pm
by rahulmkhj
I think you guys should check this: accessmanager.in . Much easier than RM and feature rich. And free too. :)

Re: Refill Card

Posted: Mon Oct 15, 2012 11:48 pm
by kembiet
Hi There!
I am about to use RM. but I am getting confused if I can Use Username and RadiusManager at Same time?
How to add a second port to make them work together?
please Help

Re: Refill Card

Posted: Tue Oct 16, 2012 6:16 am
by aacable
You can't use RM and UM for same Mikrotik.
One Mikrotik can be bind with one Radius server only at a time.

Re: Refill Card

Posted: Sun Oct 21, 2012 1:14 am
by kembiet
Is there a way to Import UM accounts to RM ?