
01-13-2004, 11:53 PM
|
|
|
Join Date: Mar 2002
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by -Sidekick-
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?
|
Same problem here
|