Thanks aceman for the code, now it works but with a little change.
This code
PHP Code:
// The next line after this should be:
// while ($thread = $DB_site->fetch_array($threads))
I've change to this
PHP Code:
// The next line after this should be:
while ($thread = $DB_site->fetch_array($threads))
and it works fine, don't know why, but it works.
Thanks for the hack guys.