• 22-06-2018, 13:04:58
    #1
    $ua = "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36";
    $email = "mail buaraya";
    $pass = "şifreburaya";
    
    $curl = curl_init();
    curl_setopt($curl,CURLOPT_URL,$url);
    curl_setopt($curl, CURLOPT_HEADER, 1);
    curl_setopt($curl,CURLOPT_RETURNTRANSFER,1);
    curl_setopt($curl,CURLOPT_USERAGENT,$ua);
    curl_setopt($curl,CURLOPT_REFERER, "http://m.vk.com");
    curl_setopt($curl,CURLOPT_SSL_VERIFYHOST, 0);
    curl_setopt($curl,CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt($curl, CURLOPT_AUTOREFERER, 1);
    curl_setopt($curl,CURLOPT_SSL_VERIFYPEER, 1);
    curl_setopt($curl,CURLOPT_COOKIEFILE,$cfile);
    curl_setopt($curl,CURLOPT_COOKIEJAR,$cfile);
    $exec = curl_exec($curl);
    php ile vk.com a basit yoldan email ve şifre yazılı yerlere girerek login olmak istiyorum ama başaramadım login olmak için başka ne eklemem gerek? bilgisi olan yarım edebilirmi?
  • 24-06-2018, 15:53:51
    #2
    Üyeliği durduruldu
    curl_setopt_array($curl,CURLOPT_POSTFİIELDS,[
    'emailname' => $email,
    'şifrename' => $pass
    ]);
  • 25-06-2018, 12:52:47
    #3
    furkanphp29 adlı üyeden alıntı: mesajı görüntüle
    curl_setopt_array($curl,CURLOPT_POSTFİIELDS,[
    'emailname' => $email,
    'şifrename' => $pass
    ]);
    olmadı dostum