The below PHP function will take the Mikrotik time format (ex. 5d10h23m14s) and return it as number of seconds. From there it should be easy enough to convert it to hh:mm:ss or whatever else you want. There may even be a built in PHP function that already does it. Check http://www.php.net. Of cours...
Hi guys, I cannot get this script to work. Can you please tell me where i went wrong? yo lo e resuelto de la siguiente manera: <?php require(PATH_BASE.'/dist/api/mikrotik/routeros_api.class.php'); function send_sms($number, $text) { global $smsgw; $server = '192.168.1.1'; $loginname = 'user_admin';...
cada quien tiene su manera de programar yo e tomado el codigo y e corregido de esta forma trabaja muy bien <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"...
:put [/system clock get date] or :local datetime [/system clock get date] Sam and other day and month and year :local fecha [/system clock get date] :local dia [ :pick $fecha 4 6 ] :local mes [ :pick $fecha 0 3 ] :local year [ :pick $fecha 7 11 ] :log info "date format : $dia $mes $year" ...
disculpa :( sorry mi ingles no es bueno por eso lo e expresado en español e colocado lo siguiente: /tool sms set sim-pin="1234" (e verificado en un movil que este es el pin correcto tambien lo intente sin las comillas) /tool sms send serial0 smsc="+584128000000" phone-number=&quo...
Hola a todos tengo un problema que no e podido resolver, tengo un RB1100AH, VersionMikrotik 6.11, el cual posee un puerto serial e conectado alli un modem WAVECOM Serial el cual e configurado según toda la información que e recopilado. al ejecutar /system serial-terminal serial0 ejecuto ATH, la resp...