I found a solution to a problem with this program.
Line 447 on profiler.php needs to be changed to this
$output .= "<p>". html_entity_decode($description) ."</p>";
The variable $user_description converts HTML into entities and this reverses it. Try adding a link to a bio and see what I mean.