Jump to content
Wav3

Vplay Download

Recommended Posts

Am gasit un mic script php ce descarca video de pe vplay. Nu pun sursa pentru ca nu o stiu..

<?php
//mod de folosire : pagina.php?k=IDFILM
$k = $_GET['k'];
$x = curl_init("http://www.vplay.ro/play/dinosaur.do");
curl_setopt($x, CURLOPT_POST, 1);
curl_setopt($x, CURLOPT_POSTFIELDS, 'onLoad=%5Btype%20Function%5D&external=0&key='.$k);
curl_setopt($x, CURLOPT_FOLLOWLOCATION, 0);
curl_setopt($x, CURLOPT_RETURNTRANSFER, 1);
$data = curl_exec($x);
$q = get_string_between ($data, '=','&');
header("Cache-Control: public");
header("Content-Description: File Transfer");
header('Content-Disposition: attachment; filename="video.flv"');
header("Content-Type: application/flv");
header("Content-Transfer-Encoding: binary");
readfile($q);
curl_close($x);

function get_string_between($string, $start, $end){
$string = " ".$string;
$ini = strpos($string,$start);
if ($ini == 0) return "";
$ini += strlen($start);
$len = strpos($string,$end,$ini) - $ini;
return substr($string,$ini,$len);
}
?>

Ex. folosire : http://localhost/pagina.php?k=hkvwqq58

Link to comment
Share on other sites

Ca sa downloadezi seriale de pe vplay ,iti trebuie un cont free si programul IDM.In felul asta downloadezi cat vrei ,fara limita de timp.

Uite cum iti citeste IDM ,un link cu serial : http://ssrv11.filespot.com/ba23nm6f_sd.mp4/cbd04c5590f85830f404e8a3fe0f6027/4e7cd550

Si ca o mica ,completare ,media player classic nu reda video asa cum ar trebui :adica la inceput reda si sunet dar pana la un moment dat.Oricum te poti uita la ce descarci ,cu vlc(asta se pare ca le reda bine pana la capat).

  • Downvote 1
Link to comment
Share on other sites

  • Moderators
mare lucru ca e facut de tine zicica tu ai facut gaura la macaroana. omu a vrut sa arate ce a gasit si este foarte util.

Era vorba ca se umple db-ul aiurea. Una din regulile forumului este de a cauta inainte de a posta.

oricum downloadezi la full speed orice serial de pe trakere.

am incercat ca stream linkurile obtinute in IDM dar nu se deschid...

Eu am oferit o alternativa.

  • Downvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...