hi all, I think I have a problem with my host's provider.
seeing this now known notification in my ipboarb(invision forum)
"Some functions are enabled on your server which have the potential to cause serious damage to your community or server. If you are in a shared hosting environment, some of these functions may bypass the restrictions which prevent one account on the server affecting another. Their presence also increases the amount of damage that could be caused if your AdminCP is compromised.
Since Invision Community, and most other web applications do not use these functions, we recommend disabling them on your server, at least within the directory that your community is installed in. You should contact your hosting provider or system administrator and ask them to be added to the disable_functions PHP setting.
exec system passthru pcntl_exec popen proc_open shell_exec"
I asked to my host provider if he could eliminate the dangerous php functions, unfortunately I can't do it because I'm on a shared cloud host.
my provider, however, replied that it could not delete the functions because it would affect the whole host.
so I asked to delete them only for me in a specific directory, but I received a negative answer.
could you tell me the exact procedure to exclude those functions from a directory? I created a custom php.ini in public_html with the disable_functions command but it doesn't seem to work. I created it with multiphp ini editor and manually, I also tried several changes to the htaccess but without result
Thanks in advance
seeing this now known notification in my ipboarb(invision forum)
"Some functions are enabled on your server which have the potential to cause serious damage to your community or server. If you are in a shared hosting environment, some of these functions may bypass the restrictions which prevent one account on the server affecting another. Their presence also increases the amount of damage that could be caused if your AdminCP is compromised.
Since Invision Community, and most other web applications do not use these functions, we recommend disabling them on your server, at least within the directory that your community is installed in. You should contact your hosting provider or system administrator and ask them to be added to the disable_functions PHP setting.
exec system passthru pcntl_exec popen proc_open shell_exec"
I asked to my host provider if he could eliminate the dangerous php functions, unfortunately I can't do it because I'm on a shared cloud host.
my provider, however, replied that it could not delete the functions because it would affect the whole host.
so I asked to delete them only for me in a specific directory, but I received a negative answer.
could you tell me the exact procedure to exclude those functions from a directory? I created a custom php.ini in public_html with the disable_functions command but it doesn't seem to work. I created it with multiphp ini editor and manually, I also tried several changes to the htaccess but without result
Thanks in advance