GoDaddy Hosting:
The php settings by default have
"Allow url fopen=off"
but you will find a
php.ini file in your root directory that you can modify to set fopen to "on".
Simply modify the PHP.INI GoDaddy supplies in your root directory to change the fopen settings.
Details:
It's not the actual php.ini - it's just 1 line that allows you to change the 2 most common parameters.
Download PHP.INI from your root folder
Open php.ini in a text editor
Change: "allow_url_fopen =
off"
to: "allow_url_fopen =
on"
Save the file
Upload the modified file back to your website root (original location).
And your done - the script should now work, provided you've done all the other requirements.
Works very nicely - thanks for the scipt and I hope this helps the GoDaddy Users .
