Force Jave Applet to run a web application through PHP

Discussion in 'PHP' started by Keteki, Nov 13, 2014.

  1. #1
    Here i wonder, how can i force java applet to run a web application through PHP? The application needs to run from user ip.
     
    Keteki, Nov 13, 2014 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    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.
     
    jestep, Nov 14, 2014 IP
  3. Keteki

    Keteki Active Member

    Messages:
    112
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    90
    #3
    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.
     
    Keteki, Nov 14, 2014 IP