Posts: 15
Threads: 5
Joined: Oct 2013
2013-10-25, 05:26:18
(This post was last modified: 2013-10-29, 04:32:26 by bonyway.)
I seem to have created my post in the wrong theme http://get-simple.info/forums/showthread.php?tid=5308.
In any case, I look similar solution to realization the age verification. May be not too complicated like this and just with one Question like “are you under 18 year old?” with [YES] and [NO] buttons.
I don't know how I can integrate that.
But me it’s absolutely clearly, that needs to be saved in current session, thus nobody from internet can access via direct link to internal content without verifying his old, i.e. a first access always redirect to verification page.
Any assistance would be greatly appreciated.
Thanks.
Posts: 15
Threads: 5
Joined: Oct 2013
2013-10-28, 21:41:34
May be anyone is interested and can really develop this.
Please contact me via PM (with details: duration & cost).
Thx a lot!
Posts: 1,247
Threads: 82
Joined: Feb 2011
2013-10-29, 20:29:18
(This post was last modified: 2013-10-29, 21:00:03 by datiswous.)
You can look for a script on the internet and try to implement that. Or you can ask your question around that ("how can I implement
this script in my site"). It's a lot less work to implement a script than make a new plugin.
http://stackoverflow.com/questions/15738...javascript
http://codecanyon.net/item/agelock-age-v...pt/4931493
http://jquerywall.com/demo-age-verificat...atepicker/
http://community.hostcheetah.com/thread/439
etc. etc. There are a lot of scripts on the net:
Google age validation script
Personally I find the
Yes / No question better than asking to fill in a date.
Posts: 6,267
Threads: 182
Joined: Sep 2011
I think there is a legal reasoning for the date query and not a simple yes no. I could be wrong though.
Posts: 15
Threads: 5
Joined: Oct 2013
2013-10-30, 04:33:14
(This post was last modified: 2013-10-30, 05:00:15 by bonyway.)
@datiswous
You seem right. However, only one drawback, if «JS» is turned off, the entire page should be blocked with <noscript> help.
But I think it would be much watermarks do it all in PHP (of course with MySQL it would be much easier). Unfortunately, in this case(like with plugin), it would be too expensive.
Posts: 15
Threads: 5
Joined: Oct 2013
2013-10-30, 04:56:53
(This post was last modified: 2013-10-30, 05:05:57 by bonyway.)
@shawn_a
I find that too, so eight-year child has less chance to enjoy this Page. But the script with NO / Yes is much easy, which is also consistent to the laws.
Posts: 1,247
Threads: 82
Joined: Feb 2011
http://www.phpbook.net/age-validation-form-in-php.html
https://discussion.dreamhost.com/thread-32395.html
http://www.youtube.com/watch?v=NDUwoH-Bid8
I didn't test them.
But you should search yourself. And this one is probably complete:
http://codecanyon.net/item/agelock-age-v...pt/4931493
Quote:(of course with MySQL it would be much easier)
I don't know what MySQL has to do with it and how that would be easier. I think it would make it more complicated, to use a database with a simple age verification script..