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...