Those 4 +'s showed up in the post, but weren't actually in my code. You can see the error message here:
http://www.numbmonkey.com/index_new.php
Here's the current homepage with the duplicate posts in the latest threads:
http://www.numbmonkey.com/index.php
And here's the code in index_new.php:
PHP Code:
// user configured forumids to exclude
if (!empty($vbindex['limitfids'])) {
$limitfids = array();
$limitfids = explode(',', $vbindex['limitfids']);
foreach($limitfids AS $key => $value) {
$limitfids["$key"] = intval($value);
}
} else {
$limitfids = array(0);
}
Any ideas?
Quote:
Originally Posted by NTLDR
Those 4 + symbols shouldn't be there.
|