Yaaya.mobi - YouTube Video Searcher And Downloader NEW
Collapse
X
-
This script download content to your ftp in "videos" folder it may be used to hack your accounts not recomended !
-
-
Originally posted by just_m3. View Posti'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 ?
-----------------------------------------------------------------------------------------------------------------------
Contact me if anyone want to buy the working version.
Leave a comment:
-
firemax bro please upload ur working youtube video download script...
Leave a comment:
-
Hey firemax bro,why our(yaaya youtube script) youtube scripts are not working?is there any changes?
Leave a comment:
-
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:
-
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, 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,.ThanksPHP 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:
Leave a comment: