PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Graphisme & Infographie > macromedia.dreamweaver > Requiring a password to get to a page
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Requiring a password to get to a page

Réponse
 
LinkBack Outils de la discussion
Vieux 14/06/2008, 17h27   #1
Tim Newbie
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Requiring a password to get to a page

I am building website for a pipe club I am forming. I would like the "member list" to be hidden from the public and available to members who have the club password. Any ? Thanks.:confused;
  Réponse avec citation
Vieux 14/06/2008, 17h54   #2
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

You have three choices -

1. Don't do it at all.
2. Do it in a way that is only minimally secure, but easy to implement.
3. Do it the right way.

I'm guessing #2 would be your preference? If so, go here -

http://www.divahtml.com, and look for their password extension for DW.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Tim Newbie" <webforumsuser@macromedia.com> wrote in message
news:g30ri7$eri$1@forums.macromedia.com...
>I am building website for a pipe club I am forming. I would like the
>"member list" to be hidden from the public and available to members who
>have the club password. Any ? Thanks.:confused;


  Réponse avec citation
Vieux 14/06/2008, 18h07   #3
Malcolm _
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

On Sat, 14 Jun 2008 12:54:03 -0400, "Murray *ACE*"
<forums@HAHAgreat-web-sights.com> wrote:

>You have three choices -
>
>1. Don't do it at all.
>2. Do it in a way that is only minimally secure, but easy to implement.
>3. Do it the right way.
>
>I'm guessing #2 would be your preference? If so, go here -
>
>http://www.divahtml.com, and look for their password extension for DW.



Given that this is such a common requirement - it would be good to
think that Adobe have included a secure way using php behaviour in DW
CS4 - along the lines of David Powers techniques in his books. ? :-))

And given that David clearly has a beta release - from his online demo
- I really hope this is the case.

--

~Malcolm~*...
~*
  Réponse avec citation
Vieux 14/06/2008, 18h12   #4
Tim Newbie
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

Thanks!:grin;
  Réponse avec citation
Vieux 14/06/2008, 18h13   #5
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

DW has always had User Authentication Server Behaviors (at least since DW
UD). For someone at ground although the use of these SBs would get the job
done, they would not qualify as 'simple', in my opinion.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Malcolm _" <malcom@mon.org> wrote in message
news:jhu754ttoina5vgu9cln9euh7pfa5v34ao@4ax.com...
> On Sat, 14 Jun 2008 12:54:03 -0400, "Murray *ACE*"
> <forums@HAHAgreat-web-sights.com> wrote:
>
>>You have three choices -
>>
>>1. Don't do it at all.
>>2. Do it in a way that is only minimally secure, but easy to implement.
>>3. Do it the right way.
>>
>>I'm guessing #2 would be your preference? If so, go here -
>>
>>http://www.divahtml.com, and look for their password extension for DW.

>
>
> Given that this is such a common requirement - it would be good to
> think that Adobe have included a secure way using php behaviour in DW
> CS4 - along the lines of David Powers techniques in his books. ? :-))
>
> And given that David clearly has a beta release - from his online demo
> - I really hope this is the case.
>
> --
>
> ~Malcolm~*...
> ~*


  Réponse avec citation
Vieux 14/06/2008, 20h55   #6
Alan
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

first thing- check your hosting.
If you have a control panel or CPanel, there are icons in there to password
protect a directory and add authorized users. Put that page inside the
protected directory.

It's an Apache server, can you use php scripting on it?
If yes- this free script will put an admin page in whatever folder you drop
it into, which will allow you to add/edit/delete authorized users.
It takes care of making the htaccess and pswrd files.

http://www.krizleebear.de/phpaccess/dynamisch/index.php

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



  Réponse avec citation
Vieux 14/06/2008, 21h10   #7
Tim Newbie
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

Thanks Alan!:grin;
  Réponse avec citation
Vieux 14/06/2008, 22h40   #8
Malcolm _
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

On Sat, 14 Jun 2008 13:13:36 -0400, "Murray *ACE*"
<forums@HAHAgreat-web-sights.com> wrote:

>DW has always had User Authentication Server Behaviors (at least since DW
>UD). For someone at ground although the use of these SBs would get the job
>done, they would not qualify as 'simple', in my opinion.



I greatly respect your expertise Murray - but David Powers Book "PHP
for Dreamweaver 8" ( and probably CS3 ? ) Chapter 10 - Using Sessions
to track visitors" - spends a lot of text describing how to do this
AND put a secure validation process in place - that Dw does have .

And even in chapter 6 - page 162 - David says " To be honest, sending
an email from an online form is just the sort of task that Dreamweaver
should automate, but unfortunately it doesn't."

So I hope that these areas are being improved in Dw10.





--

~Malcolm~*...
~*
  Réponse avec citation
Vieux 14/06/2008, 22h43   #9
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

> So I hope that these areas are being improved in Dw10.

Get the beta and see for yourself. This release has huge changes in nearly
everything except server behaviors. That will be for the next release. Add
your voice to the choir....

http://www.adobe.com/cfusion/mmform/...?name=wishform

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Malcolm _" <malcom@mon.org> wrote in message
news:hce854dbvajv2ur876qtg6gp3i6vpj5l05@4ax.com...
> On Sat, 14 Jun 2008 13:13:36 -0400, "Murray *ACE*"
> <forums@HAHAgreat-web-sights.com> wrote:
>
>>DW has always had User Authentication Server Behaviors (at least since DW
>>UD). For someone at ground although the use of these SBs would get the
>>job
>>done, they would not qualify as 'simple', in my opinion.

>
>
> I greatly respect your expertise Murray - but David Powers Book "PHP
> for Dreamweaver 8" ( and probably CS3 ? ) Chapter 10 - Using Sessions
> to track visitors" - spends a lot of text describing how to do this
> AND put a secure validation process in place - that Dw does have .
>
> And even in chapter 6 - page 162 - David says " To be honest, sending
> an email from an online form is just the sort of task that Dreamweaver
> should automate, but unfortunately it doesn't."
>
> So I hope that these areas are being improved in Dw10.
>
>
>
>
>
> --
>
> ~Malcolm~*...
> ~*


  Réponse avec citation
Vieux 15/06/2008, 02h18   #10
E Michael Brandt
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

Murray *ACE* wrote:
> You have three choices -
>
> 1. Don't do it at all.
> 2. Do it in a way that is only minimally secure, but easy to implement.
> 3. Do it the right way.
>
> I'm guessing #2 would be your preference? If so, go here -
>
> http://www.divahtml.com, and look for their password extension for DW.
>


<shaking head> Murray, Murray, Murray </shaking head>

Password Protect 6, to which you refer, is actually at

http://valleywebdesigns.com/vwd_passprotect6.asp

There's just so much to keep in your head. I understand.

<smiling> But thanks! </smiling>

--

E. Michael Brandt

www.divahtml.com
http://www.divahtml.com/products/scr...extensions.php
Standards-compliant scripts and Dreamweaver Extensions

www.valleywebdesigns.com/vwd_Vdw.asp
JustSo PictureWindow
JustSo PhotoAlbum, et alia

--
  Réponse avec citation
Vieux 15/06/2008, 12h54   #11
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Requiring a password to get to a page

I think I've made that mistake before. Maybe it *should* be at diva!

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"E Michael Brandt" <michael@valleywebdesigns.com> wrote in message
news:g31qlv$ful$1@forums.macromedia.com...
> Murray *ACE* wrote:
>> You have three choices -
>>
>> 1. Don't do it at all.
>> 2. Do it in a way that is only minimally secure, but easy to implement.
>> 3. Do it the right way.
>>
>> I'm guessing #2 would be your preference? If so, go here -
>>
>> http://www.divahtml.com, and look for their password extension for DW.
>>

>
> <shaking head> Murray, Murray, Murray </shaking head>
>
> Password Protect 6, to which you refer, is actually at
>
> http://valleywebdesigns.com/vwd_passprotect6.asp
>
> There's just so much to keep in your head. I understand.
>
> <smiling> But thanks! </smiling>
>
> --
>
> E. Michael Brandt
>
> www.divahtml.com
> http://www.divahtml.com/products/scr...extensions.php
> Standards-compliant scripts and Dreamweaver Extensions
>
> www.valleywebdesigns.com/vwd_Vdw.asp
> JustSo PictureWindow
> JustSo PhotoAlbum, et alia
>
> --


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 04h17.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,16512 seconds with 19 queries