LightScribe
10-21-2007, 02:30 AM
I am trying to install a modification to my vBulletin forum which allows users to purchase and sell stocks with the forum's currency based on real stock prices. The prices are grabbed from the yahoo financial server.
Unfortunately, my host has allow_url_fopen set to off on the server. However, after talking to them they have told me I can edit the setting locally using a .htaccess file. They told me they couldn't give me instructions on doing so, but I believe that I just need to create a .htaccess file in my root directory which contains
php_value allow_url_fopen on
However, I still get the error.
Is there something else I have to do? Do I need to move the .htaccess into the same directory as the script?
If this is unachievable, is there a way to modify the script to use curl?
Thanks in advance
~Michael
Unfortunately, my host has allow_url_fopen set to off on the server. However, after talking to them they have told me I can edit the setting locally using a .htaccess file. They told me they couldn't give me instructions on doing so, but I believe that I just need to create a .htaccess file in my root directory which contains
php_value allow_url_fopen on
However, I still get the error.
Is there something else I have to do? Do I need to move the .htaccess into the same directory as the script?
If this is unachievable, is there a way to modify the script to use curl?
Thanks in advance
~Michael