allow_url_include problem

I got a problem in installing dolphin script and i got this message

allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)
Please go to the
Dolphin Troubleshooter
and solve the problem.

Based from the forum discussion that i have read i need to turn Off  allow_url_include  and after editing php.ini i got the same problem. hope that you can help me to start with the community website.

thanks and more power.

Quote · 30 Dec 2009

Try adding this to your .htaccess file in your root Dolphin directory: php_flag allow_url_include off - I hope that helps you.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 30 Dec 2009

php_flag allow_url_includes off is already in my .htaccess but still i got the same problem

Quote · 30 Dec 2009

Just a stretch, but can you check (if you have access to it) your PHP info?

If you don't create a new PHP file with the following:

<?php

phpinfo ();

?>

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 30 Dec 2009

===========================

<IfModule mod_php4.c>
php_flag register_globals Off
</IfModule>
<IfModule mod_php5.c>
php_flag allow_url_include Off
php_flag register_globals Off
</IfModule>

==========================

it is the content of my php.ini

Quote · 30 Dec 2009

===========================

<IfModule mod_php4.c>
php_flag register_globals Off
</IfModule>
<IfModule mod_php5.c>
php_flag allow_url_include Off
php_flag register_globals Off
</IfModule>

==========================

it is the content of my php.ini

That shouldn't be what your php.ini file looks like. Are you sure that isn't your .htaccess file you're posting?

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 30 Dec 2009

im sorry its the content of my .htaccess not php.ini

Quote · 30 Dec 2009

im sorry its the content of my .htaccess not php.ini

Try the PHPInfo trick I posted above to see if it is actually off for you. Another attempt might be to place a copy of your php.ini file in your root Dolphin directory, depending on the setup of PHP for your server.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 30 Dec 2009

Warning: require_once(/home3/philtube/public_html/includes/defines.php) [function.require-once]: failed to open stream: No such file or directory in /home3/philtube/public_html/index7.php on line 21

Fatal error: require_once() [function.require]: Failed opening required '/home3/philtube/public_html/includes/defines.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/philtube/public_html/index7.php on line 21

=========

<?php
phpinfo ();
?>

==========

ive created php info and save it as index7.php and i got the output above.

Quote · 30 Dec 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.