Community discussions

MikroTik App

Search found 6 matches

by tara
Thu Oct 03, 2013 7:21 pm
Forum: Scripting
Topic: Capture php api error
Replies: 4
Views: 3000

Re: Capture php api error

thanks for the reply .......... but I can not make it work PEAR2_Net_RouterOS api-1.0.0b4 ... will not have a guide for newbies?? I'm using xp and AppServ 2.5.10

regards
by tara
Sun Sep 29, 2013 6:31 pm
Forum: Scripting
Topic: Capture php api error
Replies: 4
Views: 3000

Capture php api error

Capture php api error I am trying to capture the errors returned in api php ... for example if a user already exists <?php //require('routeros_api.class.php'); require './routeros_api.class'; $API = new routeros_api(); $API->debug = false; if ($API->connect('192.168.1.1', 'admin', '123')) { $API->co...
by tara
Thu Feb 02, 2012 10:10 pm
Forum: Scripting
Topic: help with php api
Replies: 1
Views: 1368

help with php api

regards help with php api I'm trying to show the hotspot users to print an orderly manner. This is the code I'm using <?php // put your code here require('routeros_api.class.php'); $API = new routeros_api(); $API->debug = true; if ($API->connect('10.0.0.36', 'admin', '330')) { $API->write('/ip/hotsp...
by tara
Tue Jan 31, 2012 7:20 pm
Forum: Scripting
Topic: is possible to make a remote connection with delphi api
Replies: 2
Views: 1115

is possible to make a remote connection with delphi api

greetings ...
is possible to make a remote connection with delphi api.
by tara
Thu Dec 15, 2011 11:27 pm
Forum: Scripting
Topic: Help command from API
Replies: 1
Views: 1055

Help command from API

hello. excuse my English. how do I run this command because I have tried various ways and does not serve me. Code: ip hotspot active remove [/ip hotspot active find] and tried and not working Code: ip/hotspot/active/remove =[= =ip= =hotspot= =active= =find= =]= or can give me a help to disconnect al...
by tara
Thu Dec 15, 2011 6:54 pm
Forum: Scripting
Topic: Another RouterOS API Delphi Client
Replies: 150
Views: 83484

Re: Another RouterOS API Delphi Client

hello. excuse my English. how do I run this command because I have tried various ways and does not serve me. ip hotspot active remove [/ip hotspot active find] and tried and not working ip/hotspot/active/remove =[= =ip= =hotspot= =active= =find= =]= or can give me a help to disconnect all active use...