Login

Discussion in 'HTML & Website Design' started by sunitag, Sep 17, 2009.

  1. #1
    i have html base web pages.. and want to offer login facalites for visitors.. is any way i can offer login for my veiwers..
    sunita
     
    sunitag, Sep 17, 2009 IP
  2. ketting00

    ketting00 Well-Known Member

    Messages:
    782
    Likes Received:
    28
    Best Answers:
    3
    Trophy Points:
    128
    #2
    ketting00, Sep 17, 2009 IP
  3. nimonogi

    nimonogi Active Member

    Messages:
    398
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    80
    #3
    If you want just to display some pages to members only, consider Password Protecting a Directory.
    Password protecting a directory can be easily done without much programming knowledge.
     
    nimonogi, Sep 17, 2009 IP
  4. nipun5perera

    nipun5perera Greenhorn

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    To do this you need to have little knowledge in php.If you learn about variables and if else commands you can do it your self easily..

    if you need help try referring to this video ,I'm also learned basic from it.
    http://www.youtube.com/watch?v=d4qdqUpenWk
    Code (markup):
     
    nipun5perera, Sep 18, 2009 IP
  5. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #5

    nimonogi is right. Protecting an entire directory (e.g "members-only") is the simplest and quickest way to do it. It works with HMTL files, and there's no need to noodle around with PHP.

    Google something like: "htaccess password protect directory".
    Or you can simply do it from cPanel :)
     
    Kerosene, Sep 18, 2009 IP
  6. crazyclix

    crazyclix Peon

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    He is write but u need programming knowledge
     
    crazyclix, Sep 18, 2009 IP
  7. Stat_jack

    Stat_jack Active Member

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #7
    look bro if don't u don't have a database and cant programme the site

    You can use a simple code
    it just put a password on the page and u simply enter it but u have to encrypt the code so hackers and Advanced users cant get the pass from the HTML source.
    You could encrypt it using HTML Guardian
     
    Stat_jack, Sep 18, 2009 IP
  8. sunitag

    sunitag Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    thanks yes i got all information i needed..
     
    sunitag, Sep 18, 2009 IP