login("https://accounts.google.com/ServiceLoginAuth","login","pass");
function login($url,$login,$pass){
$ch = curl_init();
if(strtolower(substr($url,0 ,5))=='https') {
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
}
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_REFERER, $url);
curl_setopt($ch, CURLOPT_VERBOSE, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS,"Email=".$login."&Passwd=".$pass."&continue=https://adwords.google.com/&service=adwords&skipvpage=true& ;dsh=5276269011066223955<mpl=jfk&hl=ru_RU&sarp=1&GALX=THKj2LLXqhI&pstMsg=1&dnConn=&chec kConnection=youtube:310:1&checkedDomains=youtube&timeStmp=&secTok=&_utf8=☃&bgresponse=js_disabled& quot;);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/4.0 (Windows; U; Windows NT 5.0; En; rv:1.8.0.2) Gecko/20070306 Firefox/1.0.0.4");
curl_setopt($c, CURLOPT_COOKIE, $cookies);
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt');
$result=curl_exec($ch);
echo $result;
//return $result;
}
_____________
Womans in your town