dynamitemedia
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
10:12 AM
Re: Roku PHP Remote
also i tried addingthe "http://" in front and got this error
i am looking in my PHP.ini and see nothing about these in there
Warning: fsockopen() [function.fsockopen]: unable to connect to http://192.168.10.106:8080 (Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?) in /XXXXX/remote/telnet.class.php on line 55
i am looking in my PHP.ini and see nothing about these in there
Twitter: iptvmyway facebook: iptvmyay
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
kbenson
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
10:24 AM
Re: Roku PHP Remote
It's not HTTP, it's raw text, thus telnet. If you can connect using telnet to that IP address (and that IP address is where your roku is), this should work. If you can't, it definitely won't work.
If you don't have telnet built into your OS (newer windows installs don't, everything else does), go download PuTTY SSH and use it's telnet support. I recommend the standalone executable version of PuTTY. This is also how you access the error console, so I assume you already have this working in some respect. If not, I feel very, very sorry for you. Programming without error messages is not fun.
If you don't have telnet built into your OS (newer windows installs don't, everything else does), go download PuTTY SSH and use it's telnet support. I recommend the standalone executable version of PuTTY. This is also how you access the error console, so I assume you already have this working in some respect. If not, I feel very, very sorry for you. Programming without error messages is not fun.
-- GandK Labs
Check out Reversi! in the channel store!
Check out Reversi! in the channel store!
dynamitemedia
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
10:30 AM
Re: Roku PHP Remote
i am gonna try on another webhost maybe...
Twitter: iptvmyway facebook: iptvmyay
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
10:39 AM
Re: Roku PHP Remote
"kbenson" wrote:
If you don't have telnet built into your OS (newer windows installs don't, everything else does), go download PuTTY SSH and use it's telnet support.
It's actually there, you just have to tell it to install it (Control Panel->Programs and Features->Turn Windows Features On or Off->Telnet Client). Doesn't even require a reboot...
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
kbenson
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
11:27 AM
Re: Roku PHP Remote
"TheEndless" wrote:"kbenson" wrote:
If you don't have telnet built into your OS (newer windows installs don't, everything else does), go download PuTTY SSH and use it's telnet support.
It's actually there, you just have to tell it to install it (Control Panel->Programs and Features->Turn Windows Features On or Off->Telnet Client). Doesn't even require a reboot...
Ooh, thanks! Although I'm not sure what's quicker, navigating windows menus, or downloading putty and using it. It's a close call (seriously, it's google -> putty download page -> downloading (450k) -> click to run). But for those times where an internet connection is not assured, that's helpful.
-- GandK Labs
Check out Reversi! in the channel store!
Check out Reversi! in the channel store!

gonzotek
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
11:51 AM
Re: Roku PHP Remote
"dynamitemedia" wrote:Just a thought, but you know you should be running this locally, right? An external website won't have access to your local Roku unless you map the port(s) on the router to the Roku. Also, if you are doing that for some reason, then you would need to change the address from a local one ( 192... ) to your external IP ( http://www.whatismyip.com/ ) I have an apache+php server running on an old desktop. XAMPP for Windows is one distribution I've used that takes care of setting up all that with one installer.
i am gonna try on another webhost maybe...
Remoku.tv - A free web app for Roku Remote Control!
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
Want to control your Roku from nearly any phone, computer or tablet? Get started at http://help.remoku.tv
by Apps4TV - Applications for television and beyond: http://www.apps4tv.com
dynamitemedia
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
12:15 PM
Re: Roku PHP Remote
perfect!! that worked!
Twitter: iptvmyway facebook: iptvmyay
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
pirate96
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
03:21 PM
Re: Roku PHP Remote
Top buttons? The top of my screen is a text box with a submit button to the right. That was working perfectly in Amazon search. That was the only button I saw.
Where my thoughts go....... http://wokokon.com
dynamitemedia
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
03:23 PM
Re: Roku PHP Remote
here is a example i put together for the iphone/ipad/ipod
the keyboard or search is giving me issues and is the refreshing the screen each time on the iphone...
can anyone tell me how they are getting the keyboard working? for example does it add letter by letter to the area on the screen or not till you hit submit?
i will keep working on the keyboard section as well as the refresh issue..
so here ya go
http://iptvmyway.com/roku/remote/index.php
the keyboard or search is giving me issues and is the refreshing the screen each time on the iphone...
can anyone tell me how they are getting the keyboard working? for example does it add letter by letter to the area on the screen or not till you hit submit?
i will keep working on the keyboard section as well as the refresh issue..
so here ya go
http://iptvmyway.com/roku/remote/index.php
Twitter: iptvmyway facebook: iptvmyay
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
Channels: Warriors of War, Go Fight Live, Heading Outdoorz, IPTVmyway
brandon15811
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2010
04:32 PM
Re: Roku PHP Remote
@dynamitemedia
That script should be hosted on a local server, and can you put that example on pastebin, or somewhere similar, its not working on your server
@pirate96
I coded this for the netflix onscreen keyboard, the top row has clear, delete, and space, I've never used the amazon channel though
That script should be hosted on a local server, and can you put that example on pastebin, or somewhere similar, its not working on your server
@pirate96
I coded this for the netflix onscreen keyboard, the top row has clear, delete, and space, I've never used the amazon channel though