Orionsbelter Posted June 1, 2008 Share Posted June 1, 2008 i want a remote control for my website like teamviewer, i need a software where as when i click on a user on my website i'll show my there computer and i can control it. does anyone no how i can do this? Quote Link to comment https://forums.phpfreaks.com/topic/108265-is-there-any-where-is-can-get-a-remote-control-for-my-website/ Share on other sites More sharing options...
chronister Posted June 1, 2008 Share Posted June 1, 2008 My guess is java. I have seen this used at my work when we need help with an accounting program. It uses an activex control, so I assume that it would be java that makes the magic happen. Nate Quote Link to comment https://forums.phpfreaks.com/topic/108265-is-there-any-where-is-can-get-a-remote-control-for-my-website/#findComment-555099 Share on other sites More sharing options...
.josh Posted June 1, 2008 Share Posted June 1, 2008 It depends on what exactly you want to control on their computer. Javascript and vbscript are very limited in what they can access/change on one's computer. They were limited specifically for security purposes. You are not going to be able to go to your website, click on a user's name, and have sweeping control over their computer, even with js or vbs. You are going to have to write a server/client or p2p program with a platform language like c++ or visual basic or delphi or something, to do that. But regardless, I'd have to question your intentions with doing this... Quote Link to comment https://forums.phpfreaks.com/topic/108265-is-there-any-where-is-can-get-a-remote-control-for-my-website/#findComment-555140 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.