ALSO what is interesting is that I was going to install CRE Loaded Ver 6.3.3 onto my server and during the installation it indicated that the allow_url_fopen was turned off. I contacted CRE and they told me to contact my Web Host, so I did.
I quickly got the following reply:
"I am sorry but unfortunately that is not something that we will be able to enable for you. Using allow_url_fopen is a huge security risk and you may want to consider contacting the developers of the cart for an alternative as that is not a good idea to use for a shopping cart anyway"
I got back on CRE's website and had a chat session with Kirk, He told me (more or less) CRE 6.3 is MUCH more secure than 6.2, when I asked him about the allow_url_fopen issue he told me that everything had to be Green in order to install. He told me that I should look for another host that would allow it to be "on".
I also did a quick search about the "allow_url_open" and I found this:
From
http://phpsec.org/projects/phpsecinfo/t ... fopen.html
"PHP Security Consorium"
If enabled, allow_url_fopen allows PHP's file functions -- such as file_get_contents() and the include and require statements -- can retrieve data from remote locations, like an FTP or web site. Programmers frequently forget this and don't do proper input filtering when passing user-provided data to these functions, opening them up to code injection vulnerabilities. A large number of code injection vulnerabilities reported in PHP-based web applications are caused by the combination of enabling allow_url_fopen and bad input filtering.
I have yet to call CRE and ask why it has to be on... What kind of bothers me is I have some conflicting things going on, and apparently it can be exploited as ber soundzgood2. The purpose of allow_url_fopen is for retrieving "External Data" I am yet to figure out what kind of external data the program needs in V 6.2 SP1 and 6.3 in order to run correctly. I spoke with the person that helped me set develop my store the first time and his initial thought was to make sure that whomever installs the program that it checks with CRE to make sure it is a legitimate copy.
At this point in all honesty, I am strongly considering going with another shopping cart. Even though I have a TON of work into customizing my software with V6.2, and a ton of parts that I would have to transfer over, security risks are not something that I inherently need... Nor my customers need...
John