i found an error according to your hack
if a member has 0 Posts, but he or she posts in a forum which doesn't count any posts you get a division by zero
Warning: Division by zero in /is/htdocs/62144/www.yourdomain.com/board/vb/member.php on line 1620
on that line i got this:
$f_posts = floor(($t_post[ppforum] / $userinfo[posts]) * 100);
but i think it has to do with the full code in there
hope you'll find a clue for this
|