Martin Peter Madsen

Results 41 comments of Martin Peter Madsen

[pcaps.zip](https://github.com/haakonnessjoen/MAC-Telnet/files/2405652/pcaps.zip)

Found a work around, if i inset a 500ms delay between commands everything runs ok. Not ideal, since a static delay slows down the application, but workable. There has to...

@Everynameistakenalready make a simple autoloader and include it in your project. e.g. create a file called autoloader.php and place it in the src folder. Use the content below. ```

Cant merge this as it would break all windows actions. The vast majority of changes consists of changing "Windows" to "windows". However the OS object [returns uppercase "Windows"](https://github.com/merlinthemagic/MTS/blob/5bf4f140d1b4dfecd1785da663aa9c7ede39b889/MTS/Common/Data/Computer/OperatingSystems/Microsoft/WindowsBase.php#L10)

Hi @angular013 I have not implemented this functionality, but its quite easily done. --proxy=address:port specifies the proxy server to use (e.g. --proxy=192.168.1.42:8080). --proxy-type=[http|socks5|none] specifies the type of the proxy server...

fork the project and show me how you implemented this feature, that way we can roll it into a new release.

Are you looking to use the shell or browser? If its the shell then pull: [MTM-SSH](https://github.com/merlinthemagic/MTM-SSH) instead,or [MTM-Shells](https://github.com/merlinthemagic/MTM-Shells) if you dont care about the SSH feature set. Those packages work...

You will need to make the SMS code available to PHP using an SMS gateway. Once the code arrives you simply type it into the input. $selector = "[id=inputElement]"; $windowObj->focusElement($selector);...

you cant download using the stock version of phantomJS. There are forks that support [downloading](https://github.com/ariya/phantomjs/issues/10052), but you will need to find the appropriate fork and use that binary instead of...

Fork MTS, implement and make a pull request please.