
08-14-2003, 03:54 PM
|
|
|
Join Date: Dec 2001
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
06-25-03 at 09:34 AM -Sidekick- said this in Post #32
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.
|