Well, 614 is the last line of code so here is 592-614
// ############################### start coppa form ###############################
if ($action=="coppaform") {
if ($bbuserinfo[userid]!=0) {
$bbuserinfo[signature]=nl2br($bbuserinfo[signature]);
if ($bbuserinfo[showemail]) {
$bbuserinfo[showemail]="no";
} else {
$bbuserinfo[showemail]="yes";
}
} else {
$bbuserinfo[username]="";
$bbuserinfo[homepage]="http://";
}
eval("dooutput(\"".gettemplate("coppaform")."\");" );
}
?>
|