Quote:
Originally Posted by Konstantinos
counting BYTES from Messages
counting Threads from User
counting PM's
counting most importend Smilies
Fatal error: Maximum execution time of 30 seconds exceeded in /home/***/public_html/forum/includes/ip_statsdetect.php on line 269
|
same error here and it's just my test board. hardly any posts at all.
also, edits of inlinemod.php aren't 100% clear.
there are two incidences of
Code:
if ($vbulletin->GPC['threadid'] == $post['threadid'] AND $post['postid'] == $post['firstpostid'])
{ // we've deleted the thread that we activated this action from so we can only return to the forum
$gotothread = false;
}
and three incidences of
Code:
foreach ($threadarray AS $threadid => $thread)
{
$countposts = $vbulletin->forumcache["$thread[forumid]"]['options'] & $vbulletin->bf_misc_forumoptions['countposts'];
do we do replacements on them all?