Hello folks. I've downloaded the php class mikrotik api posted here http://forum.mikrotik.com/viewtopic.php?f=9&t=50176 by sw0rdf1sh and I'm using it in some of my projects. After executing a script that uses that routeros_api.class.php class, I got this message: Notice: Undefined variable: _ in...
Hi sw0rdf1sh Thanks for replying me. Can you share any of them? Sure! I could mention some simple stuffs, like adding MAC Addresses in 'Wireless Tables -> Access List'. Also, adding and removing simple queues for my users. And mainly, adding and removing 'Address List' in the Mikrotik's Firewall sec...
Hi folks. First, thanks for those links. By talking in PHP API, I've downloaded the php class mikrotik api posted here http://forum.mikrotik.com/viewtopic.php?f=9&t=50176 by sw0rdf1sh and I'm using it in some of my projects. After executing a script that uses that routeros_api.class.php class, I...
Hi folks. What's up?! That is really an amazing and useful PHP class that I've been using a lot in my projects. Well.. I only got this simple question about it. After executing a script that uses the routeros_api.class.php class, I got this message: Notice: Undefined variable: _ in ... on line 313 T...
Hi all. I'm trying to use router user authentication and accounting via freeradius server. However, I ain't using cleartext passwords in my radius.radcheck table. Instead, I'm using Crypt-Password and my Auth-Type attribute is Crypt-Local. So, after enabling radius in the "/user aaa" secti...