I need youtube-mp3.org script

Discussion in 'PHP' started by VinodKhakra, Jul 3, 2013.

  1. dlehr

    dlehr Well-Known Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    116
    #41
    I use revenuehits for my websites,

    this is a good alternative to adsense.
     
    dlehr, Nov 4, 2016 IP
  2. lapidus

    lapidus Well-Known Member

    Messages:
    396
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    128
    #42
    And how much is click from US for example?
     
    lapidus, Nov 4, 2016 IP
  3. dlehr

    dlehr Well-Known Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    116
    #43
    I can not tell you exactly.

    It is different

    But must say you it is not so much like google adsense

    i think about 10 cents to 30 cents
     
    dlehr, Nov 4, 2016 IP
  4. Torrober

    Torrober Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #44
    This code works, but i can't guarantee if it works all the time :/

    <?php
    $file = $_GET['t'];
    $quality = $_GET['q'];
    $videoid = $file;
    $apikey = 'YOUTUBE_API_KEY';
    $json = file_get_contents('https://www.googleapis.com/youtube/v3/videos?id='.$videoid.'&key='.$apikey.'&part=snippet');
    $ytdata = json_decode($json);
    $mp3title = $ytdata->items[0]->snippet->title;
    header("Content-disposition: attachment; filename= $mp3title.mp3");
    readfile('http://serve-skull.su/direct/?yt='.$file.'&quality='.$quality);
    ?>
    the url should look like this: http://www.example.com/download.php?t=YTID&q=320 (the qualities are 128, 192, 256 and 320)
    the problem here is it sometimes it just downloads a corrupted mp3 :/
     
    Torrober, Dec 22, 2016 IP
  5. Einheijar

    Einheijar Well-Known Member

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    165
    #45
    Einheijar, Dec 23, 2016 IP
  6. Torrober

    Torrober Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #46
    can you help me? i want to stop getting this error
     
    Torrober, Dec 26, 2016 IP
  7. xhelo

    xhelo Banned

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #47
    Hello there
    Any working script?
     
    xhelo, Jan 8, 2017 IP
  8. dlehr

    dlehr Well-Known Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    116
    #48
    What do you say about this Script?

    Demo: http://simple-youtube-mp3.org/
     
    dlehr, Jan 8, 2017 IP
  9. xhelo

    xhelo Banned

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #49
    How much does it cost?
     
    xhelo, Jan 8, 2017 IP
  10. dlehr

    dlehr Well-Known Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    116
    #50
    30$
     
    dlehr, Jan 8, 2017 IP
  11. dlehr

    dlehr Well-Known Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    116
    #51
    Script Update:

    https://scriptabc.com/downloads/youtube-mp3-org-clone-script/

    DEMO:

    http://phpscriptdemo.info/youtube-mp3-org-clone-script/
     
    dlehr, Sep 25, 2017 IP
  12. Blogvis

    Blogvis Well-Known Member

    Messages:
    233
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    120
    #52
    you can try this api for the youtube to mp3 conversion
    you just need a nice homepage and a form , and the converstion can be done with a youtube API , see : https://break.tv/en/api

    Also i see they offer a search api too , if you are interested in that
     
    Blogvis, Oct 31, 2017 IP
  13. David Morrison

    David Morrison Active Member

    Messages:
    230
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    53
    Digital Goods:
    1
    #53
    Have a look on CodeCanyon.
     
    David Morrison, Nov 5, 2017 IP
  14. Vevioz

    Vevioz Member

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    Digital Goods:
    1
    #54
    Maybe the script you mean has been shared for free here https://developers.vevioz.com/resources/
     
    Vevioz, Mar 9, 2022 IP