Paid affiliate advertisement
Age Verification module for Drupal 5.7
We have got a page based on Drupal 5.7 where we wich to place som mature content. Therefor we need an age verification page before they can enter our pages.
The job is to develop an Age Verification Module for drupal 5.7 that we can buy the rights for and use. A new visitor is forced to fill in their age before they can or cannot access our pages.
It's not just about the start page it's no mather how you get in via under-pages you have to verify your age before you can visit the target page.
The user needs to fill in:
-The year they were born in a drop down menu
-The Day they were born in a drop down menu
- The month they were born in a drop down menu
then a submit button.
If the users age is equal to 18 or more the user will gain access to our website. A cookie will then be set to save the data that the user has already been verified so the next time he visits some of our pages he doesnt need to fil in the Age Verification again.
If the user is below 18 in age he will not get access to our pages and therefor see a message like "You need to be 18 to access this website" and there will be set a cookie that he has not fulfilled the requirements. So when he tries visit one of our pages again he does not get a new chance to fill in his birth date. Until the cockie expiers or the users resets the cockies in the browser.
Deadline:
Since we think this is a pretty light module we estimate the time to just a couple of days.
Knowledge about Drupal Modules, (X)HTML, CSS, PHP and cookies.
Compensation:
We both agree for a price and we pay when we both think that you fullfilled our wishes we made here above. If we think of more demands we will rise the compensation.
Contact:
markus@starvault.se
Star Vault AB is an independent game developing studio
http://www.starvault.se

Did you take a look at
Did you take a look at this?
http://drupal.org/project/validateage
I can do your module, but I thought you might want to check this out first.
That module is a good start,
That module is a good start, but it just validates that the user is over 18 when the user is checked before saving. The requirements outlined by the poster are a little bit more involved. The simplest way would be to use validateage module, along with preventing anonymous access to content using normal Drupal permissions. You might need to customize the error page a little.