Amaç bundan kurtulmak ve istenildiği gibi paylaşım yapmak.



try {
$ig->setProxy('https://188.166.8.79:80');
$ig->setUser($username, $password);
$ig->login($username, $password);
} catch (\Exception $e) {
echo 'Something went wrong: '.$e->getMessage()."\n";
exit(0);
}

sinir bozucu şey çalışmıyor. proxy yazınca çalışmıyor. bir yerlerde hata falan mı yapıyorum?

Resme Bak

edit: sadece $ig->setProxy(''); yazınca checkpoint olunca konum değişiyor. bir adım attım gibi ama yerimde sayıyor gibi hissediyorum.
edit 2: elimdeki hostun ip adresini kullanabilir miyim bunda?
edit 3: Something went wrong: Network: CURL error 28: Connection timed out after 30001 milliseconds (see http://curl.haxx.se/libcurl/c/libcurl-errors.html). hatası verdi.