<?php
$cookie_file_path = "cookie.txt";
$fp = fopen($cookie_file_path,'wb');
fclose($fp);
$agent = "Mozilla/4.0 (Windows; U; Windows NT 6.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7";
$reffer = "http://www.downlive.net/311-datalife-engine-7.5-turkce-downlive.net.html";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,"http://www.downlive.net/311-datalife-engine-7.5-turkce-downlive.net.html");
curl_setopt($ch, CURLOPT_USERAGENT, $agent);
curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_fie_path);
curl_setopt($ch, CURLOPT_COOKIEJAR, $cookie_file_path);
curl_setopt($ch, CURLOPT_REFERER, "http://www.downlive.net/311-datalife-engine-7.5-turkce-downlive.net.html");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_POSTFIELDS, "login_name=++++&login_password=++++&login");
$htmdl = curl_exec($ch);
echo $htmdl;
?>böyle bi kod yaptım olmadı yardımcı olan yokmu ya