In reply to:
Wht say "is disabled"? Can I activate an option so that it works??
I believe your problem stems from the fact that, for security reasons, DreamHost has disabled allow_url_fopen in their default PHP install.
You have a number of options to overcome this limitation. Firstly, you can rewrite your script to use CURL instead of fopen.
http://www.wiki.dreamhost.com/index.php/CURL
Or, if you are feeling adventureous, you can compile and install your own local copy of PHP and change the options to suit.
http://www.wiki.dreamhost.com/index.php/Installing_PHP5
A third option is to simply copy the existing PHP executable and ini file from the DreamHost install to a local directory and make any changes needed.
http://www.wiki.dreamhost.com/index.php/PHP.ini
Mark
--
Save $50 on DreamHost hosting using promo code SAVEMONEY ( Click for promo code details )