Yaaya.mobi - YouTube Video Searcher And Downloader NEW

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • just_m3.
    replied
    This script download content to your ftp in "videos" folder it may be used to hack your accounts not recomended !

    Leave a comment:


  • doriann
    replied
    desatualizad download the script working www.zazag.com.br/videos2.rar

    Leave a comment:


  • firemax
    replied
    Originally posted by just_m3. View Post
    i'm getting an error message

    Filename cannot be empty in <b>/home/user/public_html/youtube/download.php</b> on line <b>125</b><br />

    some1 have any idea why ?
    Sorry, this script is no longer working!

    -----------------------------------------------------------------------------------------------------------------------
    Contact me if anyone want to buy the working version.

    Leave a comment:


  • just_m3.
    replied
    Originally posted by firemax View Post
    A quick update, check this out
    i'm getting an error message

    Filename cannot be empty in <b>/home/user/public_html/youtube/download.php</b> on line <b>125</b><br />

    some1 have any idea why ?

    Leave a comment:


  • diehard2621992
    replied
    Thanks bro 4 sharing

    Leave a comment:


  • metulj
    replied
    Originally posted by razib View Post
    firemax bro please upload ur working youtube video download script...
    stop begging for the script !
    if he is willing, he will share it

    Leave a comment:


  • razib
    replied
    firemax bro please upload ur working youtube video download script...

    Leave a comment:


  • ANGELUS
    replied
    where do you get the flv file? which url provide it?

    Leave a comment:


  • heykooldude
    replied
    No doesnt work.Capture the Flv from the page and convert it.

    Leave a comment:


  • ANGELUS
    replied
    does the download engine code from unijimpe still work?

    Leave a comment:


  • wap333
    replied
    Hey firemax bro,why our(yaaya youtube script) youtube scripts are not working?is there any changes?

    Leave a comment:


  • Jgutz
    replied
    Originally posted by firemax View Post
    don't try to re catch video title from youtube api.try to use an additional get parameter from view.php page.
    Ok, thanks..but I don`t know how to do that..

    Leave a comment:


  • firemax
    replied
    don't try to re catch video title from youtube api.try to use an additional get parameter from view.php page.

    Leave a comment:


  • Jgutz
    replied
    Ok, I think you can`t help..

    Coz With that code If I download (e.g. Charlie bit my finger - again!) video, it`s name will be (random number.3gp)..

    What I want is when I download
    (e.g. Charlie bit my finger - again!) video, it`s name will be (Charlie bit my finger - again!.3gp)..
    I hope someone understands me, sorry for bad english..

    Leave a comment:


  • firemax
    replied
    @firemax, please teach me how to remove name attachment that will not affect its download, I tried to remove it but its not downloading..Im talking about remove not replace with my site url,.Thanks
    PHP Code:
    $vn=rand(0,9999);
    header("Content-type: application/force-download");
    if(
    $_GET['type']==17){
    header("Content-Type: video/3gp");
    header("Content-Disposition: attachment; filename=\"$vn.3gp\"");
    }
    else if(
    $_GET['type']==13){
    header("Content-Type: video/mp4");
    header("Content-Disposition: attachment; filename=\"$vn.mp4\"");
    }
    else{
    header("Content-Type: video/x-flv");
    header("Content-Disposition: attachment; filename=\"$vn.flv\"");

    Leave a comment:

Working...
X