Community discussions

MikroTik App

Search found 3 matches

by ryvan
Tue Jul 09, 2013 6:10 am
Forum: Scripting
Topic: API PHP class
Replies: 47
Views: 78661

Re: API PHP class

jpelp when i run your code $RB->write('/queue/simple/print',false); $RB->write('?target-addresses='.$IP_to_disable); $queues = $RB->read(true); am receiving this error after the "?target-addresses=" =message=no such command prefix when and i am using versionMikroTik RouterOS 5.2 on rb750up...
by ryvan
Thu Jul 04, 2013 10:10 am
Forum: Scripting
Topic: Edit Simple Queue, Using Denis Basta's php api, plz help me
Replies: 2
Views: 3047

Re: Edit Simple Queue, Using Denis Basta's php api, plz help

shaiesh...can you help with the php api queue connector .I wanna accomplish exactly same thing as you do..and i cant add rule to queue from my php..my code is something like this I am trying to add a rule to queue simple and i am using php api to do that as follows: example: $API->comm("/queue/...
by ryvan
Thu Jul 04, 2013 9:38 am
Forum: Scripting
Topic: PHP API to add records to queue
Replies: 1
Views: 2421

PHP API to add records to queue

I am trying to add a rule to queue simple and i am using php api to do that as follows: example: $API->comm("/queue/simple/add", array( "target-address="=> "10.10.10.16", ); and its throwing error on the debug page : Connected... <<< [17] /queue/simple/add <<< [28] =tar...