hi, am trying to run status2k, but as i have safemode enabled and using phpsuexec it wont work properly, have tried adding the following to the http.conf for the domain its on
<IfModule mod_php4.c>
php_admin_flag safe_mode Off
</IfModule>
<IfModule mod_php5.c>
php_admin_flag safe_mode Off
</IfModule>
have also removed openbasedir protection for that user, but still no luck, any advice would be appreciated.
<IfModule mod_php4.c>
php_admin_flag safe_mode Off
</IfModule>
<IfModule mod_php5.c>
php_admin_flag safe_mode Off
</IfModule>
have also removed openbasedir protection for that user, but still no luck, any advice would be appreciated.