Voting Chart

Total votes : 2

What does your password/username box look like?

Poll ended at April 2nd, 2003, 5:33 pm.

  •  
    All in one box
  •  
    In two Boxes

Password Protection

  • PerfectDarknessD
  • Born
  • Born
  • No Avatar
  • Joined: Mar 28, 2003
  • Posts: 3
  • Status: Offline

Post March 28th, 2003, 5:33 pm

:!: does anyone know a password thing that I could use? so far, I'm using one thatdoes a username box (type and hit enter) and a password one. I wan't one that has the username AND password, in the same box! Please help! (It would be much better if I could get it into the BODY of the page, thnx)
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post March 28th, 2003, 5:33 pm

  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post March 28th, 2003, 5:38 pm

Yeah are you referring to something like the graphic depicts here?

http://www.unmelted.com/password-protection.html
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • PerfectDarknessD
  • Born
  • Born
  • No Avatar
  • Joined: Mar 28, 2003
  • Posts: 3
  • Status: Offline

Post March 28th, 2003, 5:44 pm

:( I had tried to, but I don't feel like paying just for this, otherwise I would of, do you know any others?
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post March 28th, 2003, 5:47 pm

Well I am not saying you have to pay for it, I was just wanting to know if that is what you are looking for :wink:

What type of server are you on? and is it a free host or pay host?
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • PerfectDarknessD
  • Born
  • Born
  • No Avatar
  • Joined: Mar 28, 2003
  • Posts: 3
  • Status: Offline

Post March 28th, 2003, 5:54 pm

That was excatcly what I wanted. Except their was a free package, that restricted me from doing that, otherwise I would of done it. I have a free host. It came with my SNET SBC DSL thing. Are you trying to hint toward that their is another way to get the script for the password thing? :lol:
  • sdytnews
  • Born
  • Born
  • No Avatar
  • Joined: May 13, 2003
  • Posts: 1
  • Status: Offline

Post May 13th, 2003, 4:27 am

I have tryed to get into this site but unable to log in
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post May 13th, 2003, 4:36 am

Yeah to see it on unmelted.com you must have a membership. It will walk you through it step by step there. What you need to do is use a .htaccess file to allow your self to password protect directories. If you are on a free host they will likely NOT allow you to use the .htaccess files to issue directives to apache to change the configuration so that you can password protect your directory.

If you can use .htaccess files then you can password protect any directory by simply placing a .htaccess file in that directory with the right instructions inside.

You can learn all about .htaccess files here directly from the Apache website:

http://httpd.apache.org/docs-2.1/fr/howto/htaccess.html

They even give instructions there on how to set it up to password protect certain parts of your site which would give you the same box that you see when you try to enter the members area on unmelted.com
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post May 13th, 2003, 4:39 am

Also another note, .htaccess files are commonly used because many hosts do not allow you to change the apache conf files on a server. If you can edit your apache conf files then you could password protect directories without the .htaccess file, but you would then need to edit your httpd.conf file.

As it says on the Apache website:

You must have "AllowOverride AuthConfig" in effect for these directives to be honored.

.htaccess file contents:

Code: [ Select ]
AuthType Basic
AuthName "Password Required"
AuthUserFile /www/passwords/password.file
AuthGroupFile /www/passwords/group.file
Require Group admins
  1. AuthType Basic
  2. AuthName "Password Required"
  3. AuthUserFile /www/passwords/password.file
  4. AuthGroupFile /www/passwords/group.file
  5. Require Group admins


Note that AllowOverride AuthConfig must be in effect for these directives to have any effect
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post May 13th, 2003, 4:41 am

There is also an extremely detailed tutorial on the Apache website which tells you more about authentication then you might want to know. But if you really want to password protect your directories this is a great resource into understanding how to do it:

http://httpd.apache.org/docs-2.1/fr/howto/auth.html
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • dreamer7
  • Student
  • Student
  • No Avatar
  • Joined: Jan 20, 2003
  • Posts: 96
  • Loc: UK
  • Status: Offline

Post May 13th, 2003, 7:54 am

lol do u get any discount on unmelted.com for being ninth highest poster on here lol :lol:
d7
  • Bigwebmaster
  • Site Admin
  • Site Admin
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Post May 13th, 2003, 1:39 pm

Well you can obtain a free membership to Unmelted.

See this post:

http://www.ozzu.com/viewtopic.php?t=48

Also the memberships on Unmelted are already pretty cheap! How much cheaper do you want it haha.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • musik
  • Legend
  • Super Moderator
  • User avatar
  • Joined: Aug 06, 2003
  • Posts: 6892
  • Loc: up a tree
  • Status: Offline

Post September 1st, 2003, 9:23 pm

I know this thread is a little old but anyhoo this may help someone else, there is a javascript password script: http://javascriptkit.com/script/cut34.shtml

I've used it on sites before and found it to be useful - I wouldnt recommend using it on anything hugely confidential - but I have used it on things like blocking off areas for only a specific customers use where their training manuals etc are.

I dropped out the picture and changed the text of course from the script but it works well.
Opportunity To Do - Changing the lives of children around the world.
Rose.id.au - Doing Life.

Post Information

  • Total Posts in this topic: 12 posts
  • Users browsing this forum: No registered users and 174 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.