Warning: popen() has been disabled for security reasons in /home/cyvus/public_html/ventrilo/ventrilostatus.php on line 378
$pipe = popen( $cmdline, "r" );
if ( $pipe === false )
{
$this->m_error = "PHP Unable to spawn shell.";
return -10;
}
ALERT - function within blacklist called: popen() (attacker '*.*.*.*', file '/home/cyvus/public_html/ventrilo/ventrilostatus.php', line 378)
I've enabled it.
Do you need help with anything else?