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? 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 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... 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
Archived
This topic is now archived and is closed to further replies.