Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Making logons  (Read 6084 times)

0 Members and 1 Guest are viewing this topic.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Making logons
« on: March 31, 2006, 09:52:52 PM »
How is is that you would make a login and password for a web site. I know that there are some free password required re-directs (completely unsecure) that you can get, but I would like to know how you would make one yourself.
« Last Edit: March 31, 2006, 09:53:05 PM by zylstra555 »

Rob Pomeroy



    Prodigy

  • Systems Architect
  • Thanked: 124
    • Me
  • Experience: Expert
  • OS: Other
Re: Making logons
« Reply #1 on: April 01, 2006, 10:01:10 PM »
What webserver/scripting language/database are you using?
Only able to visit the forums sporadically, sorry.

Geek & Dummy - honest news, reviews and howtos

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: Making logons
« Reply #2 on: April 02, 2006, 04:36:44 PM »
I don't have a web server.
I have the program Dreamweaver.
I do not have a database.
I take it that I need those, right?

Dilbert

  • Moderator


  • Egghead

  • Welcome to ComputerHope!
  • Thanked: 44
    Re: Making logons
    « Reply #3 on: April 02, 2006, 05:43:45 PM »
    Indeed. You will need a web server (Do a web search for Apache, they have Windows and Linux versions) to test your pages. You will also need PHP. Google that as well. Dreamweaver creates HTML files but it is incapable of doing PHP and MySQL as far as I know - you'll need to do it yourself. If you get all three of these things properly set up, let me know how you did it. ;) (Kidding, I think I got it set up)

    We'll be here to assist you in setting up. Oh, and if you're running Windows XP, then keep this tidbit in mind; it makes no sense now but it will later: THE MYSQL SERVICE MUST BE ENABLED. The lack of knowledge of this tidbit caused robpomeroy and myself endless grief.
    "The geek shall inherit the Earth."

    Muncill



      Rookie
    • Baseball is life, the rest is just details.
      Re: Making logons
      « Reply #4 on: April 05, 2006, 09:16:01 AM »
      Hey Dilbert, do you know of a HTML command(s) that will let you put a login script on your website?

      Rob Pomeroy



        Prodigy

      • Systems Architect
      • Thanked: 124
        • Me
      • Experience: Expert
      • OS: Other
      Re: Making logons
      « Reply #5 on: April 05, 2006, 10:03:06 AM »
      This is not something you can do just with HTML.  You need something (a configuration file or a program) at the server end to process logons.  E.g. Apache's .htaccess files, or a PHP script looking up user ids in a database.

      You can simulate logins using javascript and cookies, but the result would be HIGHLY insecure.
      Only able to visit the forums sporadically, sorry.

      Geek & Dummy - honest news, reviews and howtos

      Mindwr@ck



        Rookie
        Re: Making logons
        « Reply #6 on: April 20, 2006, 10:44:08 PM »
        take a look here to see a simple solution until you learn how to do it yourself
        http://www.mtopsoft.com/htmllock/index.htm
        Mindwr@ck