делаю так но получаю просто страница логина
$curl = curl_init('http://vkontakte.ru/login.php'); // инициализируем cURL
$cook = dirname(__FILE__).'/cook.txt';
$ua = 'Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2)';
curl_setopt($curl, CURLOPT_BINARYTRANSFER, true);
curl_setopt($curl, CURLOPT_COOKIEJAR, $cook);
curl_setopt($curl, CURLOPT_COOKIEFILE, $cook);
curl_setopt($curl, CURLOPT_USERAGENT, $ua);
curl_setopt($curl, CURLOPT_REFERER, 'http://vkontakte.ru/login.php?m=1');
curl_setopt($curl, CURLOPT_POST, 1);
curl_setopt($curl, CURLOPT_POSTFIELDS, 'email=мыло&pass=пасс');
curl_setopt($curl, CURLOPT_FOLLOWLOCATION,1);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt ($curl, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt ($curl, CURLOPT_SSL_VERIFYHOST, 0);
echo curl_exec($curl);
curl_close($curl);
посмотрел в фаербаге что куда отправляеца при отправке формы.вот оно усё
email [email protected]
expire 0
op a_login_attempt
pass asdasdsd
составил пост запрос так
curl_setopt($curl, CURLOPT_POSTFIELDS, 'email=мыло&expire=0&op=a_login_attempt&pass=пасс');
возвращает failed
почему?
кстати в предпросмотре окон=шко маленькое .. всмысле скролла вертикального нету и я пол своей мессаги невижу