Community discussions

MikroTik App

Search found 5 matches

by comal
Thu Jan 12, 2012 10:03 am
Forum: Scripting
Topic: Mikrotik -> PHP
Replies: 63
Views: 74993

Re: Mikrotik -> PHP

How can I show the $ARRAY[0][.id] value? The .id make error because the "." character is invalid. Quote the key, i.e. $ARRAY[0]['.id']  This is a common requirement for ALL strings (i.e. text) in PHP. You can use either single quotes (apostrophes) as above, or double quotes, although I'd ...
by comal
Wed Jan 11, 2012 1:52 pm
Forum: Scripting
Topic: Mikrotik -> PHP
Replies: 63
Views: 74993

Re: Mikrotik -> PHP

How can I show the $ARRAY[0][.id] value? The .id make error because the "." character is invalid.
by comal
Wed Jan 11, 2012 11:57 am
Forum: General
Topic: Mikrotik pppoe user db queue from other webbrowser
Replies: 1
Views: 705

Re: Mikrotik pppoe user db queue from other webbrowser

I think this queue will be make with php API.
by comal
Mon Jan 09, 2012 4:32 pm
Forum: General
Topic: Debit page
Replies: 1
Views: 1188

Debit page

Hello!

I have a mikrotik g450 router. The users connect to the internet with pppoe account. Some users have debit.
I would like to make a webpage what that users get in x time until they won't pay the their debit.

edited:
Or other idea for the distraction?
by comal
Mon Jan 09, 2012 4:24 pm
Forum: General
Topic: Mikrotik pppoe user db queue from other webbrowser
Replies: 1
Views: 705

Mikrotik pppoe user db queue from other webbrowser

Hello!

I would like to create a webpage, where my colleauges can check or edit the pppoe users properties(username,passwd,bandwidth,etc).
I don't want to make mikrotik access for the colleauges!
How can I query the datas from mikrotik to our db? snmp or other?