Results 1 to 3 of 3

Thread: Youtube Downloading script for *FREE* !

  1. #1
    Junior Member
    Join Date
    Jan 2011
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default Youtube Downloading script for *FREE* !

    hi, i like to sell *my stupidity*

    selling free scripts isn't really popular here
    dont try it again
    Last edited by metulj; 12-07-11 at 15:26.

  2. #2
    Super Moderator subzero's Avatar
    Join Date
    Mar 2006
    Location
    Your Screen.
    Posts
    3,971
    Thanks
    442
    Thanked 379 Times in 180 Posts
    Blog Entries
    7
    Rep Power
    0

    Default

    Guys this will waste your cash as youtube is soon to update again and hide the file much more harder this time


    So dont waste cassh buying what is basic free anyways.
    Visit: [Only registered and activated users can see links. Click Here To Register...]
    Visit: [Only registered and activated users can see links. Click Here To Register...]
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

  3. #3
    Administrator GumSlone's Avatar
    Join Date
    Mar 2005
    Location
    Mars, GumCity
    Posts
    1,495
    Thanks
    125
    Thanked 573 Times in 201 Posts
    Blog Entries
    2
    Rep Power
    10

    Default

    here, take it for free: [Only registered and activated users can see links. Click Here To Register...]

    use readfile for the download url output with correct headers to send the video file to the user.
    possible usage example
    PHP Code:
      
      $video_id
    ="ygktsZjnLyw";
      include(
    'youtube/curl.php');
      include(
    'youtube/youtube.php');

      
    $tube = new youtube();
      
    $links $tube->get('http://www.youtube.com/watch?v='.$video_id);

    $count_links count($links);
    for(
    $i=0;$i<$count_links;$i++)
    {
        if(
    $links[$i]['ext']=='mp4')
        {
            
    $download_url $links[$i]['url'];
            break;
        }
    }

    if(
    strlen($download_url)>5)
    {
        
    header('Content-Type: video/mp4');
        
    header('Content-Disposition: attachment; filename='.$video_id.'_(www.urtube.mobi).mp4');
        
    header("Content-Description: File Transfer");
        
    readfile($download_url);

    Advertise your mobile site for FREE with [Only registered and activated users can see links. Click Here To Register...]

    [Only registered and activated users can see links. Click Here To Register...]


  4. The Following User Says Thank You to GumSlone For This Useful Post:

    something else (11-07-11)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Youtube Downloading Working
    By amit04jain in forum Sites / Links
    Replies: 5
    Last Post: 23-07-11, 01:31
  2. i want downloading script
    By game in forum REQUEST FORUM
    Replies: 1
    Last Post: 16-10-10, 07:06
  3. Help Please ! Downloading Error!
    By tricky in forum Site / Script testing and error fixing
    Replies: 1
    Last Post: 13-03-10, 05:05
  4. Youtube Script Sale
    By softhut in forum Marketplace
    Replies: 4
    Last Post: 09-02-09, 12:19
  5. Downloading Zip
    By super55 in forum Sites / Links
    Replies: 8
    Last Post: 07-04-08, 22:13

Bookmarks

Posting Permissions

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

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19