Topic: Security hole in profile.php
You should be able to prevent guests or whoever from viewing the profiles of your users, but the code in place to implement this:
if ($pun_user['g_read_board'] == '0' && !isset($_GET['key']))
message($lang_common['No view']);
is easily circumvented by simply setting the "key" parameter (to anything).