Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Download.uzeik.net

Parašė Zixx· 2008 Geg. 27 17:05:41
#1

Sveiki, gal kas nors turit ar žinot kaip pasidaryti youtube downloadery php? Kaip http://download.uzeik.net

Parašė MAnjack· 2008 Geg. 27 17:05:15
#2

Google info paieškok.

Parašė Zixx· 2008 Geg. 27 17:05:19
#3

rašiau, ten išmeta hotscripts saitus, bet iš jū nieko veikiančio neradau

Parašė Zixx· 2008 Geg. 28 13:05:58
#4

Tai atsiras kas galetu padet?

Parašė Zixx· 2008 Geg. 28 15:05:34
#5

<?php
// Being submitted...
if($_GET['youtube']) {
// It has so run function "youtube_test" and redirect to that.
$download = youtube_test($_GET['youtube']);
header("Location: $download");
}
// Find the matches in the result
function youtube_test ($url) {
$page = youtube_grap_page($url);
if ($page === false) {
// YouTube won't load...
die("No connection to Youtube could be established.");
}
preg_match('/watch_fullscreen\?video_id=(.*?)&l=(.*?)+&t=(.*?)&/', $page, $match);
$match1 = "http://www.youtube.com/get_video?video_id=";
if(!$match[1]) {
// Video doesn't exist...
die("The video file does not exist on YouTube.");
}
$match1 .= $match[1];
$match1 .= "&t=";
$match1 .= $match[3];
return $match1;
}
// Grab the YouTube page
function youtube_grap_page ($url) {
$curl = curl_init($url);
curl_setopt($curl, CURLOPT_HEADER, false);
curl_setopt($curl, CURLOPT_VERBOSE, false);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$output = curl_exec($curl);
// Check for errors
if (curl_errno($curl)) {
trigger_error('CURL error: "' . curl_error($curl) . '"', E_USER_WARNING);
$output = false;
}
curl_close($curl);
return $output;
} ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head profile="http://gmpg.org/xfn/11">
<title>YouTube Downloader FLV Movie</title>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="author" content="MTVvui.com" />
<meta name="copyright" content="Copyright (c) www.MTVvui.com 2007 - <?php echo date('Y'); ?>" />
<meta name="description" content="Download youtube movie at flv to you pc." />
<meta name="distribution" content="global" />
<meta name="keywords" content="download, video, youtube, flash flv" />
<meta name="last-modified" content="<?php echo date('l, dS F Y H:i:s T'); ?>" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="7 days" />
</head>

<body>
<form action="<?php $_SERVER['PHP_SELF'] ?>" method="get">
Enter YouTube Video: <input name="youtube" type="text" /> <input type="submit" value="Download FLV files!" />
</form>
<p>e.g. <em>http://youtube.com/watch?v=av6fWfmugds</em></p>
<!-- please keep this copyright as support to coder, it will update soon to have more function download from google, dailimotion or cliptv ... please visit sponsor www.mtvvui.com -->
<p>Created by <a href="http://www.mtvvui.com/" title="top vietname entertai video and music colection"> www.MTVvui.com best online for more entertainment</a></p>
</body>
</html>




Gavau toki koda, bet jis neveikia ir raso kad tokio video nera

Parašė Enzo· 2008 Geg. 28 15:05:47
#6

išmok postus redaguoti:@

Parašė Zixx· 2008 Geg. 28 15:05:58
#7

NU tai jei =inociau kas blogai tai ir redaguo2iau

Parašė Zixx· 2008 Geg. 28 18:05:36
#8

Tai padet galit?

Parašė Zixx· 2008 Geg. 28 18:05:26
#9

krč..Žmogus kitiems padedi, o pats niekada nesulauksi pagalbos, nors tikrai kažkas žino kaip padaryt..:[

Parašė MAnjack· 2008 Geg. 28 18:05:20
#10

Rakinu dėl flood.