I wrote a script that parses the site using PHP. I was blocked on this site. I placed the script on another host, but after 1000 pages I was blocked again. When parsing, I issue normal browser headers using CURL. Is it possible to somehow make the script give the left IP to the site?
- Buy yourself a proxy IP: they cost a penny and are updated every hour. And there will be happiness :) - Artem
- [Here you catch] [1]. [1]: poststar.ru/proxy_my.htm - Micah Nikolaev
- Thank you for your efficiency, but is it possible for those who are in the tank for more details? - Alexander Lukin
- Che minusanuli chela? - Ozim
|
1 answer
Nothing complicated, in the options of the Kurla add:
curl_setopt($ch, CURLOPT_PROXY, "217.76.35.238:3128");
- figured out the proxy, but it did not help me, because of what else they can block. I insert normal cookies, send cookies as in my browser, what else should I take into account? - Alexander Lukin
- 1. Use only anonymous HTTP proxies! 2. It is worth considering the browsers, generate a few to distract eyes. 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"); - Alexis
|