HighDots Forums  

Password Acces Pages and Mac OS X

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Password Acces Pages and Mac OS X in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
riki24
 
Posts: n/a

Default Password Acces Pages and Mac OS X - 07-11-2004 , 04:41 AM






I want to create a section of my website using a single password and user name for multiple users.
I have Studio MX 2004 running on a Mac OS X, do I need to create a database?


Reply With Quote
  #2  
Old   
John Gaver
 
Posts: n/a

Default Re: Password Acces Pages and Mac OS X - 07-11-2004 , 04:55 AM






On 7/11/04 3:41 AM, in article ccques$gq5$1 (AT) forums (DOT) macromedia.com, "riki24"
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
I want to create a section of my website using a single password and user
name for multiple users.
I have Studio MX 2004 running on a Mac OS X, do I need to create a database?

For just a single password, you can probably do the whole thing without a
database, by hard-coding the username and password.

OTOH, you probably don't need to do anything, other than check out the
control panel, supplied you by your ISP, since most ISP's provide directory
level password functionality, via the control panel.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.



Reply With Quote
  #3  
Old   
riki24
 
Posts: n/a

Default Re: Password Acces Pages and Mac OS X - 07-11-2004 , 05:27 AM



Thank You for your help
where /how would you hard code the password and user name?
Thanks

Reply With Quote
  #4  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Password Acces Pages and Mac OS X - 07-11-2004 , 07:52 AM



riki24 typed:
Quote:
I want to create a section of my website using a single password and
user name for multiple users. I have Studio MX 2004 running on a Mac
OS X, do I need to create a database?
Have a look at www.hotscripts.com
all flavours of login scripts :-)

--
Nadia
-----------------
*Free Templates *Dropdown Menu Templates*
http://www.DreamweaverResources.com
*Templates - HTML and CSS Validated *
*Free Nav Bar Sets*
*Resources : Ecommerce : SEO Articles*
-----------------




Reply With Quote
  #5  
Old   
Alan
 
Posts: n/a

Default Re: Password Acces Pages and Mac OS X - 07-11-2004 , 09:32 AM





Quote:
Thank You for your help
where /how would you hard code the password and user name?
Thanks
What platform/server is this site hosted with?
And what serverside scripting can you use?

First thing is to check your "hosting control panel" if it has one. and/or
check the host's FAQ or Support section.

If it's an Apache server, AND you can use PHP scripting, the simple script
below will give you a password protected Admin page where you can
create/edit/delete Users. It creates the .htaccess and .htpasswd files that
do the protection. You don't have to "do" anything to the pages, anything
put inside of the protected folder can only be reached by people with a
correct username/password.

just edit the script to change the default admin username/password.
Upload it into the folder you want protected.
chmod that directory to 777 (so it can create the files)
{search on the MM exchange for "set permissions" extension for dw}

http://www.krizleebear.de/phpaccess/dynamisch/index.php
current version is 1.05
http://www.krizleebear.de/phpaccess/dynamisch/index.php?pageID=5




Reply With Quote
  #6  
Old   
Mad Dog
 
Posts: n/a

Default Re: Password Acces Pages and Mac OS X - 07-12-2004 , 11:10 AM



Also, a less secure way of doing it (if security isn't a big factor) is
using a javascript script. It's simple to find them online (Google or check
www.hotscripts.com) for password and find one you like.

MD


riki24 wrote:
Quote:
I want to create a section of my website using a single password and
user name for multiple users. I have Studio MX 2004 running on a Mac
OS X, do I need to create a database?



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.