HideEMailForGuests 0.1 This tiny mod hides eMails for Guest (and robots) in Profile.pl Pyrrhon http://www.philtalk.de Sources/Profile.pl if ($memsettings[19] ne "checked" || $settings[7] eq "Administrator" || !$allow_hide_email) { $email = qq~$memsettings[2]~; } else { $email = qq~$txt{'722'}~; } if ($memsettings[19] ne "checked" || $settings[7] eq "Administrator" || !$allow_hide_email) { if($username ne 'Guest') { $email = qq~$memsettings[2]~; } else { $email = qq~$txt{'722'}~; } } else { $email = qq~$txt{'722'}~; }