Community discussions

MikroTik App

Search found 1 match

by joelp
Wed Jan 23, 2013 4:49 am
Forum: Scripting
Topic: API PHP class
Replies: 47
Views: 78661

Re: API PHP class

hi I trying do this, but without positive result. Try this one: 1. Receive list of all users: $API->write(/ip/hotspot/user/getall'); 2. In PHP iterate through resulted array comparing user name, whose password should be changed, with current iteration's [name] property. 3. In the resulting array get...