Cheers Philip. I had to comment out a few lines in ubb_library which was returning the message to registered members that their (valid) username was not in the database.
Also do you know how to modify it so that it takes us back to the same forum page rather than to the rate page. Great Hack!
--
my $ProfileNumber = "";
FINDNUMBER: foreach $line(@memberslist) {
if ($line =~ m/^$GetNameClean|!!|/) {
($MatchName, $ProfileNumber) = split(/|!!|/, $line);
chomp($ProfileNumber);
last FINDNUMBER;
}
# else {
# &StandardHTML("Sorry, The record for this username is not in our database.");
# exit;
# }
}