require_once 'C:\\\\\\\\\\\\\\\\\\\Inetpub\\\\\\\\\\\\\\wwwroot\\\\\\\/carp/carp/carp.php';
// Add any desired configuration settings below this line using "CarpConf" and other functions
CarpConf('proxyauth',userid:password);
CarpConf('proxyserver',proxy.server:port);
CarpCacheShow('http://www.geckotribe.com/press/rss/pr.rss');
?>
All I got was a blank page when running the script (it's called rssfetch.php).
I cleaned up the C:\\\\ to
C:\Inetpub\wwwroot\carp\carp\carp.php
and
then to C:/Inetpub/wwwroot/carp/carp/carp.php
and then to
/carp/carp/carp.php
but no results -- just a blank page comes up.
Obviously I am behind a proxy. The proxy information in the code is correct.