"kc8pql" wrote:
Hope people will understand some bugs 😞
"brandon15811" wrote:
I actually don't personally own a roku, I made this while I was bored at my aunts, but could somebody give me the prompt that is used in the telnet shell, I think its a >
"renojim" wrote:"brandon15811" wrote:
I actually don't personally own a roku, I made this while I was bored at my aunts, but could somebody give me the prompt that is used in the telnet shell, I think its a >
That is correct.
-JT
"pirate96" wrote:
Works great for me! The keyboard search is working fine.
[16-Sep-2010 02:26:56] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to 192.168.10.106:8080 (Operation timed out) in
xxxx/ remote/telnet.class.php on line 55
PHP Warning: fsockopen() expects parameter 2 to be long, string given in
xxxx/remote/telnet.class.php on line 55
"dynamitemedia" wrote:
so i decided to play with this a bit tonight and i cant get it to do anything but give me a 500 internal server error.[16-Sep-2010 02:26:56] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to 192.168.10.106:8080 (Operation timed out) in
xxxx/ remote/telnet.class.php on line 55
if i take out the 8080 for port in the class it will then show the webpage but still toss out a errorPHP Warning: fsockopen() expects parameter 2 to be long, string given in
xxxx/remote/telnet.class.php on line 55
"dynamitemedia" wrote:
tried that still no good....
thought it was a Firewall issue maybe but have the port opened and still no good, any one who has this working have any ideas?
var $port = "8080";on line 55 of telnet.class.php to
var $port = 8080;and see if it works. I suspect that it will just show whatever the next error is, and that the problem is a bit beeper.
[16-Sep-2010 12:53:31] PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to 192.168.10.106:8080 (Operation timed out) in /XXXXX/roku/remote/telnet.class.php on line 55