Avreloaded

Hello jhon,

In the file that is in the path that you indicate, in the lines that you comment is the following comment

//added code webcompany
$code = str_replace(‘!!WARN_JS!!’, ”, $code);
$code = str_replace(‘!!WARN_FL1!!’, ”, $code);
$code = str_replace(‘!!WARN_FL2!!’, ”, $code);

//webcompany commented code
/*
// Generate alternate content (JavaScript warning and Flash warning)
if (is_int(strpos($code, ‘swfobject.’))) {
$needswfo = 1;
if ($altset) {
$code = str_replace(‘!!WARN_JS!!’, ”, $code);
$code = str_replace(‘!!WARN_FL1!!’, $altcontent, $code);
$code = str_replace(‘!!WARN_FL2!!’, ”, $code);
} else {
$code = str_replace(‘!!WARN_JS!!’, $this->_getWARN_JS(), $code);
$wfa =& $this->_getWARN_FLASH();
$code = str_replace(‘!!WARN_FL1!!’, sprintf($wfa,
$tcfg, $tcfg), $code);
$code = str_replace(‘!!WARN_FL2!!’, sprintf($wfa,
$tcfg), $code);
}
} else if (is_int(strpos($code, ‘jeroenwijering.’))) {
$needsl = 1;
if ($altset) {
$code = str_replace(‘!!WARN_JS!!’, ”, $code);
} else {
$code = str_replace(‘!!WARN_JS!!’, $this->_getWARN_JS(), $code);
}
$code = str_replace(‘!!WARN_FL1!!’, ”, $code);
$code = str_replace(‘!!WARN_FL2!!’, ”, $code);
} else {
$code = str_replace(‘!!WARN_JS!!’, ”, $code);
$code = str_replace(‘!!WARN_FL1!!’, $altcontent, $code);
$code = str_replace(‘!!WARN_FL2!!’, ”, $code);
}

*/

However, as you can see on the web (the message continues to appear.

Thank you

AnswerQuote

Answered : 05/25/2011 10:53 am

See also  how to install the simple image gallery plug-in
Loading Facebook Comments ...
Loading Disqus Comments ...