[TYPO3-dev] cc_awstats: Substition for escapeshellcmd and passthru needed

Martin Kutschker masi-no at spam-typo3.org
Sat Jul 19 18:56:08 CEST 2008


Christopher schrieb:
> Hi guys,
> 
> I am using cc_awstats and have a problem with it:
> 
> The extension contains the following code:
> if (!t3lib_div::GPvar(dbg)) {
>     passthru($perl.' 
> '.$this->MCONF['awstatsFullDir'].$this->MCONF['awstatsScript'].escapeshellcmd 
> ($parameter), $retval);
>    }
> (found in typo3conf/ext/cc_awstats/mod1/index.php on line 272)
> 
> On my server passthru and escapeshellcmd are deactivated (which I cannot 
> change).
> How can I change the above lines so that it works anyway?

If the admin deactivated these function he probably has deactivated all
execution of binaries for PHP.

Masi




More information about the TYPO3-dev mailing list