I don't consider correct this verification,...
Lines 56 to 60:
// if ($cnbya_config['usefakemail'] >= 2) {
echo "<tr><td bgcolor=\"$bgcolor2
\">"._YA_REALEMAIL.":</td><td bgcolor=\"$bgcolor1
\">";
// } else {
// echo "<tr><td bgcolor=\"$bgcolor2
\">"._YA_EMAIL.":</td><td bgcolor=\"$bgcolor1\">";
// }
I have commented those that give the problem of mail
confirmation, in file new_confirm.php
// M61: added configurable doublecheck
email routine
if ($cnbya_config['doublecheckemail'] == 0) {
$user_email2 = $user_email;
} else {
if ($user_email != $user_email2) {
$cnbyamsg
= "<b>"._YA_ERRORREG."</b><br>"._YA_EMAILDIFF
ERENT."\n";
cnbya_warning
($cnbyamsg);
}
}
Logged In: YES
user_id=1232168
I don't really get the point of the bug you mention, Curt. Can
you explain some more?