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
- complete the registration;
- 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
- 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?>
- We do not transfer personal information we collect to people or
organizations outside the LiveJournal.com family of companies for their
direct marketing purposes.
- We do share this information within the LiveJournal.com family of
companies but any use or disclosure of this information is controlled by
our privacy policy.
- We may use or share account users' personal information where it
is necessary for us to complete a transaction, to operate or improve
LiveJournal.com and related products and services, to do something that the
user has asked us to do, or to tell the user of products and services that
we think may be of interest.
- We may occasionally contact our users with offers. When we do this, we
will do our best to provide you with an opportunity to opt-out of receiving
such further communications at the time you are contacted.
Detailed information on our complete privacy practices is available
here.
privacy
policy. p?>
- You can edit your child's LiveJournal.com Account Information at any
time. Most personal information provide to LiveJournal.com is entirely
optional. For example, to the extent that parents are considering whether
to permit their children to use the Service, we do not condition a child's
participation based upon their provision of any more personal information
than is necessary to operate the Service.
- You can delete your LiveJournal.com account by visiting our Account
Deletion page; however, please note that some personal information,
primarily your contact information, may remain in LiveJournal.com's records
to the extent necessary to protect LiveJournal's legal interests or
document compliance with regulatory requirements.
printable form. p?>
\n";
}
_code?>
<=body
page?>