Код: Выделить всё
:local exists false; :foreach i in=[/queue simple find name=user1 limit=1k/1k] do={:log info ("Blocked" ); :set exists true}; :if (!$exists) do={ :log info ("Active" ) }
Код: Выделить всё
<?php
function f_add_user($login, $speed)
{
require('routeros_api.class.php');
$API = new RouterosAPI();
if ($API->connect('10.0.0.11', 'user', '12345')) {
$API->write('/queue/simple/print', false);
$API->write('?name='. $login, '?limit='. $limit, false);
$API->write('=.proplist=.id');
$ARRAYS = $API->read();