The fix is as follows...
OPEN includes/news.php
FIND
- Code: Select all
$text = str_replace("\n", "\n<br>\n", $text);
AFTER ADD
- Code: Select all
if ( strpos($text, '..script') !== false){
$text = str_replace("..script", ".script", $text);
}
Moderator: Integra Moderator
$text = str_replace("\n", "\n<br>\n", $text);
if ( strpos($text, '..script') !== false){
$text = str_replace("..script", ".script", $text);
}
Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Majestic-12 [Bot]