For those that need to turn the allow_url_fopen and allow_ur_include to OFF I found a simple solution.
1. Under the Cpanel - Software/Service - PHPconfig
Set to
PHP5 (Single php.ini)
Same as PHP5, but all subdirectories will use ~/public_html/php.ini
2. Go into File Manager in Cpanel
3. Go into the public_html
4. Find the php.ini.default file.
5. Load it up and change the allow_url_fopen and allow_url_include to Off
and save.
Should work did for me.