Best way to check for under 18?
I'm hoping someone could offer me some ideas or a tip/trick as to how to implement a check to allow people over the age of 18 to enter my site but not those under 18 yrs. I am thinking that a popup when the index.php page loads would not be a good idea because it would keep popping up every time someone goes to that page. Has anyone done this? I don't want to move the dolphin install to a subdir... Any ideas or tips would be greatly appreciated! Thank you :)
This is what many sites use, and really, their is no guarenteed way to verify age.
first, would be the default membership, mabey "Unverified" with complete limited access, and another "Verified" membership type, that you could say charge $1 for, once a member pays with their credit card, they get verified status.
This would be a more accurate way.
With the URL www.yourdomain.com the server will open the index.html first if any...