PHP cURL proxy ang stuff?

Evan Kkos

New member
Is this the only code i have to add so i can use a proxy to make the connection?
curl_setopt($ch, CURLOPT_PROXY,'163.221.11.71:3124');
curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 1);
If thats all why do i get an error at $result['ERR'] when i try to use it? when i dont use a proxy everything works fine. do you kno a test proxy i can use or sth?
an example would be amazingly appreciated
lol i didnt even notice that. but thats not the problem, the ip:port was just an example i tried lots of them and got nowhere.
 
Back
Top