In statistic_polls_bit I also found this:
PHP Code:
<a title="Show Profil of $autor" href="member.php?u=$sticky_autorid">$autor</a>
It does not give a user ID. Clicking the link takes you to a message saying the user is not registered.
What it is calling is: http :// site . com/Forums/member.php?u=
As you can see there is no user ID appended to the link.
EDIT ADD:
Changed to:
PHP Code:
<a title="Show Profil of $autor" href="member.php?u=$autorid">$autor</a>