View Single Post
  #2 (permalink)  
Old 05-30-2008, 12:39 PM
Jordan's Avatar   
Jordan Jordan is online now
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,496
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: RSS feeds and cURL

How often are you connecting to it and how many times are you connecting each time? They may have some custom code to forward IPs that connect to often to older RSS feeds. You can also try setting:

PHP Code:
curl_setopt($chCURLOPT_FOLLOWLOCATION1); 
to

PHP Code:
curl_setopt($chCURLOPT_FOLLOWLOCATION0); 
and see what happens.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Reply With Quote