Community discussions

MikroTik App

Search found 2 matches

by petrucci2
Sun Apr 25, 2010 7:51 pm
Forum: The User Manager
Topic: change "credit limit reached" message
Replies: 4
Views: 3025

Re: change "credit limit reached" message

<script type="text/javascript"> <!-- var error = "$(error)"; if (error == "credit limit reached") { document.write("your credit has expired."); } else { document.write("$(error)"); } //--> </script> Where i need add this html code? Regards
by petrucci2
Fri Apr 23, 2010 6:44 am
Forum: The User Manager
Topic: Can't Remove Userman Logs
Replies: 29
Views: 23152

Re: Can't Remove Userman Logs

try this script to delete all UM logs : :foreach i in=[/tool user-manager log find] do { /tool user-manager log remove $i; } thanks a lot.... the script works very fine !!! If you want delete the session, only change two words: try this script to delete all UM sessions : :foreach i in=[/tool user-m...