Hi, i have a problem with my script. I want, connect with site, by proxy . My script : <? $cUrl = curl_init(); curl_setopt($cUrl, CURLOPT_URL, 'whatismyip.com'); curl_setopt($cUrl, CURLOPT_RETURNTRANSFER, 1); curl_setopt($cUrl, CURLOPT_HTTPPROXYTUNNEL, 1); curl_setopt($cUrl, CURLOPT_PROXY, '212.241.180.239:81'); $PageContent = curl_exec($cUrl); curl_close($cUrl); ?> HTML: This is not working :/ Please help me. Bye !
I do not understand . I want change ip script. Look : HOSTING WITH SCRIPT SITE =====>> cUrl ip = 111 cUrl ip = 6346
if the prob still persists the solution is the ur hosting would not have curl function like they wouldnt have given u previlages to run curl functions in php reason is :-it eats bw big time like my host
@^^ most of them have but hosting providers would have disabled that function for perticular class of hosting :-(