and to add: the include should be at the top of the script while the next part should be after this block of code:
// ------------------------------------------------
// If this is a coppa user, we can't show some info
if ($coppauser) {
$Fakeemail = "";
$Name = "";
$Homepage = "";
$Occupation = "";
$Hobbies = "";
$Location = "";
$Bio = "";
$ICQ = "";
$Extra2 = "";
$Extra3 = "";
$Extra4 = "";
$Extra5 = "";
$Picture = "";
}