PDA

View Full Version : status file doesnt work



Sonic
08-26-06, 02:08 PM
im getting this


Warning: exec() has been disabled for security reasons in /home/krshosti/public_html/status/index.php on line 13

Warning: shell_exec() has been disabled for security reasons in /home/krshosti/public_html/status/index.php on line 30
Unavailable 0 Days 00:00:00 4.4.3 4.1.19 1.3.0

on http://www.krshosting.co.uk/status/

any reason why ?

xxkylexx
08-26-06, 04:13 PM
You need to enable the php functions "exec" and "shell_exec" in your php.ini for the status system to work.

apranax
08-26-06, 11:15 PM
In addition to that if it shows Not Available you may need to turn allow_url_fopen On

Sonic
08-28-06, 08:36 AM
how do i go about these (sorry i dont mean to be dumb) :$

apranax
08-29-06, 01:05 PM
You can find php.ini file at /etc/php.ini

edit it with a editor (vi,pico ...)

Find disable_functions section and remove them from that list.

http://support.whmcs.com/knowledgebase.php?action=displayarticle&catid=8&id=15

Greg
10-10-06, 01:45 PM
I need to ask what is going to happen with the server status now hosts ae disabling shell_exec everywhere due to security issues.

muchos
04-24-07, 05:43 PM
I need to ask what is going to happen with the server status now hosts ae disabling shell_exec everywhere due to security issues.

Is this still the case?