Results 1 to 5 of 5

Hybrid View

  1. #1

    Youtube Video Downloader using PHP (getting page source problem)

    Dear friends,

    I had made a youtube video downloader in my site, but was so simple.
    Did you know how to get some page source using ip visitor? Not using server IP.
    We know that if we use file_get_contents or cURL it would use IP server.

    Here is my site

  2. #2
    You cannot use a client's IP address for curl, as far as I know. The simple reasons are that PHP is Server Side Software and that IP address tells the target destination where to send back the results.

  3. #3
    any solution for this expect cURL?

  4. #4
    The only solution I can think would be a client side version of curl, I can only find the one linked below. It's a C++ cURL library, you would have to create a user interface in which they can enter the URL and it parses all of the data. But that's if you even know C++. So here is the link

    http://curlpp.org/

  5. #5
    how about java applet like in keepvid.com? is it same in the way?

Similar Threads

  1. How to find PHP page or application or visitor source of
    By pmabraham in forum Hosting Security and Technology
    Replies: 4
    Last Post: 02-25-2010, 02:48 PM
  2. Brandable YouTube Downloader
    By Codeziner in forum Software & Scripts Offers
    Replies: 0
    Last Post: 08-10-2008, 05:35 AM
  3. Replies: 0
    Last Post: 10-02-2007, 07:18 PM
  4. Youtube FLV downloader script...
    By nocturnix123 in forum Programming Discussion
    Replies: 1
    Last Post: 08-15-2007, 02:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •