Results 1 to 4 of 4

Thread: Password protection
      
   

  1. #1
    kenb is offline Captain
    Join Date
    Sep 2006
    Location
    Windsor ON Canada
    Posts
    235

    Default Password protection

    Hello
    I recently applied an excellent form into my site and all is working fine. One thing I forgot to ask navel about is a password to protect my customers and my self from any unwanted visitors. I'm sure it can be done with a few simple steps but I thought I would check this forum to save time and hair. thanks kenb

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Password protection

    There are different ways to password protect an area of your site.
    The simplest is to have an entire folder pass protected through your control panel, and place all the protected content in that folder. The second one is to have a user login script. The visitor must login before he can go on.
    This is not such easy to do, as it requires:
    1. A form for registering
    2. A database (or a file on your site) where all passwords and usernames will be stored, together with the additional info you require them to provide.
    3. A script that will check the user's requested password and username to see if they are registered or not. This script will asign them a session id if it sees that they are already registered, otherwise it will either redirect them to the registration page, or to a page that will inform them to get in contact with you (if you don't want to have an automatic registration)
    This one must be implemented in all your protected pages, that need then to be published as php (in order for the script to be able to work).
    5. An administrator interface that will alow you to manage user details: manualyy add, or modify or delete users

    That's a project i have in mind to build shortly, in a non commercial version, but is ts not that simple, it requires a lot of work.

    Stay tuned.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    kenb is offline Captain
    Join Date
    Sep 2006
    Location
    Windsor ON Canada
    Posts
    235

    Default Re: Password protection

    WOW Navel that sounds like some major computing but what a great option to have on my site. I would love to be the Ginny Pig for that project as these are some of the elements I will need for my customers when ordering items off my site. Please let me know when your ready to try out the program as I am very interested in all of those options mentioned in your post. kenb

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Password protection

    Shortly Ken, shortly
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49