Not working for me.For Login Using Php API, you need change in: routeros_api.classv1.6.php
$this->write('=response=00' . md5(chr(0) . $password . pack('H*', $MATCHES[0][1])));
for
$this->write('=password=' . $password);
Not working for me.For Login Using Php API, you need change in: routeros_api.classv1.6.php
$this->write('=response=00' . md5(chr(0) . $password . pack('H*', $MATCHES[0][1])));
for
$this->write('=password=' . $password);