Topic: Password Protection

Does anybody know of a good program that protects web pages with a password, similar to memberships.  I would like to make a section of free stuff in which you must enter a default password to gain access to the page.

Re: Password Protection

I hear php and mysql (with a little html) are good for that type of thing big_smile

Re: Password Protection

I should have been more clear, I just want them to enter a password, not have to create their own username and password.  The password will be the same for everybody and will not contain any individual usernames.

Re: Password Protection

Burnsy86 wrote:

I should have been more clear, I just want them to enter a password, not have to create their own username and password.

You can still do that with PHP. Your web server might have additional methods that you can use (e.g. using a `.htaccess` file with Apache).

Re: Password Protection

go into ur cpanel and password a file like index.php or anyother file....

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: Password Protection

i believe cpanel just adds the appropriate editions to the .htaccess file as guardian34 suggested.

Re: Password Protection

there is a php program called deadlock

http://www.phpdeadlock.org/
you can set access to a folder and only member have access..

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!