Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Tiesioginiai hulkshare.com dainu linkai

Parašė sniuff· 2011 Gru. 13 16:12:44
#1


<?PHP
    $link = "http://www.google.com/url?q=http://hulkshare.com/hn8smq1p8k0p&sa=U&ei=Z2XnTqKYJo-SOt-eyMgK&ved=0CAQQFjAA&client=internal-uds-cse&usg=AFQjCNHkx0H-yGfGTsJXhQQ9ozDMhlbq5w"; // Hulkshare.com dainos nuoroda
    $content = file_get_contents($link);
    $url = explode('<div style="float: right; text-align:justify;">', $content);
    $url = explode('<a href="', $url['1']);
    $url = explode('"', $url['1']);
    echo "<a href='{$url['0']}'>Download</a>"; // $url['0'] tiesioginis dainos linkas.
 
?>


Tiesioginės nuorodos iš hulkshare.com

Parašė MDSidabras· 2011 Gru. 13 16:12:36
#2

Dėkoju, reikėjo šito senai. :)
O įmanoma pasidaryt ant zippyshare?

Redagavo MDSidabras· 2011 Gru. 13 17:12:12

Parašė sniuff· 2011 Gru. 13 17:12:15
#3


 
 
if(isset($_GET['url'])) {
$link = $_GET['url'];
 else { $link = "http://www10.zippyshare.com/view.jsp?locale=lt&key=83278616";}
 
    $content = file_get_contents($link);
 
    $prefix = explode(".com", $link);
    $prefix = $prefix[0].".com";
 
    $url = explode('var a =', $content);
    $url = explode('</script>', $url['1']);
    $url = str_replace("document.getElementById('dlbutton').href", "var g", $url['0']);
    $url = str_replace('"', '\'', $url);
    echo '<script>
    var a =';
 
    echo $url;
 
 
    echo '</script>';
    echo '<script>
    var t = "'.$prefix.'" + g;
    window.open(t);
    </script>';
 


Sukuri faila koki download_zippy.php?url=#nuoroda

Parašė mAnaXi· 2011 Gru. 15 09:12:50
#4

O galbūt yra koks nors dalykas ir su tiesioginiu kelimu? :)

Parašė bruzgis· 2011 Gru. 15 10:12:30
#5

tam jau teks pasinaudot CURL, interneto gausybeje sugebetum rast.

Parašė mAnaXi· 2011 Gru. 15 15:12:47
#6

Like that one? http://php.net/manual/en/book.cu...

Parašė PyccKuu· 2011 Gru. 15 20:12:05
#7

Gal ir geras dalikas, bet už tai tašku negaunama :) (No ads(disables HulkPoints))

Parašė TaduXxX· 2012 Sau. 1 21:01:29
#8

sniuff parašė:

 
 
if(isset($_GET['url'])) {
$link = $_GET['url'];
 }else { $link = "http://www10.zippyshare.com/view.jsp?locale=lt&key=83278616";}
 
    $content = file_get_contents($link);
 
    $prefix = explode(".com", $link);
    $prefix = $prefix[0].".com";
 
    $url = explode('var a =', $content);
    $url = explode('</script>', $url['1']);
    $url = str_replace("document.getElementById('dlbutton').href", "var g", $url['0']);
    $url = str_replace('"', '\'', $url);
    echo '<script>
    var a =';
 
    echo $url;
 
 
    echo '</script>';
    echo '<script>
    var t = "'.$prefix.'" + g;
    window.open(t);
    </script>';
 


Sukuri faila koki download_zippy.php?url=#nuoroda



man sis scriptas neveikia. Kur klaida jame?