Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
curl_setopt($curl, CURLOPT_TIMEOUT, 20);
curl_setopt($curl, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
//curl_setopt($curl, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5); //если Сокс
curl_setopt($curl, CURLOPT_PROXY, '123.123.123.123:80');
curl_setopt($curl, CURLOPT_AUTOREFERER, 1);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, TRUE);
curl_setopt($curl, CURLOPT_COOKIEFILE, 'cookies.txt'); // вытащить куки из файла для запроса
curl_setopt($curl, CURLOPT_COOKIEJAR, 'cookies.txt'); // запомнить куки в файл