Return to Snippet

Revision: 12121
at March 15, 2010 14:56 by krunkosaurus


Updated Code
if (Ka.Info.PAGE == "login/registerUser.jsp"){
    var ageLimit = 99;
    eval( CoppaCheck = CoppaCheck.toString().replace('13',ageLimit) );
Ka.Messages.AGEERROR = Ka.Messages.AGEERROR.replace('13', ageLimit);
}

Revision: 12120
at May 15, 2009 17:52 by krunkosaurus


Updated Code
[empty]

Revision: 12119
at March 3, 2009 01:07 by krunkosaurus


Initial Code
if (Ka.Info.PAGE == "login/registerUser.jsp"){
    var ageLimit = 99;
    eval( CoppaCheck = CoppaCheck.toString().replace('13',ageLimit) );
Ka.Messages.AGEERROR = Ka.Messages.AGEERROR.replace('13', ageLimit);
}

Initial URL


Initial Description
Here's a quick snippet of code to raise the minimum age of your site. Note that it is illegal to lower the legal age of your site under 13.

Legal Disclaimer: Affiliate shall indemnify and hold KickApps, its licensors and each such party's parent organizations, subsidiaries, affiliates, officers, directors, employees, attorneys and agents harmless from and against any and all claims, costs, damages, losses, liabilities and expenses (including attorneys' fees and costs) arising out of or in connection with a breach of COPPA laws, including without limitation any claim alleging that Affiliate or Affiliate Website is in breach of COPPA laws due to Affiliate’s use of the Service

For more information see: http://www.coppa.org/coppa.htm

Initial Title
KickApps: raise the minimum age to signup on your KickApps community

Initial Tags
javascript

Initial Language
JavaScript