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

Christopher Christopher at temporaryforwarding.com
Sat Jul 19 18:45:49 CEST 2008


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?

Christopher 






More information about the TYPO3-dev mailing list