Age Verification body<= " unless $remote; return "" unless $remote->underage; if (LJ::did_post()) { # make the cart and add our verification item unless ($POST{cartid}) { my $cart = LJ::Pay::new_cart($remote); LJ::Pay::add_cart_item($cart, { item => 'coppa', rcptid => $remote->{userid}, }); $POST{cartid} = "$cart->{payid}-$cart->{anum}"; } # redirect to it return BML::redirect("$LJ::SSLROOT/pay/cc.bml?c=$POST{cartid}"); } # throw in extra boxes my ($extra, $cartid); if ($GET{o}) { $extra = ""; } elsif ($GET{s}) { $extra = ""; } else { $extra = ""; } if ($GET{c}) { # verify input before putting in our output $cartid = $1 if $GET{c} =~ /^(\d+-\d+)$/; } return qq{ $extra
  1. complete the registration;
  2. review our privacy policy and to submit a valid credit card number to verify that the child's parent or guardian knows about and authorizes our information practices related to children protected by COPPA; and
  3. verify through the use of an email confirmation and second authorization that the parent or guardian consents to the Terms of Service and LiveJournal.com's privacy policy.
Once parental notice and consent has been verified, the information we collect will be treated the same as information collected from any other user of LiveJournal.com. p?> Detailed information on our complete privacy practices is available here. privacy policy. p?> printable form. p?>
} . LJ::html_submit("Continue Electronic Verification") . "\n" . LJ::html_hidden(cartid => $cartid) . "\n" . "
\n"; } _code?> <=body page?>