PHP Code:
while ($var=$DB_site->fetch_array($vars)) {
if ($var['findword']!="") {
$newtext=str_replace($var['findword'],$var['replaceword'],$newtext);
}
}
I can't find this anywhere in my admin/functions file. Just by scanning threw the file it looks like it has something to do with the microstats hack I have installed.
https://vborg.vbsupport.ru/showthrea...threadid=35811
Can anyone help me out with this?