RedZ adlı üyeden alıntı: mesajı görüntüle
hayır yaramaz son 2 si zaten hatalı
curl_setopt($ch, CURLOPT_IP, $adres); böyle bir (CURLOPT_IP) curl setopt argumanı yok.CURLOPT_HTTPHEADER dada remote_addr bilgisi göndermezsin.

http://www.php.net/manual/en/function.curl-setopt.php
Yabancı bir forumda okumuştum..
 curl_setopt($ch, CURLOPT_HTTPHEADER,array("User-Agent: NuSOAP/0.6.6','Host: 66.192.128.19", 
"Content-Type: text/xml; charset=UTF-8","SOAPAction: http://tourico.com/webservices/SearchHotels", 
"Content-Length: 1072"));
peki bu ?