vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Adults only (https://vborg.vbsupport.ru/showthread.php?t=82522)

Kyderoy 06-05-2005 12:03 AM

Adults only
 
How can I set the system so that only folks 18 and over are allowed to join?

Andreas 06-05-2005 12:47 AM

1. Go to ACP / vBulletion Options / User Registration Option, set COPPA to disallow registrations for users < 13
2. In register.php
FIND
PHP Code:

if ($year < ($current['year'] - 13) OR ($year == ($current['year'] - 13) AND $month <= $current['month'])) 

Change the 13 to 18
3. Change phrase under_thirteen_registration_denied to reflect that users must be 18

However, this will obviously not keep users that are < 18 from signing up.

Kyderoy 06-05-2005 01:04 AM

Quote:

Originally Posted by KirbyDE
1. Go to ACP / vBulletion Options / User Registration Option, set COPPA to disallow registrations for users < 13
2. In register.php
FIND
PHP Code:

if ($year < ($current['year'] - 13) OR ($year == ($current['year'] - 13) AND $month <= $current['month'])) 

Change the 13 to 18
3. Change phrase under_thirteen_registration_denied to reflect that users must be 18

However, this will obviously not keep users that are < 18 from signing up.


Thank you that did the trick... I know they will still sign up but I am just trying to protect my ass as best as I could.... :)

Andreas 06-05-2005 01:09 AM

If you want a system that is fully compliant (at least with German law), you must personally identify your members (check their ID card) and use certificates stored on secure devices (Smartcard, USB PersonalID, etc.) to authenticate them.

edermix 02-08-2009 03:20 PM

Great!!!

BlackJacket 02-08-2009 04:13 PM

I might need this. Dont know why so this is my post so i can look at it later. :)

m1thr0s 03-25-2009 03:58 AM

Thanks Andreas! In looking over register.php I see more instances of 13 than this alone. I went ahead and changed them all to 18 so I hope that won't blow anything up or anything. Everything seems fine so far...

I run a serious occult discussion forum and really want kids to stay the hell away as much as possible. Even though we cannot guarantee age this way, it goes a long way towards making it known that kids don't really belong in that environment...

So thanks again!

Artes_Marciales 04-09-2009 12:16 PM

Thanks Andreas! :)


All times are GMT. The time now is 11:21 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01245 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete