Log in area?

Discussion in 'HTML & Website Design' started by CaffinePhil, May 28, 2008.

  1. #1
    How can a I create a log in area for members and how do I make pages only accessible to these members and not to everyone?

    I'm looking to add this feature to a new static site if that makes any difference.
     
    CaffinePhil, May 28, 2008 IP
  2. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #2
    If you don't want to program an entire security system yourself, look into a CMS system like http://drupal.org/. It has user rights built-in so you can grant access to some people, etc.
     
    itcn, May 28, 2008 IP
  3. Accelerated Media

    Accelerated Media Banned

    Messages:
    597
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can code a script yourself, you can use .htaccess to protect your pages, or you can google for a "php members area script" or something similar.

    [edit]

    itcn: his site is static so there's really no reason to use drupal, alot of features he is never going to use.
     
    Accelerated Media, May 28, 2008 IP
  4. Skullborg

    Skullborg Guest

    Messages:
    757
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I could code you such a system in php for 20$. ;)
     
    Skullborg, May 28, 2008 IP
  5. CaffinePhil

    CaffinePhil Banned

    Messages:
    945
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for the offer Skullborg but tis something I want to learn myself. Thanks for the other comments too guys very helpful.
     
    CaffinePhil, May 29, 2008 IP
  6. Skullborg

    Skullborg Guest

    Messages:
    757
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You just need php/html skills to build such a system.. Its a matter of a few code lines..
     
    Skullborg, May 29, 2008 IP