Here i wonder, how can i force java applet to run a web application through PHP? The application needs to run from user ip.
Can you explain a little better what the purpose of doing this would be? If you're going through the trouble and security issue of having a user trust an applet in the first place, I would think the applet would be a much better way to accomplish pretty much anything it might need to do.
Yeah i installed a web app "youtube-dl" to fetch the video download links. All the links are force to fetch from my server IP, and the links only works for the server. The video from the links can't be download to my localhost PC. So here i thought of forcing the app to run on users java applet, so that the links are fetch for their IP.