I was able to spider a couple of pages from your site, so I think it might be a problem with the settings on your server.
Check your phpinfo page to make sure safe_mode is off and allow_url_fopen is on. To find out how those are set on your server, just run the following script:
Code:
<?php phpinfo(); ?>
Also, have a look at
this thread.
Hope this helps.