<?php
$ch = curl_init();
$string = "lastvideo=9la0vh9wglk8w.flv";
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9');
curl_setopt($ch, CURLOPT_URL, "http://www.movshare.net/video/9la0vh9wglk8w");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_COOKIE, $string);
curl_setopt($ch, CURLOPT_POSTFIELDS,"submit");
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_exec($ch);
curl_close($ch);
?>
Şu şekilde denedim ama bir sonuç yok. Yine o sayfayı geçemiyorum.