Invite Only Registration PHP Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
midpower
Forum Newbie
Posts: 1
Joined: Thu Jun 10, 2010 11:47 pm

Invite Only Registration PHP Script

Post by midpower »

Hello,

I am a webmaster to an invite-only community. I am trying to find a PHP script that will allow me to password protect each page on my website. It would require each member to sign in to the website before seeing the content (ie membership based site to see specific content).

If they aren't a member, they would need an invitation code to be able to sign up at the website. If they don't have the correct invitation code, their registration is denied.

It is something along the lines of this, but I want the sign up sheet to have a mandatory pass phrase/invitation code for the registration to be vaild.

I believe what.cd does something along what I am looking for.

It would be ideal if we were able to have as many pass phrases/invitation codes (going to give each member their own invitation code).

Any help is appreciated. Thank you!
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Invite Only Registration PHP Script

Post by Benjamin »

:arrow: Moved to PHP - Code
Post Reply