You are not logged in.
Pages: 1
My family wants me to create a site with passworded pages that will have family photos on them.
I did a forum search and found an article from last January that mentioned the smd_access_key plugin.
Is using smd_access_key a good method, or is there another one ?
My domain site allows passwording of folders.
Would this be workable ? Or is the plugin better ?
I realize some of this is objective, but if passwording folders can become difficult to work with, I’ll just use the plugin.
Thanks.
Offline
Hi Jim,
It depends on your needs. smd plugins are easy to use but so is passwording folders with htaccess
neme.org | neme-imca.org | hblack.net | LABS
Offline
Well, my domain allows a folder to be passworded, without using htaccess. I have used it in the past and it was a painful experience.
I’ve read more of the plugins info page, and it looks like it will work for me.
I’ve used htaccess in the past, and tended to fall on my face in the attempt.
Offline
I don’t think smd_access_key would protect the image files but just the page displaying them.
.htaccess could protect both.
Offline
You could try this as an alternative. It’s pretty easy to set up. Load the file into a folder above your site root, cgi-bin for example. Add the single line of code to the web pages you wish to protect. It works fine with Textpattern. Straight out of the box the script presents a login dialog on a blank page but there is a link to the user forum that contains information on how to integrate the script into a page.
Offline
I’m not sure what you want to do exactly but:
<txp:php> include(path_to_my_cgi-bin_folder/cgi-bin/password_protect.php");</txp:php>
as first line of the appropriate page template will protect all the pages it generates. Your users will have to sign in once per session to get access.
Offline
I want to make it impossible/vedry difficult, for anyone to see certain pages one a blog I’m going to create.
I’ve decided to use my domain provided pass worded folders.
Offline
Pages: 1