#node/250497 - shanwa, thank you--I didn't realize that hosts are disabling URL access through the file_get_contents.
Hopefully hosts that disable URL access through file_get_contents have enabled cURL functionality. I have coded the script to more intelligently determine if it is able to use cURL functionality (a optimized alternative to file_get_contents).
Also, I removed the {} around the field names in sql statements; this fixes problems with anybody that is using database table prefixing.
If cURL functionality exists, then the script will use cURL, otherwise it will default to using file_get_contents. Although some hosts disable PHP from accessing URLs with file_get_contents. I am hoping that cURL will be enabled on those hosts. If you know of a work around, please contact me.