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.
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.
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
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...]
something else (11-07-11)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks