Hello,
I'm trying to get my script to work, can you turn off safe_mode in php.ini? url: http://www.hostinga2z.com/free-back-links.php
Hello,
I'm trying to get my script to work, can you turn off safe_mode in php.ini? url: http://www.hostinga2z.com/free-back-links.php
And for the record, safe_mode is already off in php.ini
Hello,
What's wrong with my php script then? For example, try to submit
domain.com|domainkeyword . It tells me safe_mode is on?
Post the full and complete error message.
Nothing is always absolutely so.
Hello,
For web hosting for now I'm just using affiliate links. Here is the link to the script:
http://www.hostinga2z.com/free-back-links.php
Basically, it creates back links for your domain.
Error:
Code:Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/hostinga/public_html/free-back-links.php on line 107
Find the line curl_setopt(CURLOPT_FOLLOWLOCATION, true); in your script and remove it, that will fix the error (seems to be line 107).
While safe_mode is off, open_basedir is ON and will remain on for security purposes (without it, people would be able to access the files in other people's accounts, not good)
Last edited by Skizzerz; 06-08-2011 at 01:43 PM.