Closed karkaaa closed 4 years ago
i was blocked in GUI :)
now i get:
zte# php index.php login on
array(3) {
["data"]=>
string(69) "isTest=false&goformId=LOGIN&password=base64password"
["result"]=>
string(14) "{"result":"3"}"
["decode"]=>
array(1) {
["result"]=>
string(1) "3"
}
}
zte# php index.php wifi on
array(3) {
["data"]=>
string(65) "goformId=SET_WIFI_INFO&isTest=false&m_ssid_enable=0&wifiEnabled=1"
["result"]=>
string(20) "{"result":"failure"}"
["decode"]=>
array(1) {
["result"]=>
string(7) "failure"
}
}
The base64password is the same password in GUI, you must change $passwd = ''; in index.php. Here is your password not base64, the program auto change to base64. The model is mf286?
Password same as in GUI but not working. Model is MF286.
On the $_password is your open password, not base64 same in GUI.
i insert plain text password into index.php
hello,
i have problems:
i found this and get 3:
maybe it is possible enable wifi like this last login URL?