Ciao a tutti qualche settimana fa ho chiesto dei consigli per quanto riguardava le possibili incomatibilità tra joomla 1.5.20 e php 5.3.3.
Questa notte il mio hosting ha provveduto a tale aggiornamento, a dire la verita mi aspettavo molti piu casini sui componenti che avevo mi resta da sistemare solo una piccola cosa che non riesco a ripristinare.
Di seguito linko le stringhe del problema sperando che qualcuno riesca a vedere qualcosa per ovviare al problema.
STRINGA SUL WEB
Deprecated: Function ereg() is deprecated in /home/domain/public_html/modules/mod_s5_image_set_rotator/mod_s5_image_set_rotator.php on line 161
Deprecated: Function ereg() is deprecated in /home/domain/public_html/modules/mod_s5_image_set_rotator/mod_s5_image_set_rotator.php on line 167
Deprecated: Function ereg() is deprecated in /home/domain/public_html/modules/mod_s5_image_set_rotator/mod_s5_image_set_rotator.php on line 173
Deprecated: Function ereg() is deprecated in /home/domain/public_html/modules/mod_s5_image_set_rotator/mod_s5_image_set_rotator.php on line 187
Deprecated: Function ereg() is deprecated in /home/domain/public_html/modules/mod_s5_image_set_rotator/mod_s5_image_set_rotator.php on line 195
STRINGA COMPONENTE
$brr = strtolower($_SERVER['HTTP_USER_AGENT']); // what browser.
if(ereg("msie 6", $brr)) {
$is_ie6 = "yes";
}
else {
$is_ie6 = "no";
}
if(ereg("msie 7", $brr)) {
$is_ie7 = "yes";
}
else {
$is_ie7 = "no";
}
if(ereg("msie 8", $brr)) {
$is_ie8 = "yes";
}
else {
$is_ie8 = "no";
}
if ($displaytime == "none") {
$displaytime = "99999";
}
$displaytime = $displaytime * 1000;
$brr = strtolower($_SERVER['HTTP_USER_AGENT']); // what browser.
if(ereg("msie 6", $brr)) {
$is_ie6 = "yes";
}
else {
$is_ie6 = "no";
}
$brr = strtolower($_SERVER['HTTP_USER_AGENT']); // what browser.
if(ereg("chrome", $brr)) {
$is_chrome = "yes";
}